* {
	margin:0;
    padding:0;
}
html,
body {
    height:100%;
}
#general-wrapper {
    min-height:100%;
    position:relative;
}
#general-header {
    background: silver;
    height: auto;
}
main {
	padding: 10px;
    padding-bottom: 80px;   /* Height of the #general-footer */
}
#general-footer {
    width:100%;
    height:80px;
    position:absolute;
    bottom:0;
    left:0;
    background: orange;
    text-align: center;
}

.de-input {
	width: auto;
	text-align: center;
}
.de-button {
	padding: 2px;
}
a {
	color: blue;
	cursor: pointer;
}
#seasonalStat {
	overflow: auto;
	max-height: 500px;
}
#seasonalStat >div {
	display: block;
	width: 1000px;
}
#seasonalStat >div >div {
	display: table-cell;
	vertical-align: top;
}
#seasonalStat >div >div:nth-child(1) {
	width: 400px;
}
#seasonalStat >div >div:nth-child(n + 2) {
	width: 250px;
}
.wrapper {
	padding: 10px;
}

.section-control-wrapper {
	top: -20px;
	text-align: right;
}