#about_us-page .page-content{
    position: relative;
}
#about_us-page .page-content header h1{
    text-align: center;
}
#about_us-page #about_copy{
    margin: 30px auto;
    max-width: 500px;
}
#about_us-page .page-content table{
    margin: 0 auto 20px;
    width: 100%;
}
#about_us-page .page-content table td{
    text-align: center;
}
#about_us-page .page-content table td a{
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}
#about_us-page .page-content table td:first-child,
#about_us-page .page-content table td:last-child{
    text-align: left;
    width: 32%;
}
#about_us-page .page-content table td:last-child{
    text-align: right;
}
#about_us-page .page-content table td:nth-child(2){
    background-image: url("../images/about_us/credits_dot.png");
    background-repeat: repeat-x;
    background-position: 0 40%;
}

#about_us-page .footer-image{
    bottom: 30px;
    max-width: 15%;
    position: absolute;
}
#about_us-page #mpaa_logo{
    bottom: 45px;
    left: 30px;
    width: 108px;
}
#about_us-page #camera_logo{
    right: 30px;
}
#about_us-page #present_by_holder{
    text-align: center;
}
#about_us-page .fine_print{
    font-size: 11px;
    margin-top: 20px;
    text-align: center;
}
#movie_buff-page .critic_image img{
    width: 100%;
}
#movie_buff-page header{
    margin-bottom: 15px;
}
#movie_buff-page .review_list td,#movie_buff-page .review_list th{
    font-size: 12px;
}
#movie_buff-page .critic_reviews{
    margin-top: 25px;
}
#movie_buff-page .next_prev_links{
    font-size: 14px;
    font-weight: bold;
    overflow: auto;
    text-align: center;
}
#movie_buff-page .next_prev_links a{
    cursor: pointer;
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
    text-decoration: none;
}
#movie_buff-page .next_prev_links a:first-child{
    margin-left: 5px;
}
#movie_buff-page .next_prev_links a.last_page{
    margin-right: 5px;
}
#movie_buff-page .next_prev_links a.next_page,
#movie_buff-page .next_prev_links a.last_page{
    float: right;
}
#movie_buff-page .next_prev_links .total_reviews {
    display: inline;
}

@media (max-width: 767px) {
    #about_us-page #mpaa_logo,
    #about_us-page #camera_logo {
        display: none;
    }
    #movie_buff-page #ad-col{
        margin-top: 15px;
    }
}