﻿#calendar-v2 {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  padding: 0em 2em;
  width: 100%;
}
#calendar-v2 .calendar-page {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  width: 100%;
  padding-top: 2.9em;
}
#calendar-v2 .calendar-page.first-page {
  padding-top: 0em;
}
#calendar-v2 .calendar-page .title {
  font-size: 18px;
  font-weight: bold;
}
#calendar-v2 .calendar-page .left-panel {
  width: 180px;
  margin-right: 15px;
}
#calendar-v2 .calendar-page .left-panel .header {
  background-color: #2a824c;
  color: white;
  height: 65px;
  padding: 10px 12px;
}
#calendar-v2 .calendar-page .left-panel .header .address {
  font-size: 12px;
}
#calendar-v2 .calendar-page .left-panel .body {
  border: 1px solid #2a824c;
  margin-top: 8px;
  height: 800px;
}
#calendar-v2 .calendar-page .left-panel .body table {
  width: 100%;
  margin: 0;
}
#calendar-v2 .calendar-page .left-panel .body table thead {
  background-color: #2a824c;
  color: white;
}
#calendar-v2 .calendar-page .left-panel .body table thead tr {
  height: 31px;
}
#calendar-v2 .calendar-page .left-panel .body table thead th {
  padding: 4px;
  text-align: center;
}
#calendar-v2 .calendar-page .left-panel .body table thead th.date {
  text-align: left;
  padding-left: 12px;
}
#calendar-v2 .calendar-page .left-panel .body table .item {
  border-bottom: 1px solid #2a824c;
  line-height: 14px;
}
#calendar-v2 .calendar-page .left-panel .body table .item .date {
  padding: 2px 2px 2px 12px;
  text-align: left;
}
#calendar-v2 .calendar-page .left-panel .body table .item .fractions {
  text-align: right;
  vertical-align: middle;
}
#calendar-v2 .calendar-page .left-panel .body table .item .fractions img {
  padding-right: 2px;
}
#calendar-v2 .calendar-page .right-panel {
  flex-grow: 1;
}
#calendar-v2 .calendar-page .right-panel .header {
  background-color: #2a824c;
  color: white;
  height: 65px;
  padding: 10px 12px;
}
#calendar-v2 .calendar-page .right-panel .body {
  display: flex;
  margin-top: 8px;
}
#calendar-v2 .calendar-page .right-panel .body .image-container img {
  height: 800px;
}