body {

	padding-bottom: 40px;
	color: #5a5a5a;

	//background-color: #f9fbe9;
}

.wonCell {
	padding: 2px 2px 0px 4px;
	vertical-align: top;
	font-weight: bold;
}

.wonTable {
	width: 90%;
	vertical-align: text-top;
	color: #FFFFFF;
	font-size: small;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	opacity: 1;
}

.won {
	color: #FFFFFF;
	margin-top: 92px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	max-width: 992px;
	height: 30px;
	/*background-color: #D30000;*/
	background: linear-gradient(#D30000, #850000);/*light-to-dark*/
	border-radius: 20px 20px 0px 0px;
	/*box-shadow: 25px 25px 5px 10px #850000;
	opacity: .75;*/
	text-align: center;
}

.time {
	margin: 0px 0px 0px 0px;
	display: block;
	font-size: x-small;
	width: 99%;
	text-align: right;
}

div.signature {
	margin-top: 2px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 992px;
	height: 30px;
	/*background-color: #D30000;*/
	background: linear-gradient(#850000, #D30000); /*dark-to-light*/
	border-radius: 0px 0px 20px 20px;
	text-align: center;
}

ul.signature {
	display: table;
	width: 95%;
	height: 100%;
	color: #FFFFFF;
	font-size: small;
	padding: 5px 0px 0px 0px;
	margin: 0px auto;
	opacity: 1;
	list-style-type: disc;
	text-align: justify;
	vertical-align: text-bottom;
}

ul.signature > li {
	display: table-cell;
	height: 100%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 60px;
	vertical-align: text-bottom;
}

.signature > li:last-child {
	letter-spacing: normal !important;
}

.list-group-item > h5 {
	font-weight: bold;
}

.borderless {
	border: 0 none;
}

.indent {
	padding-left: 8px;
}

img.col_header {
	opacity: .8;
	border-radius: 20px 20px 20px 20px;
	transform: scale(1.25, 1.25);
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	margin-top: 5px;
	margin-bottom: 5px;
}

hr {
	/*background-color: #850000;*/
	background: linear-gradient(#850000, #D30000); /*dark-to-light*/
	width: 80%;
	height: 8px;
	border-radius: 4px 4px 4px 4px;
}

.ui-dialog-titlebar {
	/*background-color: #850000;*/
	background: linear-gradient(#850000, #D30000); /*dark-to-light*/
	color: #FFFFFF;
}

.ui-dialog-titlebar-close {
	display: none;
}

.ui-dialog .ui-dialog-content {
	height: 100%;
	width: 100%;
	display: inline-block;
	overflow: auto;
	//background-color: #D30000;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	text-align: center;
	float: none;
}

.invisible {
	display: none;
}

.btn-audio-play {
	color: #FFFFFF !important;
	background-color: #850000;
}

.contentRow {
	min-width: 600px;
	font-size: 16px;
	line-height: 2.5;	
}

.contentTitle {
	color: #850000;
}

a.bibleReadingsTitle {
	color: #9d9d9d;
	background-color: transparent;
}

div.bibleReadingsWrapper {
	line-height: 1.3;
}

div.bibleReadingsWrapper a {
	color: #9d9d9d;
    padding: 5px;
    line-height: 20px;
	font-size: 20px;
}

div.bibleReadingsWrapper a:focus, div.bibleReadingsWrapper a:hover, a.bibleReadingsTitle:focus, a.bibleReadingsTitle:hover {
	color: #333;
	background-color: transparent;
}

div.bibleReadingsWrapper > h4 {
	font-size: 20px;
}

div.poetry {
	background-color: #f5f5f5;
	margin-left: 15px;
	padding: 8px;
	border-radius: 15px 15px 15px 15px;
}