.box-body {
	background: #937358;
	border-color: transparent;
	word-break: break-word;
}

.table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #604731;
}

html {background-color: #937358;}
@media only screen and (max-width: 526px) {
	.content-wrapper, .card-body, .content-wrapper>.content {
		padding-left: 0;
		padding-right: 0;
	}
}
.test {
	display: none;
}
.col-md-6 {
	background-color: #937358;
}
h2 {
	padding-top: 10px;
	font-size: 43px !important;
	font-family: "OdinsonBold";
	font-weight: 100;
	text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(0,0,0,0.8);
	color: #402f21;opacity: 2;
}

.table th {
	border: #604731 !important;
	font-family: 'Cinzel Decorative', cursive;
	color: #423122;
}

.tablescroll {
	overflow: auto;
	height: 600px;
	border: 1px solid #402f21;
}
.table-hover {
	border: none;
	margin-bottom: 0;
}
.totalfels {
	background-color: #a88669;
	border-style: double;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #3e342cb5;
	border-color: #5b4532;
	font-size: 15px;
	font-weight: bold;
	margin-top: 13px;
	color: #533d29;
	padding: 4px;
	text-align:center;
}

.box-title {
	font-size: 35px;
	color: #392b1e;
	text-align: center;
	min-height: 39px;
	text-shadow: 1px 1px 1px #9d7c5f;
	font-family: 'MorrisRoman';
	font-weight: normal;
	}

.row {
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
}