
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (max-width: 1200px) {
    html,body,div,
    h1,h2,h4,p,blockquote,a,
    small,strike,strong,b,em,i,sub,sup,img,ins,
    ul,ol,li,dl,dt,dd,
    fieldset,form,label,
    table,caption,tbody,tfoot,thead,tr,th,td {
        font-size: 12px;
    }

    input{
        font-size: 12px !important;
    }

    .label{
        font-size: 15px !important;
    }

    h3{
        font-size: 22.5px !important;
    }

    h4{
        font-size: 15.5px !important;
    }

    .btn{
        font-size: 12px !important;
    }



    .entry_form .control-label{
        font-size:12px;
    }

    textarea#id_comment{
        height:50px
    }

    .form-horizontal .control-group {
        margin-bottom: 4px !important;
    }

    .entry_form input{
        height:12px;
    }

    .entry_form input.submit_btn{
        height:27px;
    }

    .entry_form select{
        height:26px;
    }

    a#id_edit_patient{
        height: 11px !important;
        padding: 5px !important;
        margin-left: -27px !important;
    }

    .entry_form .icon-pencil {
        background-position: 0 -74px !important;
    }

}

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

}