@charset "utf-8";
/* CSS Document */

/* Utility */
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
table {
	border-spacing: 0;
	width: 100%
}
td, th {
	/* [disabled]border-bottom: 0.1rem solid #e1e1e1; */
	/* [disabled]padding: 1.2rem 1.5rem; */
	text-align: left
}

body {
  border-top: 10px solid #b6646a;
  	color: #b6646a;

}

.makeSplashBG{
	background-color: #e2a8ac;
/*  background: rgb(182,100,106);
  background: linear-gradient(0deg, rgba(182,100,106,1) 0%, rgba(226,169,173,1) 100%);
*/}

.makeContentBG{
	background-color: #f6e9ea;
}

.makeFooterBG{
	background-color: #b7666b;
}

.hiddenDisplayBTN {
	cursor: pointer;
}

.bold_underlined {
	font-weight: bold;
	text-decoration: underline;
}

.smallImportant {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 5px auto;
	margin-bottom: 25px;
	height: 0;
	width: 100%;
	max-height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
	border: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cd8282;
}