@charset "ISO-8859-1";

@media ( min-width : 576px) and (max-width: 991px) {
	.wborder-left {
		border-left: thin groove;
	}
}

@media ( min-width : 992px) {
	.wborder-leftright {
		border-left: thin groove;
		border-right: thin groove;
	}
}

@media ( min-width : 0px) and (max-width: 575px) {
	.wmt-xs {
		margin-top: 12px !important;
	}
}

@media ( min-width : 0px) and (max-width: 450px) {
	.wtext-xs {
		font-size: 9px !important;
	}
}