/* Camo */
.cash tbody>tr.camo>td {
  padding: 5px 10px;
}

.cash .camo img {
  width: 64px;
  margin-bottom: 0;
}

.table thead>tr.camo>th {
  text-align: center;
}

.table>thead:first-child>tr.camo>th:first-child {
  border-left: 0;
}

.table>thead:first-child>tr.camo>th:last-child {
  border-right: 0;
}

.camo-table {  
  width: auto;
  height: 400px;
  overflow: auto;
}

.camo-left {
  width: 50%; 
  float: left;
  margin-right: 40px;
}

#camo-dialog-content { 
  width: 1000px !important;
}

/* Camo end */