/** {
    box-sizing: border-box;
}*/
body {
  color: #585858;
  font: 85% Arial,Helvetica,sans-serif;
  margin: 0px;
  padding: 0px;
}
h2 {
  background-color: #004b94;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 2px 4px;
}
.cal-front-list {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.cal-front-list .cal-event {
  position: relative;
  display: table;
  clear: both;
  padding-top: 5px;
  height: 52px;
  overflow: hidden;
}
.cal-front-list .cal-event .cal-date {
  float: left;
  width: 60px;
  line-height: 1.1;
  padding: 5px 0;
  background-color: #e8eff6;
}
.cal-front-list .cal-event .cal-date .cal-d {
  font-weight: bold;
  font-size: 1.4em;
  color: #585858;
  text-align: center;
}
.cal-front-list .cal-event .cal-date .cal-m {
  font-size: 0.8em;
  color: #585858;
  text-align: center;
}
.cal-front-list .cal-event .cal-title {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 10px 10px;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
}
.cal-front-list .cal-event a,
.cal-front-list .cal-event a:link {
  color: #004b94;
  text-decoration: none;
}
.cal-front-list .cal-event a:hover {
  color: #ee7f00;
  text-decoration: underline;
}

