.focus-arrow {
	background: #2185d0;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: white !important;
}

.focus-arrow:before {
	width: 1.55em;
	display: inline-block;
}

.focus-arrow:hover {
	background: #1678c2;
	color: white;
}

.focus-arrow-left:before {
	content: "\f060";
}

.focus-arrow-right:before {
	content: "\f061";
}

.focus-save-button {
	display: inline-block;
	background: rgb(224, 225, 226);
	border: none;
	border-radius: 2px;
	font-family: Lato;
	padding: 11px;
	font-size: 1em;
}

.focus-save-button:before {
	font-family: FontAwesome;
	content: "\f0c7";
	font-weight: normal;
	margin-right: 5px;
}

.focus-save-button:not(.active) {
	opacity: 0.45;
}

.focus-save-button.active {
	background: #db2828;
	font-weight: bold;
	color: white;
}

.focus-save-button.active:hover {
	background: #d01919;
}
