* {
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body, html {
	background-color: #FFFFFF;
	margin: 0;
	overflow-x: hidden;
}
.navtop {
	background-color: #9a0000;
	height: 60px;
	width: 100%;
	border: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 1000px;
	height: 100%;
	justify-content: space-between;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	white-space: nowrap;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #ebedee;
	font-weight: normal;
}
.navtop #right {
	display: flex;
	justify-content: normal;
	flex-direction: row-reverse;
}
.navtop #right span {
	display: block;
	color: white;
	background-color: black;
	padding: 20px 15px 0 15px;
	font-weight: bolder;
}
.navtop #right span:hover {
	transition: 0.2s;
	text-decoration: line-through;
	color: black;
}
.navtop #right .blue {
	background-color: #518fce;
}
.navtop #right .green {
	background-color: #51ce57;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c4c8cc;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #ebedee;
}
.content {
	width: calc(100% - 20px);
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #ebebeb;
	color: #666666;
}
.sidebar {
	flex-basis: 250px;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 10px 0 0 10px;
	padding: 10px;
	background-color: #f1f1f1;
	border-radius: 10px;
	text-align: center;
}
.sidebar h1 {
	font-size: 28px !important;
	margin: 0 0 7px 0;
}
.sidebar {
	font-size: 16px !important;
}
.sidebar p {
	line-height: 22px;
}
.month-year {
	font-size: 24px !important;
}
@media (max-width: 800px) {
	.navigator {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navtop div {
		width: 100%;
		margin-left: 7px;
		margin-right: 7px;
	}
	.month-year {
		margin: auto auto auto 0;
	}
	.navigator_submit {
		height: 50px;
	}
	.navtop div h1 {
		flex: 1;
		font-size: 4vw;
	}
	footer {
		margin-left: 12px;
		margin-right: 12px;
	}
	.content {
		flex-direction: column;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.sidebar {
		margin: 10px 0 0 0;
	}
}
footer {
	margin: auto;
	margin-bottom: 30px;
	padding: 15px 0 0 0;
	color: #151414;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 20px);
	max-width: 1000px;
}
footer .left {
	display: inline-block;
}
footer .right {
	display: inline-block;
}
.mainFoot {
	
}