@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");

.hide
{
	display: none;
}

body
{
	padding-top: 10px;
	min-height: 100%;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #fff;
	text-align: center;
}

h3
{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #336699;
}

p{
	padding: 20px;
}

.error-details
{
	padding: 20px;
	font-size: 0.8em;
	color: #999;
}

.button
{
	padding: 6px;
	margin: 40px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}

a:link, a:visited
{
	color: #39c;
	text-decoration: underline;
}

a:active, a:hover
{
	color: #BCCED9;
	text-decoration: underline;
}


