.career-list .table tr th {
	background-color: var(--grey);
}
.career-list .table tr th,
.career-list .table tr td {
	border: 1px solid var(--line-color);
	vertical-align: middle;
	padding: 12px;
}
.btn-expires {
	padding: 4px 16px;
	background-color: var(--main-color);
	color: #fff;
	white-space: nowrap;
}










@media(max-width: 480px){
	.career-list .table tr th:nth-child(1) {
		width: 50% !important;
	}
	.career-list .table tr th:nth-child(2),
	.career-list .table tr th:nth-child(3) {
		width: 25% !important;
	}
}

