.actionspace {
	height: 50px;
}

@media screen and (min-width: 800px) {
	.actionspace {
		display: none;
	}
}

ul.actioncontainer {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 999;
	border-top: 1px solid #fff;
}

ul.actioncontainer li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	background-color: rgba(0, 153, 212);
	color: #ffffff;
	border-right: 1px solid #fff;
}

ul.actioncontainer a {
	font-family: arial, sans-serif;
	color: inherit;
	text-decoration: none;
	width: 100%;
	margin: auto;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.actioncontainer a:last-child {
	border-right: 0;
}

ul.actioncontainer a i {
	width: 25px;
}

ul.actioncontainer a:hover {
	background-color: rgba(1, 77, 110);
	color: #ffffff;
}

@media screen and (min-width: 800px) {
	ul.actioncontainer {
		display: none;
	}
}
/*# sourceMappingURL=actionbar.css.map */
