* {
    font-family: Avenir;
}

.formRow{
    padding-bottom:20px;
}

.formRowLeft{
    float: left;
    width: 40%;
}

.formRowRight{
    float: right;
    width: 55%;
}

.clear{
    clear: both;
}

#vformWrapper {
    width: 500px;
}

.formImage {
    padding-top:5px;
}

#labelText1 {
    background-color: #602d89;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
}

#labelText2 {
    background-color: #602d89;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
}

.iptext {
    font-family: "Avenir Next";
    font-size: 14px;
}

.tlbl {
    font-weight: bold;
}

td {
    border: 1px solid black;
    padding: 5px;

}

#odd {
    background-color: yellow;
}

#neutral{
    background-color: yellow;
    border: 2px solid black;
    padding: 10px;
}

#vspace {
    height: 275px;
}

label {
    display: none;
}

.labelText {
    background-color: #602d89;
}