* {
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	padding:0;
	margin:0;
	border:0;
	font-family: sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

a {
	color:inherit;
	text-decoration: none;
	cursor: pointer;
}

.container {
	max-width: 800px;
	padding: 15px;
	margin: auto;
	height: 100%;
}

li {
	margin-bottom: 5%;
	list-style-type: none;
}

.big_li {
	font-size: 150%;
}

span {
	padding-left: 3px;
	padding-right: 3px;
	font-weight: 500;
	white-space: nowrap;
}

.red {
	background-color: red;
	color: white;
}

.blue {
	background-color: blue;
	color: white;
}

.yellow {
	background-color: yellow;
	color: red;
}

.green {
	background-color: #2FA748;
	color: white;
}