
label{
    font-weight: bold;
}
.control-label{
    margin-top: 9px;
}

.page_title {
    text-align: right;
    color: #555;
    font-family: arial, sans-serif;
    font-size: 1.5em;
    text-decoration: none;
    width: 28%;
    height: 1.62em;
    border-bottom: 1px solid #A1AABE;
    margin-bottom: 12px;
}
.page_title_small 
{
    padding-top:3px;
    padding-right:3px;
    padding-bottom:2px;
    font-family: arial, sans-serif;
    font-size: 1.12em;
    font-weight: normal;
    border-bottom:1px solid #555;
    width:30%;
    text-align:right;
    color: #A54C4C;
    margin-bottom: 12px;
}
.user_desc {
    text-align: right;
    color: #C83434;
    font-family: arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    width: 28%;
    height: 15px;
    border-bottom: 0px solid red;
    padding-top: 0px;
    margin-bottom: 2.1em;
    margin-top: -2.1em;
}
.modal-dialog{
    width: 600px;
    margin: 30px auto;
}
@media (max-width:360px){
        .page_title {
        font-size: 1.25em;
        width:100% !important;
    }
    .page_title_small 
    {
        font-size: 0.91em;
        width:100% !important;
    }
}
@media (max-width:480px){
        .page_title {
        font-size: 1.25em;
        width:100% !important;
    }
    .page_title_small 
    {
        font-size: 0.91em;
        width:100% !important;
    }
}
@media (min-width: 768px) {
    .modal-dialog{
        width: 700px;
    }
}
@media (max-width: 767px) {
    .modal-dialog{
        width: 98%;
    }
    .modal-body {
        padding: 2px;
}
}