h1 {
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
}

h2 {
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
}

.divider
{
    background-color: #6a7d8b; 
    color: White; 
    font-size: 18px; 
    padding: 12px 17px;
}

.section
{
    padding:30px 50px;
    font-size:12px;
    line-height:12px;
}

.infoheader
{
    font-size:14px;
    padding-top:15px;
}



@media (max-width: 500px) {
    #customer_info {
        float: none !important;
        margin: 0 auto 10px auto !important;    
    }
    
    #header_logo {
        float: none !important;
        margin-bottom: 0 !important;    
    }
    
    #header {
        height: inherit !important;
    }
    
    #recommend_to_friend {
        height: inherit !important;
    }
    
    #footer_top {
        width: 200px !important;
    }
}

@media (max-width: 500px) {
    .share_on {
        display: none;
    }
}


@media (max-width: 600px) {
    table, thead, tbody, th, td, tr { 
        display: block;
        margin: 6px auto !important; 
        text-align: center !important;
    }
    
    #others_stars_only {
        display: none;
    }
    
    #aggregateRating {
        margin: 6px auto !important;     
    }
}