.content-header h1{
    display: none;
}
.request-view h1{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 15px;
}

p.groupBoxTitle.miniBoldTitle{
    color: #0a58ca;
    font-size: 20px;
}

table.table.table-striped {
    margin-bottom: 60px;
    border: none !important;
}
table.table.table-striped  tr th, table.table.table-striped  tr td{
    border: none !important;
}
table.table.table-bordered tr th, table.table.table-bordered  tr td{
    border: none !important;
}

.table-striped>tbody>tr:nth-of-type(odd){
    background: #EFF9FF !important;
}
table.table-striped td:nth-child(1){
    font-weight: 600;
}
