.eachbreak {
	font-size:16px;
	display:inline-block;
}
.eachbreak img {
	height:20px;
	margin:0 4px 2px 0;
}
.alerter {
	color:#fff;
	font-weight:strong;
}
.alerter:active, .alerter:hover, .alerter:focus {
	color:#fff;
	font-weight:strong;
	text-decoration:underline;
}
.alertbutton {
	border:1px solid #fff;
	background:#0d2fd7;
	color:#fff;
	display:block;
	margin:5px auto;
	padding:4px 8px;
	font-size:18px;
	transition:ease all .3s;
}
.alertbutton:hover, .alertbutton:active, .alertbutton:focus {
	background:#fff;
	border:1px solid #fff;
	color:#0d2fd7 !important;
}
.gapper {
	margin:0px 10px;
	overflow:hidden;
	display:none;
}
.bigbluebutton {
    background:#0d2fd7;
    border-radius:4px;
    color:#fff;
    font-weight:700;
    margin:30px auto;
    padding:12px 36px;
    font-size:24px;
    line-height:24px;
    text-decoration:none;
    transition:ease all .3s;
}
.bigbluebutton:active,.bigbluebutton:hover,.bigbluebutton:focus {
    background:#fd6f4e;
    color:#fff;
    text-decoration:none;
}
@media(min-width:948px) {
	.alertbutton {
		display:inline-block;
		margin:0 0;
	}
	.eachbreak {
		font-size:18px;
	}
	.eachbreak img {
		height:23px;margin-right:4px;
	}
	.gapper {
		margin:0px 10px;
		display:inline-block;
	}
}