.ui-autocomplete  {   
    background-color: white;
    border:1px solid #ddd;
    width: 300px !important;
    -moz-box-shadow:    0px 6px 6px 6px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 6px 6px 6px rgba(0,0,0,0.1);
  box-shadow:         0px 6px 6px 6px rgba(0,0,0,0.1);
    list-style-type: none;
    padding:0;
}

.ui-autocomplete li {
    padding: 6px 20px;
    display: block;
}

.ui-autocomplete li:nth-last-child(1) {
    margin-bottom:0px;
}

.ui-autocomplete li:hover {
    background-color:#106CB6 ;
    color:white;
    cursor:pointer;
}

.table thead tr {
	background-color: #000e2f; 
	color: #ffffff; 
	font-weight:bold;	
}
.table thead tr td a {
	color: #ffffff;
}

.table img
{
	max-height:40px;
	max-width:40px;
	min-width:40px !important;
}

.field-no-title
{
	margin-top:-35px  !important;;
}