

.table thead th{border-top:1px solid #000; border-bottom:1px solid #ddd; font-size: 15px; font-weight:400; text-align:center;}
.table tbody tr td{font-size:15px;}
.table thead th:first-child{width:70px;}
.table thead th:nth-child(2){width:400px;}
.table thead th:nth-child(3), .table thead th:nth-child(4), .table thead th:nth-child(5){width:100px;}

.table tr td:first-child{width:70px; text-align:center;}
.table tr td:nth-child(2){width:400px;}
.table tr td:nth-child(3), .table tr td:nth-child(4), .table tr td:nth-child(5){width:100px; text-align:center;}

.btn-primary,
.btn-primary:hover{background-color:#333; border-color:#333;}
.btn-success,
.btn-success:hover{background-color:#254D88; border-color:#254D88;}

@media(max-width:768px){
	.table thead th{font-size:14px;}
	.btn-primary{width:100%; font-size: 13px; padding:10px 0;}
	.btn-success{font-size: 13px; padding:10px;}
}