/* Small devices (landscape phones, 576px and up) */

.main { 
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.header {
	display: inline;
}

.header img {
	float: left;
	width: 85px;
}

.header h2 {
	vertical-align: bottom;
	text-align: right;
}

.calendar {
	clear: both; 
}

@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.main {
		width: 80%;
	}	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.main {
		width: 50%;
	}
}