﻿body {
    margin:0;
    padding:0;
    background-color: #FCFCFC;
}

.mibody {
    background-color:darkgray;
    font-family:'Arial','sans-serif';
}

.txtbox {
    font:12pt Arial;
    border:1px solid #aabbcc;
    border-color: #777777;
    border-width: 1px;
    border-style: solid;

}
.txt {
    font-size:13px;
    color:#333;
    line-height:1.7em;
}
p {
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow-wrap: break-word !important;
}
a { overflow-wrap: break-word !important; }
span { overflow-wrap: break-word !important; }

.container {
    width:862px;
    max-width:100%;
}

.form-check-input, .form-check-label, .custom-control-label, .custom-control-input {
    cursor: pointer;
}
.fckrwd {
    width: 100% !important;
    display: block !important;
    height: auto !important;
}
.fckimgrwd {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    height: auto !important;
}

.headersize {
    font-size: 2rem;
    font-weight: bold;
    color: #3C3C3C;
}
#FormInput {
    font-size: 1.5rem;
    font-weight: bold;
    border-left-style: solid;
    border-left-width: 8px;
}
.sectionpadding {
    padding:  35px 35px 35px 35px;
}

@media screen and (max-width:576px){
    .headersize{
        font-size:1.5rem;
    }
    .sectionpadding {
        padding: 25px 25px 0 25px;
    }
    #FormInput {
    font-size: 1.25rem;
    }
}