#main-content h1 {
	margin-top: 8px;
}

.tips-dropdown-button {
	width: 100%;
	max-width: 900px;
	padding: 4px;
	margin-top: 8px;
	background-color: #375380;
	border: 4px double #082c66;
}

.tips-dropdown-button:hover {
	background-color: #486ba3;
}

.tips-dropdown-button:active {
	background-color: #406094;
}