
.lblTitle{float: left;width: 100%; font-size: 13px; margin-top: 4px; line-height: 15px; margin-bottom: 3px;}
.lblTitle-block{ display: block; line-height: 15px; margin-bottom: 3px;font-size: 13px; margin-top: 4px; }
.fieldWrp{float: left; width: 100%;    line-height: 28px;}
textarea{width: 100%; min-height: 120px;}
.form-group{margin-bottom: 15px;}
.lbl-wrap{font-size: 13px; font-weight: normal;}
.form-control{border-radius: 0px; border-color: #bfc1be;}
.mainForm{width: 80%; margin: 0 auto;}

header h1{
    font-size: 25px;
    margin-bottom: 50px;
    color: #c1a320;

}
@media print {

    *,
    *:before,enter code here
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }

    .lblTitle{float: left;width: 100%;font-size: 14px; line-height: 15px; margin-bottom: 3px;}
    .lblTitle-block{ display: block;font-size: 14px; line-height: 15px; margin-bottom: 3px;}
    .fieldWrp{float: left;}
    .lbl-wrap{font-size: 13px; font-weight: normal;}
    textarea{width: 100%; height: 120px;}
    header h1{
        font-size: 25px;
        margin-bottom: 50px;
        color: #c1a320;
    }
    .mainForm{width: 100%; margin: 0 auto;}
}