.container {
	padding-right: 0px;
	padding-left: 0px;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.row .col-lg-6 {
	/*width: calc(50% - 10px);*/
}
/*.row .col-lg-6:first-child {
	margin-right: 10px;
}
.row .col-lg-6:last-child {
	margin-left: 10px;
}*/

h1,h2,h3,h4,h5 {
	font-weight: 600;
	margin-top: 0px;
	line-height: 1;
	margin-bottom: 0px;
}
h4 {
	font-size: 18px;
	margin-bottom: 15px;
}
h3 {
	font-size: 24px;
	margin-bottom: 15px;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 15px 8px 15px 8px;
}
.table > thead > tr > th {
	border-bottom: thin solid #ddd;
}
.table {
	margin-bottom: 15px;
}
.table-hover > tbody > tr:hover {
	background-color: #f2f2f2;
}

@media all and (min-width: 1200px) {
	.container {
		width: 100%;
	}
}





/* MOD */
.vw-checkbox-container {
    display: table-cell;
}
.item-count {
	padding-top: 8px;
}
thead {
    /*border-bottom: thin solid #ddd;
	font-size: 16px;*/
}