.tirechquiz {
    background-color: white ;
	margin: 0 auto;
}

@media screen and (max-width: 650px) {
	.tirechquiz {
		width: 400px !important;
	}
}

@media screen and (max-width: 420px) {
	.tirechquiz {
		width: 300px !important;
	}
}

.tirechquiz > br, .tirechquiz > div > br {
	display: none;
}

.tirechquiz input[type=checkbox],input[type=radio] {
    text-align: left !important;
}

.tirechquiz input[type=button] {
    line-height: normal;
    font-size: 13.5px;
    font-family: Arial, Helvetica, sans-serif;
}
.tirechquiz label {
    color: black;
    display: inline-block;
}

.tirechquiz.textlandingmba {
    color: black !important;
    display: inline-block !important;
}

.tirechquiz div {
    /*border: 1px solid #3d33ff;*/
    text-align: left;
    margin: 5px 5px;
    color: black;
}

.tirechquiz body {
    font-family: "Open Sans", "Lato", sans-serif;
    color: black;
}

.tirechquiz.question_description div {

    border: 2px green dashed;
}

.tirechquiz.tirech_frm_quiz,
.tirech_frm_quiz0 {
    color: green;

}
.tirechquiz table {
    border: 0;
}

.tirechquiz tr,
.tirechquiz td,
.tirechquiz td>div {
    border: 0px dashed green;
    margin: 0;
    padding: 0;
	background-color: transparent;
}
.tirechquiz td>div {
    width: 100%;
    height: 100%;
/*background-color: rgba(7, 7, 232, 0.14)*/
}



