
 .registration {
text-align:initial;
}

 .registration h2 {
margin-bottom:15px;
font-size:20px;
}

.registration h3{
	font-size:18px;
}

 .registration a {
text-decoration:underline !important;
}

 .registration a:hover {
text-decoration:underline !important;
font-weight:bold !important;
}
 .registration ul{
     padding:0 20px 0 40px;
	 
 }
.li-alpha {list-style-type: lower-alpha !important; }
.li-disc {list-style-type: disc !important; }
 @media only screen and (max-width: 767px){
.registration h2 {
    font-size: 20px !important;
}
}