width: 100% !important;
height: 100% !important;
}
+/* Client Toolbox 'calendar; for departures */
+.glmCalendar {
+ border-radius: 5px;
+ border: 2px solid #ccc;
+ overflow: hidden;
+ }
+.glmCalendar, glmCalendar li {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ display: block; }
+.glmCalendar li {
+ }
+.glmCalendar li:nth-child(odd) {
+ background: rgb(51, 102, 153);
+ color: white;
+ padding: 5px;
+ font-weight: bold;
+ text-align: center;
+ }
+.glmCalendar li:nth-child(even) {
+ background: rgb(204, 204, 204);
+ padding: 5px;
+ text-align: center;
+ }
+/* END client calendar */
+
body {
background: url(assets/bg2.jpg) center top fixed;
}