table {
  font-family: 'Open Sans', sans-serif !important;
  font-size:14px !important;
  border: none !important;
  border-collapse: collapse !important;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  width: 100% !important;
  table-layout: fixed !important;
}
table caption {
  font-size: 1.5em !important;
  margin: .5em 0 .75em !important;
}
table tr {
  border-bottom: 1px solid #ccc !important;
  background: #f8f8f8 !important;
  padding: .35em !important;
}
table th,
table td {
  padding: .625em !important;
  text-align: center !important;
  border-right: solid 1px #ececec !important;
}

table th:last-child,
table td:last-child {
  border-right:none !important;
}

table th {
  font-size: .85em !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  background-color:#002d62 !important;
  color:#fff !important;
}


tr.Reserved, tr.Sold {
    opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
    background: #fff !important;
}


@media screen and (max-width: 600px) {
  table {
    border: 0 !important;
  }
  table caption {
    font-size: 1.3em !important;
  }
  table thead {
    border: none !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
  table tr {
    border-bottom: 3px solid #ddd !important;
    display: block !important;
    margin-bottom: .625em !important;
  }
  table td {
    border-bottom: 1px solid #ddd !important;
    display: block !important;
    font-size: .8em !important;
    text-align: right !important;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label) !important;
    */
    content: attr(data-label) !important;
    content: attr(class) !important;
    float: left !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
  }
  table td:last-child {
    border-bottom: 0 !important;
  }
  
table th,
table td {
  border-right: none !important;
}
  
}



          .result2 div.content { display:inline !important; }
          .result2 div.content div.view-flagged-message-development { display:inline !important; }
          .result2 div.content div.view-flagged-message-development div.view-content { display:inline !important; }
          .result2 div.content div.view-flagged-message-development div.view-content div { display:inline !important; }
          .result2 i.fa {color:#98802e !important;}
          .result2 p.flagResult { font-size:20px !important;margin-bottom:25px !important;margin-top:35px !important; }




/* MODALS */

.modal-body h3 {
  font-size: 18px !important;
}

h4.modal-title {
  font-size: 24px !important;
}


.carousel-inner > .item > img {
    margin: 0 auto !important;
}


/* SPECIFIC RESP */


/* Custom Mini (up to 500px) */
@media (max-width: 500px) {
    
}



/* XS (less than 768px) */
@media (max-width: 767px) {

}

/* Small (768px and up (to 991px)) */
@media (min-width: 768px) {
  
    div.devSideBarWrapper {
         max-width:none !important;
     }
         
}


/* Medium (992px and up (to 1199px)) */
@media (min-width: 992px) {
  
    div.devSideBarWrapper {
         max-width:350px !important;
    }
     
    table td[class="Size"], table th.Size {
         display:none !important;
    }
         
}

/* Large (1200px and up) */
@media (min-width: 1200px) {

    table td[class="Size"], table th.Size {
         display:table-cell !important;
    }

}