

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{
border-top:none;

}


.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th
{
padding:5px;

}

label.required:after {content: " *"; color: red;}

.label-align{
    text-align: right;
}

.error {
	color: red;
	font-weight: bold;
}

 input[type=radio] {
   height:13px; 
   width:13px; 
}

 input[type=checkbox] {
   height:13px; 
   width:13px; 
}

.registerAns {
	color: red;
}



@media screen and (max-width: 767px){
	.label-align{
    	text-align: left;
    }
}