/* Added CSS */

.sitemap ul.page_row.item {
	color: #212529;
}

.stupid-table th[data-sort] {
	cursor: pointer;
}

.modal-lg {
	max-width: 820px;
}

/* md (tablet portrait) */
@media(max-width:1999px) {
	
	.col-form-box {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}