.head{
	max-height: 100px;
	margin-bottom: 5px;
    margin-top: 2px;
}

.head img{
	height: 100px;
	width: auto;
	border-radius: 3px;
}

.content{
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

#footer{
    max-height: 100px;
}
#footer img{
    max-height: 100px;
    width: auto;
    border-radius: 3px;
}

nav.vert-menu{
	width: 100%;
}

h1{
	font-size: 24px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 15px;
}

.row{
	max-width: 67rem;
}
table tbody{
	background-color: inherit;
}
table tbody tr:nth-child(2n) {
	background-color: inherit;
}

.menu{
	background-color: #704594;
	color: white;
	width: 100%;
}

.menuspace{
	margin-bottom: 5px;
}

.menu li{
	border-width: 1px;
	border-style: solid;
	border-color: #704594;
}

.menu a{
	color: white;
}

.menu .active, .menu a:hover, .menu a:focus{
	background-color: white;
	color: #704594;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after{
	border-color: white transparent transparent;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a.active::after,
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:hover::after,
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:focus::after{
	border-color: #704594 transparent transparent;
}

.input-group{
    margin-bottom: 0.3rem;
}

.input-group-label{
    min-width: 150px;
}

input, .button{
}

.sticky.is-anchored.is-at-bottom{
    top: 0px !important;
}
.sticky .button{
    margin: 0;
}