
p {
	line-height: 1em;
}

h1, h4 {
	color: #a70f0f;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
	font-family: "Arial";
}

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 1.8em;
	color: #850c0c;
}

h3 {
	font-size: 1.2em;
	color: #4169e1;
}

a {
	color: black;
	text-decoration: none;
}

	a:hover,
	a:active {
		text-decoration: underline;
	}

body {
	font-family: "Arial";
	font-size: 80%;
	line-height: 1.2em;
	width: 100%;
	margin: 0;
	background: #eee;
}

#page {
	margin: 20px;
}

#logo {
	width: 35%;
	margin-top: 5px;
	font-family: "Arial";
	display: inline-block;
}

#content {
	margin: 30px 0;
	background: white;
	padding: 20px;
	clear: both;
}

#content {
	margin: 30px 0;
	background: white;
	padding: 20px;
	clear: both;
}

.table {
	max-width: 100% !important;
}

#footer {
	border-bottom: 1px #ccc solid;
	margin-bottom: 10px;
}

	#footer p {
		float: right;
		text-align: right;
		text-transform: uppercase;
		font-size: 90%;
		color: grey;
	}

#content,
ul li a {
	box-shadow: 0px 1px 1px #999;
}


#content1 {
	margin: 30px 0;
	background: white;
	padding: 20px;
	clear: both;
}

#content1,
ul li a {
	box-shadow: 0px 1px 1px #999;
	box-sizing: border-box;
	width: 100%;
	float: left;
}

button1 {
	border-radius: 8px;
	float: left;
	border: 1px solid white;
}

label1 {
	float: left;
}

img {
	max-width: 450px;
	max-height: 450px;
}
/* Navbar container */
.navbar {
	overflow: hidden;
	background-color: #333;
	font-family: Arial;
}

	/* Links inside the navbar */
	.navbar a {
		float: left;
		font-size: 16px;
		color: white;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
	}

/* The dropdown container */
.dropdown {
	float: left;
	overflow: hidden;
}

	/* Dropdown button */
	.dropdown .dropbtn {
		font-size: 16px;
		border: none;
		outline: none;
		color: white;
		padding: 14px 16px;
		background-color: inherit;
		font-family: inherit; /* Important for vertical align on mobile phones */
		margin: 0; /* Important for vertical align on mobile phones */
	}

	/* Add a red background color to navbar links on hover */
	.navbar a:hover, .dropdown:hover .dropbtn {
		background-color: #a70f0f;
	}

/* Dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

	/* Links inside the dropdown */
	.dropdown-content a {
		float: none;
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

		/* Add a grey background color to dropdown links on hover */
		.dropdown-content a:hover {
			background-color: #ddd;
		}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

p.large {
	font-size: 18px;
	line-height: 1.6;
}

.timeline {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

	.timeline *, .timeline :after, .timeline :before {
		-webkit-box-sizing: inherit;
		box-sizing: inherit;
	}

	.timeline:not(.timeline--horizontal):before {
		background-color: #ddd;
		bottom: 0;
		content: '';
		left: 50%;
		margin-left: -2px;
		position: absolute;
		top: 0;
		width: 4px;
		z-index: 1;
	}

.timeline__wrap {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.timeline__item {
	font-size: 16px;
	font-size: 1rem;
	padding: .625rem 2.5rem .625rem 0;
	position: relative;
	width: 50%;
	z-index: 2;
}

	.timeline__item:after {
		background-color: #fff;
		border: 4px solid #ddd;
		border-radius: 50%;
		content: '';
		height: 20px;
		position: absolute;
		right: -10px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		width: 20px;
		z-index: 1;
	}

	.timeline__item.animated {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		opacity: 0;
	}

	.timeline__item.fadeIn {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}

.timeline__item--left {
	left: 0;
}

.timeline__item--right {
	left: 50%;
	padding: .625rem 0 .625rem 2.5rem;
}

	.timeline__item--right:after {
		left: -10px;
	}

	.timeline__item--right .timeline__content:before {
		border-bottom: 10px solid transparent;
		border-right: 12px solid #ccc;
		border-left: none;
		border-top: 10px solid transparent;
		left: -12px;
	}

	.timeline__item--right .timeline__content:after {
		border-bottom: 9px solid transparent;
		border-right: 11px solid #fff;
		border-left: none;
		border-top: 9px solid transparent;
		left: -10px;
	}

.timeline__content {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #333;
	display: block;
	padding: 1.25rem;
	position: relative;
}

	.timeline__content:after, .timeline__content:before {
		content: '';
		height: 0;
		position: absolute;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		width: 0;
	}

	.timeline__content:before {
		border-bottom: 10px solid transparent;
		border-left: 12px solid #ccc;
		border-top: 10px solid transparent;
		right: -12px;
		z-index: 1;
	}

	.timeline__content:after {
		border-bottom: 9px solid transparent;
		border-left: 11px solid #fff;
		border-top: 9px solid transparent;
		right: -10px;
		z-index: 2;
	}

	.timeline__content h2 {
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 .625rem;
	}

	.timeline__content p {
		font-size: 1.4375rem;
		line-height: 1.5;
		margin-bottom: 10px;
		/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;*/
	}

.timeline--horizontal {
	font-size: 0;
	padding: 0 3.125rem;
	overflow: hidden;
	white-space: nowrap;
}

	.timeline--horizontal .timeline-divider {
		background-color: #ddd;
		display: block;
		height: 4px;
		left: 40px;
		position: absolute;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 40px;
		z-index: 1;
	}

	.timeline--horizontal .timeline__items {
		-webkit-transition: all .8s;
		-o-transition: all .8s;
		transition: all .8s;
		will-change: transform;
	}

	.timeline--horizontal .timeline__item {
		display: inline-block;
		left: 0;
		padding: 0 0 2.5rem;
		position: relative;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		vertical-align: top;
		white-space: normal;
	}

		.timeline--horizontal .timeline__item:after {
			left: 50%;
			right: auto;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 100%
		}

		.timeline--horizontal .timeline__item .timeline__item__inner {
			display: table;
			height: 100%;
			width: 100%
		}

		.timeline--horizontal .timeline__item .timeline__content__wrap {
			display: table-cell;
			margin: 0;
			padding: 0;
			vertical-align: bottom;
		}

		.timeline--horizontal .timeline__item .timeline__content:before {
			border-left: 12px solid transparent;
			border-right: 12px solid transparent;
			border-top: 12px solid #ccc;
			left: 50%;
			right: auto;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			top: 100%
		}

		.timeline--horizontal .timeline__item .timeline__content:after {
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top: 10px solid #fff;
			left: 50%;
			right: auto;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			top: 100%
		}

	.timeline--horizontal .timeline__item--bottom {
		padding: 2.5rem 0 0;
	}

		.timeline--horizontal .timeline__item--bottom:after {
			top: 0;
		}

		.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
			vertical-align: top;
		}

		.timeline--horizontal .timeline__item--bottom .timeline__content:before {
			border-bottom: 12px solid #ccc;
			border-left: 12px solid transparent;
			border-right: 12px solid transparent;
			border-top: none;
			bottom: 100%;
			top: auto;
		}

		.timeline--horizontal .timeline__item--bottom .timeline__content:after {
			border-bottom: 10px solid #fff;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top: none;
			bottom: 100%;
			top: auto;
		}

.timeline-nav-button {
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: block;
	height: 40px;
	outline: 0;
	position: absolute;
	text-indent: -9999px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 40px;
	z-index: 10;
}

	.timeline-nav-button:disabled {
		opacity: .5;
		pointer-events: none;
	}

	.timeline-nav-button:before {
		background-position: center center;
		background-repeat: no-repeat;
		content: '';
		display: block;
		height: 14px;
		left: 50%;
		position: absolute;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		top: 50%;
		width: 8px;
	}

.timeline-nav-button--prev {
	left: 0;
}

	.timeline-nav-button--prev:before {
		background-image: url(../images/arrow-left.svg);
	}

.timeline-nav-button--next {
	right: 0;
}

	.timeline-nav-button--next:before {
		background-image: url(../images/arrow-right.svg);
	}

.timeline--mobile {
	padding: 0;
}

	.timeline--mobile:before {
		left: 10px !important;
		margin: 0 !important;
	}

	.timeline--mobile .timeline__item {
		left: 0;
		padding-left: 40px;
		padding-right: 0;
		width: 100%
	}

		.timeline--mobile .timeline__item:after {
			left: 2px;
			margin: 0;
		}

		.timeline--mobile .timeline__item .timeline__content:before {
			left: -12px;
			border-bottom: 12px solid transparent;
			border-right: 12px solid #ccc;
			border-left: none;
			border-top: 12px solid transparent;
		}

		.timeline--mobile .timeline__item .timeline__content:after {
			left: -10px;
			border-bottom: 10px solid transparent;
			border-right: 10px solid #fff;
			border-left: none;
			border-top: 10px solid transparent;
		}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		top: 70px;
	}

	100% {
		opacity: 1;
		top: 0;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		top: 70px;
	}

	100% {
		opacity: 1;
		top: 0;
	}
}

