.questMark, .questMarkPress
{
    font-size: 22px;
    cursor: pointer;
    color: #ec1a22;
}
.questMark:hover, , .questMarkPress:hover
{
    text-decoration: underline;
}
.arrow
{
    font-size: 60px;
}
.resetCirc
{
    display: inline-block;
    text-decoration:underline;
    cursor:pointer;
    float:right;
    font-weight: normal;
}
.circRes
{
    height: 100px;
}
.circResPos, .circResNeg
{
    text-align: center;
    display:  none;
}

.thumb
{
    font-size: 40px;
}
.thumbText
{
    font-size: 22px;
}
.poss
{
    color: green;
}
.neg
{
    color: red;
}
.posField
{
    color: #209400 !IMPORTANT;
    background-color: #b9d9b0 !IMPORTANT;
    border-color: #71b439 !IMPORTANT;    
}
.negField
{
    color: #940000 !IMPORTANT;
    background-color: #ffb4b4 !IMPORTANT;
    border-color: #b43939 !IMPORTANT;
}
.resField
{
    height: 40px;
}
.resTd
{
    min-width: 20%;
}
.circtable
{
    width: 100%;    
    margin-bottom: 20px;
}
.circtable caption
{
    caption-side: top;
    color: #212529;
    border-bottom: 2px solid #212529;
}
.circtable caption label
{
    font-weight: bold;
}
.circtable th
{
    font-weight: normal;
    padding: 8px;
}
.circtable td
{
    padding: 8px;
}

.kpa
{
    border-top: #b0b1b2 1px solid;
    border-bottom: #b0b1b2 1px solid;
    border-right: #b0b1b2 1px solid;
    display: inline-block;
    width: 60px;
    padding: 5px;
    background-color:#f4f4f4;
    text-align:center;
    cursor:pointer;
}
.bar
{
    border-top: #b0b1b2 1px solid; 
    border-left: #b0b1b2 1px solid;
    border-bottom: #b0b1b2 1px solid; 
    display: inline-block;
    width: 60px;
    padding: 5px;
    background-color:#f4f4f4;
    text-align:center;
    cursor:pointer;
}
.psi
{
    border-top: #b0b1b2 1px solid;
    border-bottom: #b0b1b2 1px solid;
    display: inline-block;
    width: 60px;
    padding: 5px;
    background-color:#f4f4f4;
    text-align:center;
    cursor:pointer;
}

.pressSel
{
    background-color:#ec1a22 !IMPORTANT;
    color: #FFFFFF !IMPORTANT;
    font-weight: bold !IMPORTANT;
}