ul#minical {
  position: absolute;
  color: #59646e;
  font-size: 14px;
  background-color: white;
  background: rgba(255, 255, 255, 0.91);
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  text-shadow: none;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
  z-index: 99;
}
ul#minical li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul#minical li article {
  float: left;
  width: 100%;
  margin-right: 0px;
  padding: 0px;
}
ul#minical li article header {
  color: #59646e;
  padding: 2px 0;
  position: relative;
  margin: 0 -9px;
  height: 2.5em;
}
ul#minical li article header h1 {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  margin: 0;
}
ul#minical li article header a {
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  margin: -7px 8px 0;
  height: 16px;
  width: 16px;
  text-decoration: none;
  color: #444444;
  font-size: 12px;
}
ul#minical li article header a:hover {
  color: #088cd0;
}
ul#minical li article header a.minical_next {
  left: auto;
  right: 5px;
}
ul#minical li article section {
  margin-bottom: 10px;
}
ul#minical li article section table {
  width: 100%;
  color: inherit;
  font-size: inherit;
  border-collapse: collapse;
}
ul#minical li article section table thead {
  background: #eeeeee;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
ul#minical li article section table thead tr th {
  padding: 0.2em 0 0.3em;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #999999;
}
ul#minical li article section table tbody tr td {
  padding: 1px;
  text-align: center;
  font-size: 0.9em;
}
ul#minical li article section table tbody tr td a {
  display: block;
  color: #59646e;
  padding: 0.2em 0.4em;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
}
ul#minical li article section table tbody tr td.minical_past_month a,
ul#minical li article section table tbody tr td.minical_future_month a {
  color: #aaaaaa;
}
ul#minical li article section table tbody tr td.minical_today a {
  background: #eeeeee;
  color: #000000;
}
ul#minical li article section table tbody tr td a:hover {
  background: #6ec8f6;
  color: #000000;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
ul#minical li article section table tbody tr td.minical_selected a {
  border-color: #517a9c;
  background: #088cd0;
  color: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7) inset, 0 0 5px #0a8cd2;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}