.container{
	max-width: 800px;
	margin:150px auto 0;
}
.branding{
	border-bottom: 1px solid #b8d2f0;
	padding-bottom: 10px;
}
.footer{
	margin-top: 40px;
	border-top: 1px solid #b8d2f0;
	font-size: 12px;
}
.inner > div > span{
	font-weight: bold;
}
.logo{
	text-align: right;
	display: block;
}
.inner{
	text-align: center;
	padding-top: 15px;
	font-size: 16px;
}
.buttons{
	padding-top: 30px;
	padding-bottom: 30px;
}
button {
	padding: 10px !important;
	white-space: normal !important;
	background-color: #ebebeb !important;
}
button.across-2 { width: 250px; height: 120px; margin: 25px; }
button.across-3 { width: 225px; height: 120px; margin: 8px; }

button:hover{
	background-color: #d3d3d3 !important;
}

.logo img {
	height: 60px;
}

.cmls-logo{
	padding: 18px 0;
}

#publiccomputerwarning { margin:20px; }

@media(max-width: 768px) {
	button { display:block !important; margin:8px auto !important; height:auto !important; }
	.container { margin-top: 24px; }
}

@media(max-width: 768px){
	.branding div { text-align:center; }
}

