p {
    font-size: 1.2em;
}

input {
    font-size: 0.9em;
    font-family: serif;
}

.centered {
    text-align: center;
}

.dashboard {
	position: relative;
	width: 80%;
	left: 10%;
    border-style: solid;
    border-color: black;
    border-radius: 12px;
    height: 500px;
	overflow-y: auto;
}

.email {
	padding: 10px;
	font-family: Courier;
	font-size: 1.2em;
}

.mailButton {
	width: 200px;
	height: 75px;
	padding: 10px;
	font-size: 1.2em;
}


.references {
	font-size: 0.8em;
	font-family: serif;
}

.hidden {
	display: none;
}

#titleBox {
	padding-bottom: 300px;
}

#startButton {
    width: 250px;
    height: 100px;
    margin-top: 0px;
    cursor: pointer;
	font-size: 1.8em;
	font-family: serif;
}

#mailAlert {
	text-align: center;
	font-family: Arial;
	font-size: 1.5em;
	color: white;
}

#mailImg {
	display: block;
    margin-left: auto;
    margin-right: auto;
	opacity: 0.0;
}
