/*  STEVES CSS */

div#answer_but {
    margin-top: 30px;
}



.col-md-3 {
    margin-top: 20px;
	text-align: center;
}

.col-sm-6 {
    width: 50%;
    text-align: center;
}

.col-md-12 {
    width: 100%;
    text-align: center;
}

.choice-item {
    color: #FFF;
    background-color: #4ac;
    display: inline;
    padding: 9px 17px;
    font-weight: normal;
    font-size: 17px;
    /*letter-spacing: 2px;*/
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #4AC;
    width: 60%;
}

h3, .h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: normal;
    color: #707070;
}

h1 {
    font-size: 32px;
}

.container {
    max-width: 750px;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 100px;
}

div {
    cursor:pointer;
}


/*#feedback-screen{display:none}*/

div#feedback-screen {
    display: none;
    margin-bottom: 11rem;
}

div#question-screen {
    margin-top: 25px;
	margin-bottom: 100px;
}

/* Make Lightbox Bg Transparent */
.lb-outerContainer {
    background-color: transparent!important;
}

