/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : March 28, 2021, 4:29:05 PM
    Author     : Mohsin
*/

.cm_container {
    width: 100%;
    position: relative;
    clear: both
}
.cm_row {
    width: 100%;
    clear: both
}
form#cm_form {
    margin-bottom: 0 !important;
    height: auto;
}

td.cm_col-2 {padding: 10px 0px !important;}

input[type="submit"] {
    padding: 0 !important;
    background: transparent !important;
}
.cm_row {    
    color: #fff;
    margin-bottom: 1px;
}
.cm_row.cm_starter{
    background: #de6400;
    margin-bottom: 45px;
}
.cm_row.cm_head {
    background: #de6400;
    font-size: 25px;
    padding: 20px 0;
}
.cm_col-2 {
    text-align: center;
}
a.cm_starter {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-variant: all-petite-caps;
}
.cm_viewresult > .cm_row {
    background: #efb383;
}
th.cm_col-2 {
    text-align: left !important;
    padding-left: 20px !important;
}
td.cm_col-2 {
    text-align: left !important;
    padding-left: 20px !important;
}