@charset "UTF-8";
.pundit-container {
    width: 100%;
}
.pundit-question-cell {
    padding-right: 10px;
    width: 120px;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #ccc;
    vertical-align: top;
    height: 138px;
}
.pundit-question-table {
    font-size: 12px;
    color: #404040;
    line-height: 1.5em;
}
.pundit-header {
    font-size: 12px;
    font-weight: bold;
    color: #404040;
    padding-bottom: 8px;
    line-height: normal;
}
.pundit-answer-cell {
    padding-left: 10px;
    width: 140px;
    vertical-align: top;
}
.pundit-answer-table {
    font-size: 12px;
    color: #676767;
}
.pundit-answer-table td {
    height: 20px;
}
.pundit-answer-option1 {
    padding-bottom: 2px;
}
.pundit-answer-option {
    padding-bottom: 2px;
    padding-top: 2px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #ccc;
}
.pundit-answer-option-percent {
    text-align: right;
    font-weight: bold;
}
.pundit-radio {
    float: right;
}
.pundit-answer-vote-cell {
    padding-top: 7px;
    text-align: right;
}
.pundit-answer-vote-button {
    color: #FFFFFF;
    background-color: #203968;
    border: 1px solid #141D38;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    width: 58px;
    padding-top: 4px;
    padding-bottom: 4px;
    float: right;
}
.pundit-answer-vote-button:hover {
    background-color: #122842;
    cursor: pointer;
}
.pundit-rq {
    margin-top: 10px;
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #ccc;
    margin-bottom: 10px;
}
.pundit-rq-container {
    overflow-y: auto;
    height:89px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding-top: 10px;
    padding-right: 5px;
}

.pundit-rq p {
    color:#B22929;
    font-size:1.2em;
    font-weight:bold;
    line-height:1em;
    margin:0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}

.pundit-rq a {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    line-height: 1.1em;
}

.predictor-container-1 {
    position: absolute;
    width: 620px;
    height: 215px;
    z-index: 1;
}

.predictor-container-0 {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
}

.predictor-wrapper {
    width: 620px;
    height: 215px;
}
