/*
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 : Feb 16, 2018, 11:17:07 AM
    Author     : anthony
*/

input[type="text"], input[type="tel"], input[type="number"], select {
    font-size: 18px;
    padding: 6px;
}

.selectric .label {
    font-size: 18px;
    height: 36px;
    line-height: 30px;
}


#disclaimer{
    font-size: 9pt;
    margin: 5px;
    font-weight: 500;
    color: #a4a4a4
}

label{
    font-size: 9pt;
    margin: 5px;
    font-weight: 500;
    color: #a4a4a4;
}



@media screen and (max-width: 650px) {

    .mkSmaller2{font-size: 16px;}
    .mkSmaller{
        font-size: 30px;
    }
    .header-wrapper {
        padding: 0px 10px 0px 10px;
    }


}