@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: '';
}