#exam table, #exam td, #options table{
	border-collapse: collapse;
	border: 1px #f0f0f0 solid;
	text-align: center;
}

table #exam{
	width: 100%;
}

#exam tr:nth-child(odd){
	background: #f0f0f0;
}

#exam td{
	padding: 10px;
	width: 20%;
    font-size: .5em;
}

@media (min-width: 700px)  {
    #exam td{font-size: 1em;}
}

#form h2 {
    margin-top: 30px;
}

.qSection .row:nth-child(odd) {
    background: #f0f0f0;
}

.qSection .row {
    padding: 5px 0;
}

input[type="radio"]:after, input[type="checkbox"]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #f66002;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after, input[type="checkbox"]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}


input[type="checkbox"]:after, input[type="checkbox"]:checked:after{
    border-radius: 5px;
    width: 17px;
    height: 17px;
    top: -1px;
    left: -1px;
}

.qSection label {
    margin: 0px 20px 0 5px;
}

.oSection {
    display: inline-block;
    margin-top: 30px;
}

.question {
    display: block;
}

textarea#custExper {
    width: 100%;
    min-height: 150px;
}

input[type='checkbox'] + label {
    margin: 0 20px 0 0;
}

.formBtn {
    background: rgba(246,96,2,1);
    padding: 10px 15px;
    border-radius: 7px;
    margin-top: 10px;
    min-width: 125px;
    color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(13,13,13,.25);
    font-size: 1.5em;
    border: 0;
    display: block;
}

.formBtn:hover {
    background: rgba(246,96,2,.5);
}