@charset "UTF-8";
html {
	height: 650px;
	overflow-y: inherit;
}
#viewContainer1{
	height: auto !imporant;
}
#calendarTitle{
	display: none;
}
.mv-container {
	white-space: inherit;
}
.te {
	white-space: inherit;
}
#nav .nav-tab {
	padding: 0;
	padding-left: 5px;
}
#footer1{
	display: none;
}
@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 834px) {
}

@media only screen and (max-width: 640px) {
	html {
		height: 700px;
		overflow-y: inherit;
	}
}
