/********************************************
 * General settings
 */
 
.not-tablet, .desktop-only, .phablet-only, .phone-only, .phone480-only {
  display: none;
}

#container, header, #content, footer, footer .wrapper {
  width: auto;
}

.wrapper {
  width: 98%;
}
h2  {
    font-size: 38px;
    margin: 37px auto;
}

h3  {
    font-size: 26px;
}

h4{
    font-size: 20px;
}

p{
    font-size: 15px;
}
footer .col-sm-24{
    width: 23%;
}
footer .col-sm-24.privacy_policy{
    width: 30%;
}

.col-sm-24{
    width:20%;
    float:left;
    display:inline-block;
}
.rating{
    font-size: 20px;
}
.table,.tr,.td{
    display:block;
}
.td{
    margin-bottom: 10px;
}

/********************************************
 *
 */


