﻿/***********KA FONT FORMATTING***********/

/*Instruction Text*/
.KAInstructions {
    font-family: ms sans-serif, geneva, sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #43464D !important;
}

/*Page Headers*/
.KAHeader {
    font-family: ms sans-serif, geneva, sans-serif;
    font-size: 19px !important;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #43464D !important;
    
    /* Added by Scott */
    text-align: center;
    border: 1px solid grey;
    border-radius: 5px;
    width: 100%;
    background-color: rgb(240,240,240);
}

/*Question Text*/
.Skin .QuestionText {
    font-family: ms sans-serif, geneva, sans-serif;
    font-size: 17.5px !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #0E5AA5 !important;
}
/*Answer Text*/
.Skin .AnswerText
{
    font-family: ms sans-serif, geneva, sans-serif;
    font-size: 15px !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #43464D !important;
}

/*Other Text Boxes and Fill-in Instructions*/
.KAOtherText {
    font-family: ms sans-serif, geneva, sans-serif;
    font-size: 15px !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #696969 !important;
}

/***********KA FONT FORMATTING - NOT SURE THESE ARE USED - ***********/

/*First Page Title Large*/
.KATitle {
    font-family: ms sans-serif, geneva, sans-serif;
    font-size: 22px !important;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #43464D !important;
}

/*First Page Title Small*/
.KATitleSmall {
    font-family: ms sans-serif, geneva, sans-serif;
    font-size: 19px !important;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #43464D !important;
}

/*Matrix Instructions*/
.KAMatrix {
    font-family: ms sans-serif, geneva, sans-serif;
    font-size: 15px !important;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #43464D !important;
}

.QuestionHeader {
    color: rgb(14, 90, 165);
    text-align: left;
}

.TextArea {
    border: 1px solid grey;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}

.HSliderValue {
    border: 1px solid grey;
    border-radius: 5px;
    padding: 10px;
}

ol {
    padding-left: 20px;
}
