/**************************************************************************************
    Bootstrap.css - Modify
**************************************************************************************/
.table-responsive > table {
    table-layout: fixed;
}
.btn {
    border-radius: 2px;   
}
.panel-title {
    font-size: 15px;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    vertical-align: middle;   
}
.form-control {
    height: 30px;
    padding: 3px 6px;
    font-size: 13px;
    border-radius: 2px;
    box-shadow: none;
}
.label {
    padding: 4px 6px 3px;
    font-weight: 300;
    border-radius: 0;   
}

/**************************************************************************************
    drawer.css - Modify
**************************************************************************************/