.month {
    padding: 0 0 2px 0 !important;
}

.day {
    margin-right: -1px;
    margin-bottom: -1px;
    border: 1px solid #cccccc;
    width: 123px;
    float: left;
    overflow: hidden;
}

.day .title {
    background: #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 0;
}

.day .content {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding;
    0;
    height:
    100px;
}

.day .content a {
    display: block;
    margin: 0;
    border-bottom: 1px solid #cccccc;
    padding: 2px 0 2px 5px;
    text-decoration: none;
    white-space: pre;
}

.day .content a.event {
    background: #ecefff;
}

.day .content a.training {
  background: #efe8ef;
}

.day .content a:hover {
    background: #ffffff;
}

#tooltip {
    position: absolute;
    border: 1px solid #000000;
    background: #efefef;
    display: none;
    text-align: left;
}

#tooltip .headline{
  border-bottom: 1px solid #000000;
  padding: 2px 5px 2px 5px;
  margin: 0;
}

#tooltip .content {
  padding: 5px;
}

#map{
  margin-bottom: 1em;
}

#map_canvas{
  height: 350px; width: 100%; border: 1px solid #cccccc;
}
