
h1 {
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 5px;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 5px;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 span, h3 span {
	color: #eb6e46;
}

.navbar-header button{
	position: absolute;
	right: 0px;
	top: 0px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #3e403f;
	color: #fff;
	height: 40px;
}
.footer .copyright {
	font-size: 50%;
}

form {
	margin-bottom: 30px;
}

form input {
	margin-top: 5px;
	margin-bottom: 5px;
}

p.btn_area {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mt15 {
	margin-top: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.btn-primary {
	color: #fff;
	background-color: #eb6e46;
	border-color: #ff825a;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{
	color:#fff;
	background-color:#a74120;
	border-color:#d94f21;
	text-decoration: none;
}

.btn-info {
	color: #fff;
	background-color: #eb6e46;
	border-color: #ff825a;
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{
	color:#fff;
	background-color:#a74120;
	border-color:#d94f21;
	text-decoration: none;
}

.bs-callout-warning h4{
	color: #FF6347;
}

a{
	color:#eb6e46;
	text-decoration:none;
}

a:hover,a:focus{
	color: #eb6e46;
	text-decoration:none;
}


table.table._center th {
	background-color:#A0DAB9;
}
table.table._center th.operation {
	min-width: 2.5em;
}

