/* 
    Created on : Oct 21, 2014, 11:21:59 AM
    Author     : Shovon
*/

.form-horizontal .control-group {
    margin-bottom: 10px;
}
.well{
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    padding-bottom: 5px;
    padding-top: 5px;
}
.subject_list option,.choice_list option{
    padding: 2px 0px;
}
.subject_list option:hover,.choice_list option:hover{
    background: #0480be;
    color: white;
}
.pad{
    padding: 4px 6px;
}
.table th,.table td{
    padding: 0px;
    text-align: center;
}