.normaltext-type {
    max-width: 800px;
}

table {
	border-spacing: 0px 0px;
}

.floated-table {
    float: left;
    margin-right: 20px;
}

td {
	padding: 2px 10px;
}

th {
	padding: 2px 10px;
}

tr:nth-child(even) {
	background: #DDD;
}

tr:nth-child(odd) {
	background: #FFF;
}

.subnav-container ul {
    margin: 0;
    padding: 10px;
    width: 100%;
    overflow: auto !important;
    box-sizing: border-box;
    text-align: center;
}

.subnav-container ul li {
    list-style-type: none;
    display: inline-block;
    padding: 15px;
    border: 1px solid #009097;
    margin-bottom: 10px;
}

#month1,
#month2,
#month3,
#month4,
#month5,
#rollover { display: none; }
