﻿body {
}

.spaced label,input[type="radio"]
{
   vertical-align: text-top;
   margin-left:4px; 
}

#tbQuestion + .popover {
    /*background-color: #2a4254; 
    color: #FFFFFF;*/

    background-color: #EEEEEE;
    color:#111111;
    max-width: 350px;
    width: 350px;
}

.popover-header {
     background: #ffff99; 
}

.popover-title {
    text-align:center;
    font-weight:bold;
    color:#333333;
}

.popover-content {
    color:#111111;
}

.arrow {
    color: #2a4254; 
    border-color: #2a4254; 
    border-bottom-color: #2a4254; 
}

.helpTextTitle {
    font-weight:bold;
    margin-bottom:5px;
    color:#336699;

}

.helpText {
    font-size:92%;
    margin-bottom:10px;
}
.helpText  p{
    font-size:92%;
    margin-bottom:5px;
}
.helpText  li{
    font-size:92%;
}
