body {
	background: #fdfbf3;
}
body {
	font-family: "Open Sans", Arial, sans-serif !important;
}
.content {
  padding: 120px 0 50px 0;
}
.tmin {
	font-size: 12px;
}
tr.trline > td {
	border-top: 2px solid #ffce07 !important
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}
.card-title {
	margin-bottom: .5rem;
}
.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
	padding: 20px;
}
.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding: 10px 20px;
	margin: 0;
}
.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
	padding: 10px 20px;
}
.card-footer {
	background: #f7f7f7;
}
.myaccount nav {
	margin-top: 0 !important;
}

.myaccount ul.navbar-nav {
	margin: 0 !important;
}
.myaccount .navbar-nav > li {
	list-style: none;
}
#login-alert {
	text-indent: 45px;
}
.myaccount a.navbar-brand {
	float: left;
	height: auto;
	padding: 24px 25px;
}