h2
{
    font-weight: lighter;
}

/*.question_subtext h2
{
    font-weight: lighter;
}
*/

label
{
    font-weight:lighter;
    font-size:20px;
}

option
{
    font-weight:lighter;
}

.btn-custom
{
    border: 2px solid;
    width: 200px;
    height: 40px;
}

.btn-custom:hover {
    color: #000;
    background-color: #fff;
}

#unselect_custom, #entered_questions
{
    display: none;
}

#question_modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#question_modal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.sharp
{
    border: 2px solid;
    background-color: #28aaff;
    width: 250px;
    border-color: #28aaff;
    color: whitesmoke;
}

#footer_hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

section.title {
    padding: 5px 0 0px;
}

section h2
{
    font-size:40px;
    font-weight: normal;

}

.question_subtext hr
{
    width:50%;

}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-weight: lighter;
    font-size:25px;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 200px;
    height: 1px;
    background: gray;
    border: none;


}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}
.setting-form{
    width: 500px;
    max-width: 100%;
    margin: 20px auto;
}
#question_modal{
    width: 1000px;
    max-width: 100%;
    margin: 20px auto;
}

