body {
	background-color: #000;
	color: #FFF;
}
.header {
	font-size: x-large;
}
img {
	width: 300px;
}
.big {
	margin-top: 25px;
	font-size: large;
	font-weight: bold;
}
.color1 {
	background-color: #C02E1D;
}
.color2 {
	background-color: #D94E1F;
}
.color3 {
	background-color: #F16C20;
}
.color4 {
	background-color: #EF8B2C;
}
.color5 {
	background-color: #ECAA38;
}
.color6 {
	background-color: #EBC844;
}
.color7 {
	background-color: #A2B86C;
}
.color8 {
	background-color: #5CA793;
}
.color9 {
	background-color: #1395BA;
}
.color10 {
	background-color: #117899;
}
.color11 {
	background-color: #0F5B78;
}
.color12 {
	background-color: #0D3C55;
}
button {
	border: 0px;
}
.headAndFoot {
	height: 50px;
	line-height: 50px;
}
.foot {
	padding-top: 50px;
}

/*
.details {
	font-family: "Courier New", Courier, monospace;
}
.detailsText {
	display: inline-block;
}
.detailsNumber {
	display: inline-block;
	font-weight: bold;
}
.dent1 {
	width: 150px;
}
.dent2 {
	width: 200px;
	padding-left: 50px;
}
.dent3 {
	width: 250px;
	padding-left: 100px;
}
.dent4 {
	width: 300px;
	padding-left: 150px;
}
.dent5 {
	width: 350px;
	padding-left: 200px;
}
.dent6 {
	width: 400px;
	padding-left: 250px;
}
*/


li {
	font-family: "Courier New", Courier, monospace;
}
.details {
	font-family: "Courier New", Courier, monospace;
}
.detailsNumber {
	font-weight: bold;
	position: absolute;
}
.detailsText {
}
.dent1 {
	left: 0px;
}
.dent2 {
	left: 20px;
}
.dent3 {
	left: 40px;
}
.dent4 {
	left: 60px;
}
.dent5 {
	left: 80px;
}
.dent6 {
	left: 100px;
}
.dentText1 {
	padding-left: 60px;
}
.dentText2 {
	padding-left: 80px;
}
.dentText3 {
	padding-left: 100px;
}
.dentText4 {
	padding-left: 120px;
}
.dentText5 {
	padding-left: 140px;
}
.dentText6 {
	padding-left: 160px;
}


.chapBar {
	font-size: large;
	font-weight: bold;
	margin-left: -15px;
	margin-right: -15px;
}


.myBlock {
	line-height: 45px;
	height: 45px;
	text-align: left;
}
.myFloat {
	position: absolute;
	top: 0px;
	left:0px;
	height: 50px;
	line-height: 50px;
}
@media (max-width: 767px) {
	button {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.myBlock {
		line-height: 115px;
		height: 115px;
		text-align: center;
	}
}
@media (min-width: 992px) {
	.myBlock {
		line-height: 175px;
		height: 175px;
	}
}
@media (min-width: 1200px) {
	.myBlock {
		line-height: 250px;
		height: 250px;
	}
}