body {
	background-color: #cacaca;
	}

.clear {
	clear: both;
	}


#calendar {
	width: 400px;
	margin: 20px;
	text-align: center;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}

	#calendar .month h2 {
		font: bold 22px Arial, sans-serif;
		margin: 5px 0;
		}

	#calendar .weekHeader {
		border-radius:    4px;
		margin:           10px;
		background-color: #ececec;
		}

		#calendar .weekHeader ul li {
			display: inline-block;
			}


			#calendar .weekHeader ul li span {
				display:             block;
				text-align:          center;
				width:               40px;
				padding: 4px 0;
				list-style-type:     none;
				list-style-position: inside;
				overflow:            hidden;
				}

	#calendar .weekContainer ul {
		}

	#calendar .weekContainer ul li {
			display: inline-block;
			}


		#calendar .weekContainer ul li span {
			display:             block;
			text-align:          center;
			width:               40px;
			padding: 10px 0;
			background-color:    #eeffe3;
			list-style-type:     none;
			list-style-position: inside;
			overflow:            hidden;
			}


	#calendar .weekNr {
		font-weight: bold;
		background: none !important;
		}
