body {
	width: 100%;
	font-size: 1.3em;
	font-family: "Roboto", sans-serif;
}
h1 {
	font-family: "Roboto Condensed", sans-serif;
}
.wrapper {
	width: 66%;
	margin: 0 auto;
	margin-top: 10em;
}

.italics {
	font-style: italic;
}

a {
	font-weight: bold;
	color: #fa523c;
}

.table {
    border-collapse:separate; 
    border-spacing:5em;
}


.small {
    font-size: 0.8em;
}