﻿/* pr_styles_review_amp_product.css */


/* Reviews snippet */

div.pr-snippet-wrapper
{
    background: none;
    border: none;
    padding: 0;
}

div.pr-snippet-stars
{
    border: none;
}

div.pr-snippet-read-write
{
    border: none;
    font-size: 95%;
    margin-top: 0;
}


/* AnswerBox snippet */

div.pr-pa-snippet
{
    background: none;
    border: none;
    padding: 0;
    text-align: center;
    width: 80%;
}

div.pr-pa-snippet-qa
{
    border: none;
    border-left: 1px dotted #CBCBCB;
    font-size: 95%;
}

p.pr-pa-snippet-text
{
    display: none;
}

div.pr-pa-snippet-read-questions
{
    border-right-style: none;
    float: none;
}

div.pr-pa-snippet-ask-question
{
    border: none;
    /*border-top: 1px dotted #cbcbcb;*/
    float: none;
    margin-top: 5px;
}

/* Reviews display */

div.pr-review-sort-wrapper
{
    width: 95% !important;
}

div.pr-contents-wrapper
{
    width: 96% !important;
}

/* AnswerBox display */

div.prPaContainer
{
    width: auto;
}

div.prPaFooter
{
    width: auto;
}

/* reviewer profiles */

div.pr-modal-wrapper
{
    position: relative;
}
