.head{
	max-height: 100px;
}

.head img{
	max-height: 90px;
	width: auto;
	border-radius: 3px;
}

.content{
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

.menu{
	border: none;
	border-radius: 5px;
}

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;
}

.input-group{
    margin-bottom: 0.3rem;
}

.input-group-label{
    min-width: 150px;
}

.underlined{
    text-decoration: underline;
}

.is-anchored.is-at-bottom{
    top: 0px !important;
}

.is-stuck .button{
    margin-bottom: 0;
}

a.button{
    margin-right: 4px;
}
