#roles {
	width: 90%;
	margin: auto;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	border: 1px solid #777777;
	border-radius: 24px;
	background-color: #0088FF44;
	text-align: center;
}

#roles span {
	display: inline-block;
	width: 18%;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	border: 1px solid #777777;
	border-radius: 24px;
	background-color: #FFFFFF66;
	padding-top: 10px;
	margin: 4px;
	font-size: 25px;
	height: 38px;
}

#roles span:hover {
	background-color: #FFFFFF99;
}

#role_container {
	width: 100%;
	height: 300px;
	margin-bottom: 100px;
}

.role_box {
    width: 90%;
    margin: 10px auto;
    box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	border: 1px solid #FFAF56;
	border-radius: 24px;
	background-color: #EEE;
    font-size: 20px;
    padding: 10px;
    line-height: 25px;
    font-family: 'roboto', sans-serif;
}

.role_box > p {
    text-align: center;
    font-size: 25px;
    margin: 20px 0 10px 0;
    padding: 0 50px;
    line-height: 30px;
    font-family: 'roboto', sans-serif;
}

.role_box ul {
    margin: 35px auto;
    padding: 0;
    text-align: center;
}

.role_box li {
    width: 30%;
    margin: 10px;
    font-size: 15px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    font-family: 'roboto', sans-serif;
}

.role_box li > p {
    font-size: 20px;
    line-height: 20px;
    font-family: 'arctic', sans-serif;
    box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
	border: 1px solid #777777;
    background-color: #0055AA66;
	border-radius: 24px;
    padding: 15px 0 0 0;
    margin: 0 0 15px 0;
    color: white;
}