.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 20px auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.table {
  border-top: 1px solid black;
  border-bottom: 1px solid #dddddd;
  font-family: Helvetica;
}
.table.table-hover a
{
  color:#428bca !important;
  text-decoration: none;
}
.mini_pic_div {
  width: 100px;
  height: 75px;
}
.mini_pic{
  max-width: 100%;
  max-height: 100%;
}
.search_results thead
{
  text-align: left;
}
.search_results.table.table-hover th,td
{
  font-size:14px;
}
.search_results.table.table-hover th
{
  border-top:none;
}
.table > tbody > tr > td
{
  border-top: 1px solid #dddddd;
  line-height: 1.42857;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.table > tbody > tr:hover
{
  background: #f3f3f3;
  cursor: pointer;
}
span.powered_nyc{
  color: grey;
  font-size:14px;
  float: right;
  font-family: Helvetica;
}
.queens_result, .manhattan_result {
  width: 595px;
  clear: both;
}

.lesson_des {
  color: black;
  font-size: 13px;
  font-style: italic;
  font-weight: lighter;
  padding: 0 10px 10px !important;
}

.search_results.table-hover tbody tr:hover {
  background-color: #fff;
}
.search_results tr.listing_lesson {
  box-shadow: 0 -1px 11px rgba(0,0,0,0.1);
  background: #fff;
}
.search_results tr.des_row {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
body.site {
  background-color: rgba(233, 233, 233,0.5);
}
.search_results tr.height {
    height: 10px;
}

@media(min-width:320px) and (max-width:667px) and (orientation: portrait){
  .lesson_location_name,.lesson_image{
    display: none;
  }
  .search_results td{
    text-align: left;
  }
  .queens_result,.manhattan_result{
    width:100%;
  }
}

.css_for_listing > a{
  color: #3388cc !important;
  font-weight: normal;
  font-size: 1.1em;
}

.description_for_third_party{
  color: #3a3838 !important;
  font-style: italic;
}
div.result-main-row{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
  margin-bottom: 10px !important;
}