thead tr th {
    text-align: left;
    background: #FFFFFF;
}

tbody tr.even td { 
    background: #FFFFFF;
    text-align: center;
}

tbody tr.odd td { 
    background: #DA9694;
    text-align: center;
}

#drop .info {
  color: #999;
  text-align: center;
}

#drop {
  border: 3px dashed #ccc;
  padding: 10px;
  background: #fff;
  min-height: 200px;
}

.ui-autocomplete {
    z-index: 999999;
}

.holder-small {
  border: 10px dashed #ccc;
  width: 400px;
  height: 200px;
  margin: 20px auto;
}

.holder-small.hover {
  border: 10px dashed #333;
}

.with-click {
  cursor: pointer;
}