body{
    overflow-x: hidden;
}
.navbar {
    background: #f9f9f9;
}
.main-title{
    text-align: center;
}
.ibdm-link{
    text-decoration: none;
    color: #666 !important;
}                

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    vertical-align: middle;
}

td.details-control:after {
    content: "\f067";
    font-family: "FontAwesome";
    color: #3c3c3c;
    cursor: pointer;
    font-size: 3rem;
    vertical-align: middle;
}

tr.shown td.details-control:after{
    content: "\f068";
    font-family: "FontAwesome";
    color: #3c3c3c;
    cursor: pointer;
    font-size: 3rem;
    vertical-align: middle;
}

h3{
    padding: 5px 0;
    font-weight: bold;
}

.inner-table .td-title {
    font-weight: 100;
    text-align: right;
    padding-right: 10px !important;
}

table.dataTable > tbody > tr.even, 
table.dataTable > tbody > tr.odd
{
    cursor: pointer;
}