.clientSection {
    background: #f5f1ec url(../images/client-bg.png) repeat-x;
    padding: 30px 83px 12px 87px;
    border-top: 1px solid #f2f2f2;
    position: relative;
}

.table-header {
    background-color: #0f66ad;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.table-title {
    margin-bottom: 5px;
    color: #004d99;
    font-size: 2rem;
    font-weight: 600;
}

.table-subtitle {
    color: #8b0000;
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 0;
}
.section-title {
    background-color: #e6f2ff;
    font-weight: bold;
    text-align: left;
}
.highlight {
    /* background-color: #f2f2f2; */
}

.main-title{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
    color: rgb(0 77 153);
}

.tel-info{
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
}

td{
    font-size: 13px;
}

th{
    font-size: 14px;
}

.table-bordered > :not(caption) > * {
    border-width: 2px 0!important;
}
.whos-whotabl{text-align: center; background-color: #f9ebaf !important; font-weight: 600; font-size: 16px;}
#border-Department .table-bordered > :not(caption) > * {
    border-width: 1px 0 !important;     vertical-align: middle;
}

#border-Department .table > :not(:first-child) {
    border-top: 1px solid currentColor;
}

a.work-locationn {
    background: #1382dd;
    color: #fff;
    padding: 2px 6px; 
    border-radius: 4px;
    text-decoration: none !important;
	display: inline-block;
}

a.work-locationn:hover {
    background: #054f8d;
    color: #f3f3f3;
    }
#border-Department table tbody tr td:first-child {
    font-weight:600;
	padding: 2px 10px;
}

#border-Department table tbody tr td:last-child {
    text-align:center;
}

	