html, body {
    width:100%;
    font-family:sans-serif;
    margin:0;
    font-style: normal;
}
img{
    border:0;
    -webkit-touch-callout: default;
    -webkit-user-select: all;
    user-select: all;
}
form{
    font-size:1.5em;
    text-align:left;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
div{
    clear:both;
    margin-bottom:6px;
}
select{
    font-family:sans-serif;
    font-size:24px;
}

/*Page Header Banner*/
.page_header{
    width: 100%;
    position:fixed;
    top:0;
    font-size:18px;
    padding:16px;
    text-align:center;
    color:white;
    background-color:black;
    font-family:sans-serif;
}

.control_icon_left{
    position:fixed;
    top:8px;
    left:12px;
    font-family:sans-serif;
    font-size:36px;
    padding:0px;
    text-align:center;
    width:32px;
    color:white;
    background-color:black;
}
.control_icon_right{
    position:fixed;
    top:8px;
    right:12px;
    font-family:sans-serif;
    font-size:36px;
    padding:0px;
    text-align:center;
    width:32px;
    color:white;
    background-color:black;
}

.control_icon{
    width:32px;
    height:32px;
}

.page_header {
    width: 100%;
}

/*Hide radio button*/
input[type=radio] {
    display:none; 
    margin:10px;
}

/*Change the look'n'feel of labels*/
input[type=radio] + label {
    display:inline-block;
    margin:2%;
    background-color: #e7e7e7;
    border: 8px solid #e7e7e7;
}
/*Change background color for label next to checked radio button*/
input[type=radio]:checked + label { 
    //background-image: none;
    background-color:#fff380;
    border-color:#fff380;
}
input[type=radio]:enabled + label { 
    color: #000000;
}
input[type=radio]:disabled + label { 
    color: #cccccc;
}

/*#button_download {
    position:absolute;
    margin-left:auto;
    margin-right:auto;
    margin-top:575px;
    background-color: #e7e7e7;
    font-size: 1.3em;
    width:60%;
    text-align:center;
    padding:10px;
}*/

.div_control {
    background-color: #e7e7e7;
    padding:10px;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    border-left: 4px solid #000000;
}

.sel_verse_sample{
    font-size: 0.5em; //12px;
}

.label_bible_version{
    width: 25%;
    text-align:center;
}

.label_bible_verse{
    width: 90%;
}

.label_font{
    font-size: 1.3em;
    width:90%;
    text-align:center;
}

.label_background{
    width:25px;
    height:25px;
}

.div_sel{
    display:none;
    width: 100%;
}

.help_title{
    margin:0px;
    font-size:2em;
}

.help_main{
    margin:20px;
}

.help_menu{
    color:#007aff;
    background-color:#d1d0d0;
    padding:4px;
}

.help_icon_background{
    background-color:black;
    padding:6px;
    width:30px;
    height:30px;
}