.reflink{
	background-color: #b78484;
	padding: 20px;
	border: 3px solid white;
	box-shadow: 0 3px 9px -2px black;
}

.reflink p{
	font-size: 14px;
	color: white;
}

.informationarea{
	background-color: #ffffff;
	padding: 20px;
	border: 3px solid white;
	box-shadow: 0 3px 9px -2px black;
}

.informationarea h4{
	color: white;
}

.informationarea input[type = text]{
	margin-bottom: 5px;
}

.informationarea input[type = text]:focus{
	outline: 1px solid transparent;
}


.sideview{
	background-color: white;
	padding: 10px;
}

.sideview h6{
	color: white;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: red;
    padding: 10px;
    font-weight: bold;
}

.sideview p{
	color: #5f5252;
    margin-bottom: 5px;
    font-size: 12px;
    word-spacing: 2px;
}

.sideview h3{
	color: grey;
}

.sideview ul{
	list-style: none;
}

.sideview ul li{
	padding: 10px;
	color: green;
}

.rules p{
	    color: #5f5252;
    margin-bottom: 5px;
    font-size: 12px;
    word-spacing: 2px;
}



.transferform{
	width: 50%;
	margin: auto;
	background-color: white;
	padding: 10px;
}

.transferform input[type = text], .transferform input[type = number], .transferform select{
	margin-bottom: 12px;
}

@media screen and (max-width: 736px){
	.transferform{
		width: 100%;
		margin: auto;
		background-color: white;
		padding: 10px;
	}
}

.mydownlines{
	text-transform: uppercase;
	color: red;
}