	.tab_data{
		padding-top: 30px;
	}

	.tab_main_div{

		/*height: 1060px;*/
		height: auto;
		margin-top: 50px;
	}

	.tab_title{

		font-weight: bold;
	}

	@media (max-width: 623px){

		.tab_list{
			width: 100%;
			text-align: center;
			border: none;
		}

		.tab_ul{
			border: none;
		}
	}

	

	p{
		text-align: justify;
	}

	.no_record_msg{
		color: red; 
		text-align: center;
		padding-top: 30px;
	}
	
.quizLybAns {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    display: block;
    float: left;
}
input[type="radio"] {
    visibility: hidden;
    display: none;
}
.quizLybAns input[type="radio"]+label, .quizLybAns input[type="checkbox"]+label {
    display: block;
    position: relative;
    background-color: #f7f7f7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all 0.5s;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 5px;
    height: auto;
    padding: 10px 10px 10px 32px;
    font-weight: 500;
    font-size: 14px;
	color:#000000;
}	
	
.xv-menuwrapper .dl-menu > li{

	height: auto;
	position: relative !important; 

}	

.primary_text_color{
	color: #5ba536;
}
