/*Background styling*/
#index,#index-kjv,#kjv-books,#web-books,#about,#privacy,
#amp-books,#contact,#genesis,#exodus,#leviticus,#tos,
#numbers,#deuteronomy,#joshua,#judges,#ruth,#samuel1,
#samuel2,#kings1,#kings2,#chronicles1,#chronicles2,
#ezra,#nehemiah,#esther,#job,#psalm,#proverbs,
#ecclesiastes,#song-of-solomon,#isaiah,#jeremiah,
#lamentations,#ezekiel,#daniel,#hosea,#joel,#amos,
#obadiah,#jonah,#micah,#nahum,#habakkuk,#zephaniah,
#haggai,#zechariah,#malachi,#matthew,#mark,#luke,#john,
#acts,#romans,#corinthians1,#corinthians2,#galantians,
#ephisians,#philippians,#colossians,#thessalonians1,
#thessalonians2,#timothy1,#timothy2,#titus,#philemon,
#hebrews,#james,#peter1,#peter2,#john1,#john2,#john3,#jude,#revelation{
	background-color: #d6d6d6;
    background-size: 100% 100%;
    color: #151515;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

/* Header background styling */
.header{
	margin-bottom: 20px;
	background-color: #151515;
	color: #fff;
	padding: 15px 0 5px 0;
	border-radius: 5px;
}

.thankyou_message{
	margin-bottom: 20px;
	background-color: #2E8B57;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
}

#index .header{
	margin-bottom: 20%;
	background-color: #151515;
	padding: 5px;
	border-radius: 5px;
}

#contact .header{
	margin-bottom: 20px;
	background-color: #151515;
	padding: 5px;
	border-radius: 5px;
}

/*Contact form message height*/
#message{
	height: 88px;
}

/*panel background color*/
#homepanel,#kjvpanel,#webpanel,#bookspanel,#contactpanel,
#aboutpanel,#privacypanel,#tospanel{
    background-color: #bbbbbb;
}

/*Home and Bible version buttons styling*/
#selection-buttons{
    background-color: #bbbbbb;    
	padding: 15px;
	border-radius: 6px;
}

#kjv-buttons{
    background-color: #B9C7CA;
	padding: 15px;
	border-radius: 6px;
}

#web-buttons{
    background-color: #89AFC7;
	padding: 15px;
	border-radius: 6px;
}

/*About, Privacy and TOS styling*/
#about .ui-content,#privacy .ui-content,#tos .ui-content{
    background-color: #B4B4B4;
	padding: 10px;
	border-radius: 6px;
}

#about-content,#privacy-content,#tos-content{
	background-color: #f3f3f3;
	color: #333;
	text-align: justify;
	padding: 10px;
	border-radius: 5px;
}

/*Panel - About and How to styling*/
.paneltext{
	background-color: #f3f3f3;
	color: #333;
	text-align: left;
	padding: 20px;
	border-radius: 5px;
}

.paneltext2{
	background-color: #f3f3f3;
	color: #333;
	text-align: left;
	padding: 20px;
	border-radius: 5px;
}

/*Contact form styling*/
#form{
    background-color: #B4B4B4;
	color: #151515;
    width: 85%;
    margin: 10px auto;
	padding: 15px;
	border-radius: 6px;
	text-align: left;
}

/*Hidden form field*/
#honeypot-fieldset{
	display: none !important;
}

/*error message*/
#error{
    background-color: #f00;
	color: #fff;
    width: 90%;
    margin: 20px auto;
    font-size: 12px;
	padding: 5px;
	border-radius: 3px;
}

/*read word*/
#result{
    font-size: 30px;
	color: #fff;
    background-color: rgba(8, 0, 0, 0.7);
    padding: 5% 0;
    border-radius: 5px;
}

/* Hide the number input */
.full-width-slider input {
    display: none !important;
}
.full-width-slider .ui-slider-track {
    margin-left: 15px;
}