/*
  Datatable modifies
 */
.dataTables_wrapper .myfilter .dataTables_filter {
    float: left;
}

.dataTables_wrapper .mylength .dataTables_length {
    float: right;
}

#geo-search-results{
  background: white;
  padding: 58px 0;
}

#geo-search-results a{
  color: #1a7184;
}

#geo-search-results th{
  background: #d6aa53;
}

#geo-search-results .odd{
  background: #fffeb4;
}

#geo-search-results .table>tbody>tr>td,
#geo-search-results .table>tbody>tr>th,
#geo-search-results .table>tfoot>tr>td,
#geo-search-results .table>tfoot>tr>th,
#geo-search-results .table>thead>tr>td,
#geo-search-results .table>thead>tr>th {
    border-top: 0px solid #ddd;
}