@-webkit-keyframes liftUp {
	0% {
		top: 0;
	}

	100% {
		top: -15px;
	}
}

@keyframes liftUp {
	0% {
		top: 0;
	}

	100% {
		top: -15px;
	}
}
/*# sourceMappingURL=timeline.min.css.map */

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

	.panel-heading > .dropdown .dropdown-toggle {
		color: inherit
	}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

	.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
		color: inherit
	}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
	margin-bottom: 0
}

	.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
		border-width: 1px 0;
		border-radius: 0
	}

	.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
		border-top: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px
	}

	.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
		border-bottom: 0;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px
	}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group + .panel-footer {
	border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
	margin-bottom: 0
}

	.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
		padding-right: 15px;
		padding-left: 15px
	}

	.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px
	}

		.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
			border-top-left-radius: 3px;
			border-top-right-radius: 3px
		}

			.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
				border-top-left-radius: 3px
			}

			.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
				border-top-right-radius: 3px
			}

	.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px
	}

		.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px
		}

			.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
				border-bottom-left-radius: 3px
			}

			.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
				border-bottom-right-radius: 3px
			}

	.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
		border-top: 1px solid #ddd
	}

	.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
		border-top: 0
	}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
	border: 0
}

	.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 0
	}

	.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
		border-right: 0
	}

	.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
		border-bottom: 0
	}

	.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0
	}

.panel > .table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

	.panel-group .panel {
		margin-bottom: 0;
		border-radius: 4px
	}

		.panel-group .panel + .panel {
			margin-top: 5px
		}

	.panel-group .panel-heading {
		border-bottom: 0
	}

		.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
			border-top: 1px solid #ddd
		}

	.panel-group .panel-footer {
		border-top: 0
	}

		.panel-group .panel-footer + .panel-collapse .panel-body {
			border-bottom: 1px solid #ddd
		}

.panel-default {
	border-color: #ddd
}

	.panel-default > .panel-heading {
		color: #333;
		background-color: #f5f5f5;
		border-color: #ddd
	}

		.panel-default > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #ddd
		}

		.panel-default > .panel-heading .badge {
			color: #f5f5f5;
			background-color: #333
		}

	.panel-default > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #ddd
	}

.panel-primary {
	border-color: #337ab7
}

	.panel-primary > .panel-heading {
		color: #fff;
		background-color: #337ab7;
		border-color: #337ab7
	}

		.panel-primary > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #337ab7
		}

		.panel-primary > .panel-heading .badge {
			color: #337ab7;
			background-color: #fff
		}

	.panel-primary > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #337ab7
	}

.panel-success {
	border-color: #d6e9c6
}

	.panel-success > .panel-heading {
		color: #3c763d;
		background-color: #dff0d8;
		border-color: #d6e9c6
	}

		.panel-success > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #d6e9c6
		}

		.panel-success > .panel-heading .badge {
			color: #dff0d8;
			background-color: #3c763d
		}

	.panel-success > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #d6e9c6
	}

.panel-info {
	border-color: #bce8f1
}

	.panel-info > .panel-heading {
		color: #31708f;
		background-color: #d9edf7;
		border-color: #bce8f1
	}

		.panel-info > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #bce8f1
		}

		.panel-info > .panel-heading .badge {
			color: #d9edf7;
			background-color: #31708f
		}

	.panel-info > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #bce8f1
	}

.panel-warning {
	border-color: #faebcc
}

	.panel-warning > .panel-heading {
		color: #8a6d3b;
		background-color: #fcf8e3;
		border-color: #faebcc
	}

		.panel-warning > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #faebcc
		}

		.panel-warning > .panel-heading .badge {
			color: #fcf8e3;
			background-color: #8a6d3b
		}

	.panel-warning > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #faebcc
	}

.panel-danger {
	border-color: #ebccd1
}

	.panel-danger > .panel-heading {
		color: #a94442;
		background-color: #f2dede;
		border-color: #ebccd1
	}

		.panel-danger > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #ebccd1
		}

		.panel-danger > .panel-heading .badge {
			color: #f2dede;
			background-color: #a94442
		}

	.panel-danger > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #ebccd1
	}
