	.menubut {
		background: #27bffe;
		text-align: center;
		color: #ffffff;
		width: 200px;
		font-size: 14px; 
		box-sizing: border-box;
		padding: 2px; 
		margin-bottom: 5px;
		transition: 1s;
		font-family: 'Work Sans', sans-serif;
	}

.menubut a {
		color: #ffffff;
	text-decoration: none;
	}

.menubut:hover {
background: #4a575c;
	transition: 1s;
	}



 .rules_back {
	 background: #ffffff;
}

	.rulesnav_wrap {
	margin-left: 10px;
    box-sizing: border-box;
    padding-top: 28px;
    width: 20%;
    height: 100%;
    float: left;
}

	.ruleswrap {
		border-right: 15px solid #27bffe;
    border-bottom: 15px solid #27bffe;
    width: 77%;
    min-height: 235px;
   position: relative;
		left: 5px;
		overflow: auto;
}

	.rulesheadl1 {
	box-sizing: border-box;
    padding-top: 28px;
}

.rulesheadl2 {
	box-sizing: border-box;
    padding-top: 18px;
}

	.rulestext {
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
    padding: 25px;
    margin-top: 15px;
		width: 100%;
}