body {
	margin: 0;
	font-family: 'Roboto', 'Noto', sans-serif;
	line-height: 1.5;
	min-height: 100vh;
	background-color: #32354a;
}
/* MOVE THESE INTO STYLE MODULE */
.card {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	padding: 16px;
	margin: 24px auto;
	border-radius: 5px;
	background-color: #fff;
	color: #757575;
	max-width:400px;
}
.subCard{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	padding: 5px;
	border-radius: 5px;
	background-color: #fff;
	color: #757575;
}
.playerProfileLeft{
	display:inline-block;
	width:130px;
}
.playerProfileLeft img.avatar{
	width:120px;
}
.playerProfileRight{
	display:inline-block;
	width:260px;
}
.playerTitle{
	font-size:large;
	font-weight:bold;
}
#dashmenu_Player{
	background-color:#ffe;
	margin-bottom:10px;
}
 a{
	width:100%;
	display:inline-block;
	text-align:center;
}
#dashmenu_PlayerCharacter {
	background-color:#fef;
	margin-bottom:10px;
}
#dashmenu_CharacterCreation{
	background-color:#eef;
	margin-bottom:10px;
}
#dashmenu_CharacterCreation3{
	background-color:#eef;
	margin-bottom:10px;
}
#dashmenu_Roll{
	background-color:#DCEDC8;
	margin-bottom:10px;
}
#dashmenu_Player a,#dashmenu_PlayerCharacter a,#dashmenu_CharacterCreation a,#dashmenu_CharacterCreation3 a,#dashmenu_Roll a{
	width:100%;
	display:inline-block;
	text-align:center;
}
/* END MOVE */