﻿@media only screen and (max-width: 990px) {
    label.control-label {
        padding: 0;
    }
    .form-horizontal .form-group {
        margin: 10px;
    }
    .row {
        margin: 0;
    }
}

@media only screen and (max-width: 668px) {


    h1 {
        font-size: 18px;
    }
    .block-flat .header h2 {
        font-size: 18px;
        line-height:24px;
    }
    h3 {
        font-size: 16px;
    }
    h4 {
        font-size: 14px;
    }
    div[class^="col-"], .col-md-6 {
        padding: 0;
    }
    .tohide668, #divCurrSummary {
        display: none;
    }
    .modal-dialog .modal-sm {
        width:90% !important;
    }
    #pvActivityView, #pvAddInsured, #pvActivity {
        width: 100%;
    }
    div > .radio-inline {
        margin-left:20px;
    }

    #ocLeftPanel {
        width: 100% !important;
        float: none !important;
    }
    .form-horizontal .checkbox-inline {
        margin-left: 30px;
        display: block;
    }
    h1.big-text, h1.display-3 {
        font-size: 24px;
        line-height: 36px !important;
    }
    div.container.body-content {
        padding-top:10px;
    }
    div.currency {
        white-space:nowrap;
        padding-left:4px;
    }
    div.panel-body {
        padding:0;
    }
    .wp-design h1 {
        font-size:24px !important;
    }
}
