  /* GENERAL */
.red-text {
	color: #cc0000 !important;
}
.table.cols-3 {
	table-layout: auto;
	width: 100%;
}
.table.cols-3 thead tr td:nth-child(1) {
	width: 60%;
}
.table.cols-3 thead tr td:nth-child(2) {
	width: 25%;
}
.table.cols-3 thead tr td:nth-child(3) {
	width: 15%;
}
.table.cols-3 tbody tr td:nth-child(1) {
	width: 60%;
}
.table.cols-3 tbody tr td:nth-child(2) {
	width: 25%;
}
.table.cols-3 tbody tr td:nth-child(3) {
	width: 15%;
}
.table-striped tbody tr:last-child td {
	border-bottom: 1px solid #036;
}
