.header,
.text,
.footer {
  display: none;
}

.small_text {
  display: block;
  float: left;
}

.calendar_column {
  float: none;
}

.cal_row {
  line-height: normal;
  float: left;
}

.cal_col1,
.cal_col2,
.cal_col3 {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.cal_col2 {
  width: 100px;
}

.cal_col3 {
  width: 600px;
}