@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

body {
	font-family: 'Quicksand', sans-serif;
	position: relative;
	margin: 0px;
	-webkit-font-smoothing: subpixel-antialiased;
}
h1 {
    color: #89b8bc;
	font-size: 34px;
}
a {
	color: #d61c20;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input[type=button], input[type=submit], button {
	background-color: #cee2e3!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}
.header {
	padding: 5px;
}
.header a {
	font-weight: bold;
	color: black;
}
.content_wrapper {
	background: white url(content_background.png) repeat-x;
	padding-top: 20px;
	text-align:center;
	margin-bottom: 50px;
}
.content {
	margin: 0px 10px;
	display: inline-block;
}
.footer {
	position: fixed;
	bottom: 0px;
	background-color: black;
	color: white;
	width: 100%;
}
.footer p {
	margin: 15px 10px;
}
#main_menu {
	display: inline-block;
	margin-left: 20px;
}
#main_menu a {
	white-space:nowrap;
	margin-left: 20px;
}
.no-fouc {
	display: none;
} 
.right {
	text-align: right;	
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.vtop {
	vertical-align: top;
}
.red {
	color: #d61c20;
}
.green {
	color: green;	
}
.nowrap {
	white-space: nowrap;
}
.inline-block {
	display: inline-block;
}
.default_table th {
    border: 1px #777 solid;
    background-color: #BBDDE1;
}
.default_table th {
    padding: 3px 15px 3px 10px;
    border-bottom: 1px silver solid;
}