@media only screen and (max-width: 800px) {
.uk-grid-small {margin-left:0;    margin-top: 10px;}
 .uk-grid.btns > button {max-width:300px!important;margin-bottom: 20px;
    padding: 15px;}
    .site-main table.results-table tr.main-title {    /*background: #263043;*/}
}

.quoteform3 .box .box-title {
  font-size: 1.2em !important;  
}

.admin-profile {
  border: 1px solid #CCCCCC;
  padding: 4px;
  -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
  width: 145px;
  height: 150px;
  border-radius: 50%;
  margin-top: 10px !important;
  display: inline-block !important;
  /*background-position: center;*/
  background-size: cover;
  background-repeat: no-repeat;
}