#calendar{display:flex;clear:both;width:100%;align-items:center;font-size:13px;flex-direction:row;flex-wrap:wrap;justify-content:space-around}#calendar .month{margin-top:0;align-self:flex-start;background-color:white;border:1px solid #0a0;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-webkit-box-shadow:1px 1px 2px #000;box-shadow:1px 1px 2px #000;padding:8px 4px;float:left;margin-bottom:20px}#calendar .monthname{margin:0;font-size:14px;text-align:center;font-weight:bold;padding:8px 10px;background-image:linear-gradient(to bottom,#32c898,#2eb88c);color:white;text-shadow:2px 2px 3px #a0a0a0;font-weight:normal}#calendar .day{font-family:Arial,Verdana,sans serif;border-bottom:1px solid #0a0;height:20px;width:100%;display:div-inline}#calendar .dayofweek{font-family:Arial,Verdana,sans serif;margin-left:4px;width:20px;font-weight:bold;display:block;float:left;text-align:center;margin-top:2px}#calendar .dayofmonth{font-family:Arial,Verdana,sans serif;display:block;left:40px;margin-left:2px;margin-top:1px;width:30px;font-weight:bold;text-align:center;background-color:#00a000;border:1px solid #0a0;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;float:left;color:white}#calendar .today{background-color:#0f0;color:black}#calendar .sunday{background:#ddd;border-bottom:2px solid #008000}#calendar .sunset,#calendar .sunrise{display:block;font-size:11px;padding-left:20px;width:38px;height:16px;float:left;margin-top:2px}#calendar .sunrise{margin-left:8px;left:60px;background:transparent url(/information/images/sunrise.png) no-repeat top left}#calendar .sunset{left:120px;background:transparent url(/information/images/sunset.png) no-repeat top left}#calendar .moon{display:block;margin-right:4px;float:right;margin-top:2px}