.table-header-tr{
	/*border:1px solid #dddddd;*/
	background-color:#1E3A8A;
	height:50px;
	color: #FFF;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
     border-radius: 10px 10px 0 0;
}
.table-header-left{
	border:1px solid #dddddd;
	background-color:#1E3A8A;
	height:50px;
	color: #FFF;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	-webkit-border-radius:  10px 0 0 0;
	-moz-border-radius:  10px 0 0 0;
	-o-border-radius:  10px 0 0 0;
	-ms-border-radius:  10px 0 0 0;
     border-radius:  10px 0 0 0;
}
.table-header{
	border:1px solid #dddddd;
	background-color:#1E3A8A;
	height:50px;
	color: #FFF;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
}
.table-header-right{
	border:1px solid #dddddd;
	background-color:#1E3A8A;
	height:50px;
	color: #FFF;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	-o-border-radius: 0 10px 0 0;
	-ms-border-radius: 0 10px 0 0;
     border-radius: 0 10px 0 0;
}
@media (max-width: 992px) {
	.table-bordered, .table-header-left p{
		font-size:1em;
	}
	.table-header p{
		font-size:1em;
	}
	.table-header-right p{
		font-size:1em;
    }
}
@media (max-width: 767px) {
	.table-bordered, .table-header-left p{
		font-size:.9em;
	}
	.table-header p{
		font-size:.9em;
	}
	.table-header-right p{
		font-size:.9em;
    }
}
@media (max-width: 560px) {
	.table-bordered, .table-header-left p{
		font-size:.9em;
	}
	.table-header p{
		font-size:.9em;
	}
	.table-header-right p{
		font-size:.9em;
    }
}
@media (max-width: 320px) {
	.table-bordered, .table-header-left p{
		font-size:.8em;
	}
	.table-header p{
		font-size:.8em;
	}
	.table-header-right p{
		font-size:.8em;
    }
}


