.newHeight {
    min-height: 100px;
}

.rulesBtn{
	font-size: 24px;	
}

.rules {
	width: 80%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.btn-default:hover {
    color: #fff;
    background-color: #ed008c;
    border-color: #ed008c;
}