/* This stylesheet is used to style the public view of the plugin. */

.mills-nav-fixed {
	margin-top: -200px;
	/*padding: 8px 10px;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99998;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.admin-bar .mills-nav-fixed {
	top: 32px;
}
/*.mills-nav-fixed:after {
	content: "";
	display: table;
	clear: both;
}
.mills-nav-fixed-title {
	float: left;
	font-size: 22px;
	line-height: 30px;
	margin: 0 !important;
}
.mills-nav-fixed-title img {
	display: block;
	height: 30px;
	width: auto;
}*/
/*.mills-nav-fixed-menu {
	float: right;
	text-align: right;
	margin: 0 !important;
}
.mills-nav-fixed-menu li {
	display: inline-block;
	margin: 0 0 0 1.25em !important;
	font-size: 12px;
}
.mills-nav-fixed a {
	text-decoration: none;
}
.mills-nav-fixed li a {
	display: inline-block;
	line-height: 30px;
}*/