.sticky.is-anchored {
	position: fixed;
	z-index: 5;
	width: 100%;
}

.top-bar {
	-webkit-box-shadow: 0px 1px 5px #222222;
	-moz-box-shadow: 0px 1px 5px #222222;
	box-shadow: 0px 1px 5px #222222;
	padding :0;
}

.top-bar, .top-bar ul {
	background-color: #fec52d;
}

.top-bar-left {
	padding: .5rem;
}

.top-bar-right > ul > li {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.top-bar-right > ul > li:hover {
	background-color: #d7a625;
}

.top-bar-right > ul > li > ul > li:hover {
	background-color: #d7a625;
}

.table-scroll {
	overflow-x: visible;
}

table {
    width: auto;
}

table thead {
    color: #d7a625;
}

table thead {
    color: #d7a625;
}

.menu-left > ul > li:hover {
	background-color: #d7a625;
}

.fieldset{
	margin: .625rem;
	padding: .625rem;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	height: 2rem;
	margin: 0 0 .5rem;
}

[type=checkbox], [type=file], [type=radio] {
	margin: 0 0 .5rem;
}

select {
	padding: .25rem;
	border-radius: .2rem;
	height: 2rem;
	margin: 0 0 .5rem;
}

.input-group, label.middle {
	margin: 0 0 .5rem;
}

label {
	line-height: 1;
}

.is-dropdown-submenu {
	max-height: 400px;
	overflow-y: auto;
}

.reveal-overlay {
	z-index: 100;
}

.reveal {
	z-index: 100;
}