body {
	line-height: 26px;
}

#main {
	width:300px;
	padding: 40px;
	z-index:5;
	position:relative;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
	transition: all ease-in-out .1s;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

strong {
	font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fa {
	opacity: 0;
	transition: all ease-in-out .1s;
	font-family: "Helvetica Neue";
}

/*a:hover + .fa {
	opacity: 1.0;
	margin-left: .25em;
}*/

#flash-div:hover {
	cursor: pointer;
}

@media all and (max-width: 600px) {
	body {
		line-height: 30px;
	}
}