@charset "UTF-8";

/* custom table borders
-------------------------------------------------- */

.table_bordered {
	border: 1px solid #bebec8;
	border-top: none;
}
.border_dotted {
	border-bottom: 1px dotted #bebec8;
}
.border_total {
	position: relative;
}
.border_total:after {
	display: block;
	position: absolute;
	width: 100%;
	border-top: 1px solid #bebec8;
	top: 3px;
	left: 0;
	content: '';
}

/* custom table widths
-------------------------------------------------- */

.w18p {
	width: 18% !important;
}

.note_indent {
	margin-left: 0.4em;
    text-indent: -0.4em;
}


@media screen and (max-width: 767px) {
	.sp_w18p {
		width: 18% !important; 
	}

	.sp_w11p {
		width: 11% !important; 
	}

	.sp_w12p {
		width: 12% !important; 
	}
}