.Master {
	max-width: 1175px;
}

.eulaPrompt {
	cursor: pointer;
}

.eulaPrompt:hover {
	outline: 2px blue solid;
	border-radius: 3px;
}

section {
	text-align: justify;
}

.contactSection {
	text-align: center;
}

.phoneNumber {
	color: green;
	font-weight: bold;
	white-space: nowrap;
}

footer {
	text-align: center;
}