.update {
	background-color: #bf0d3e;
	box-shadow: inset 0 4px 5px rgba(0,0,0,0.125);
	padding: 5px 0;
	text-align: center;
}
.update a, .update a:hover, .update a:active {
	color: #fff;
	font-size: 1rem;
}
.update a:hover {
	text-decoration: underline;
}
.carbonbox {
	align-items: center;
	background-color: #007749;
	color: #f2f2f2;
	display: flex;
	justify-content: center;
	min-height: 40px;
	width: 100%;
}
.carbonbox a {
	color: #f1a66d;
}
.carbonbox a:hover {
	color: #f3781a;
}

@media screen and (max-width: 39.9375em) {
	.carbonbox {
		display: block;
		font-size: 0.9rem;
		padding: 2px 5px;
		text-align: center;
	}
}