.fatDate {
  float: left;
  width: 100px; }
  .fatDate .month {
    display: block;
    text-align: center;
    color: #333;
    font-size: 18px;
    line-height: 18px; }
  .fatDate .dayOfMonth {
    display: block;
    text-align: center;
    color: #777;
    font-size: 55px;
    line-height: 55px; }
  .fatDate.fatDate-small {
    width: 65px; }
    .fatDate.fatDate-small .month {
      font-size: 12px;
      line-height: 12px; }
    .fatDate.fatDate-small .dayOfMonth {
      font-size: 24px;
      line-height: 24px; }

a.feed-checkbox {
  background-image: url("../images/feed.png");
  background-position: 3px 3px;
  background-repeat: no-repeat;
  border-radius: 5px 5px 5px 5px;
  display: inline-block;
  height: 16px;
  margin-left: 3px;
  margin-right: 5px;
  vertical-align: text-top;
  width: 16px; }

a.feed-checkbox-text {
  color: #666;
  text-decoration: none; }

#CalendarPageMenu .search form {
  height: 41px;
  padding: 10px;
  box-sizing: border-box; }

#calendar h2 {
  border: 0 !important; }

#calendar_categories label {
  background: #333;
  color: #fff;
  display: block;
  padding: 0.2em 0.4em;
  border-radius: 0.2em; }
