﻿.userFeedback
{
    margin-bottom: 1.5em;
    margin-top: 0.5em;
}

.feedbackHeaders
{
    margin-bottom: 2em;
    width: 100%;
}

.productNamePane
{
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    padding-bottom: 1em;
}

.time
{
    font-weight: bold;
    width: 50%
}

.signature
{
}

.votePane
{
    width: 25%
}

.classification
{
}

.feedback
{
    background-color: #ffffff;
}

.feedbackSpacer
{
    height: 2px;
    width: 90%;
    border-style: solid;
    border-width: 3px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 20px;
}

.voteCount
{
    width: 10em;
    margin-right: 3em;
    margin-left: 1em;
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
}

.fromRaterPane
{
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.raterTitle
{
    font-weight: bold;
    margin-bottom: 1.5em;
}

DIV.raterComments
{
    clear: both;
    background-color: #ffffff;
}

.nextPreviousBar
{
    width: 100%;
}

.bottomNextPreviousBar
{
    width: 100%;
    padding-bottom: 1.5em;
}

.previousUX
{
    float: left;
}

.nextUX
{
    float: right;
}

