
    #page {
    max-width: 960px;
    margin: 0 auto;
    }

    #overallWrapper {
    position: relative;
    height: 175px;
    overflow: hidden;
    width: 100%;
    }

    .reviewHolder {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: white;
    overflow: hidden;
    width: 80%;
    height: 175px;
    overflow: hidden;
    border: 1px solid #CACACA;
    float: left;
    }

    .bigButtonHolder {
    width: 20%;
    height: 175px;
    background-color: #E3E3E3;
    float: left;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    }

    .review {
    border: none;
    height: 175px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    }

    .review .reviewStars {
    margin: 0px;
    padding: 5px;
    }

    .review .reviewText {
    /*padding: 5px;*/
    max-height: 70px;
    overflow: hidden;
    }

    .review .reviewText p {
    margin: 0 0 3px;
    }

    .smallButtonHolder {
    position: absolute;
    bottom: 0;
    right: 20px;
    display: none;
    z-index: 100;
    }

    .thumbnail {
    margin-bottom:0px;
    }

    .thumbnail img {
    max-width: 135px;
    }

    table.verticalHolder {
    height: 175px;
    border-collapse: collapse;
    width: 100%;
    }

    table td.imageHolder {
    width: 20%;
    padding: 0 0 0 5px;
    }

    table td.textHolder {
    width: 80%;
    padding: 5px;
    }

    a:link, a:visited {
    color: #5c5c5c;
    }

    a:link.readMoreButton, a:visited.readMoreButton {
    width: 80%;
    display: inline-block;
    background-color: #E26E47;
    padding: 4px 8px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    margin-top: 48px;
    max-width:200px;
    }

    .smallButtonHolder a:link.readMoreButton, .smallButtonHolder a:visited.readMoreButton {
    font-weight: normal;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    }

    a:hover.readMoreButton {
    text-decoration: none;
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    }



    a:link.poweredByButton, a:visited.poweredByButton {
    opacity: .5;
    width: 90%;
    padding: 4px 8px;
    font-size:80%;
    display: inline-block;
    margin-top: 10px;
    }

    a:hover.poweredByButton {
    text-decoration: none;
    opacity: 1;
    }

    @media (max-width: 767px) {

        .ratingDetail .ratingDetailSectionRight {
        display: none;
        }

        body {
        font-size: 14px;
        }

    }

    @media (max-width: 700px) {
        table td.imageHolder {
        width: 30%;
        }

        table td.textHolder {
        width: 70%;
        }
    }

    @media (max-width: 500px) {

        table td.imageHolder {
        width: 20%;
        }

        table td.textHolder {
        width: 80%;
        }

        .reviewHolder {
        width: 100%;
        border-radius: 20px;
        }

        .bigButtonHolder {
        display: none;
        }

        .smallButtonHolder {
        display: block;
        }

    }


    @media (max-width: 250px) {

        .imageHolder {
        display: none;
        }

        .reviewHolder {
        width: 100%;
        border-radius: 20px;
        }

        .bigButtonHolder {
        display: none;
        }

        .smallButtonHolder {
        display: block;
        }

        table td.textHolder {
        width: 100%;
        }

    }

