.table-blue thead tr {
    background: #203258;
}
.table-blue tbody tr *{
    text-transform: inherit;
    color: #23272B;
}
.table-blue thead tr *{
	text-transform: inherit;
}
.table-blue tbody tr td{
    padding-left: 8px;
    padding-right: 8px;
}
.table-blue tbody tr:nth-child(even) {
    background-color: #F9FAFA;
}
.text-left-td{
    text-align: left!important;
}
.text-right-td{
    text-align: right!important;
}
.general-table table{
	margin-bottom: 5px;
}
.general-table table>thead>tr>th{
	line-height: 1.4;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td{
	border: 1px solid #E3E3E3;
	border-right-color: transparent;
    border-left-color: transparent;
}
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td{
	padding: 8px 16px 8px 16px;
	font-size: 16px;
}