/* MEETINGS */
.meeting_table {
  width: 450px;
  float: left;
  padding: 0px;
  margin: 0px;
}
.meeting_table h4 {
  color: #333;
  size: 12px;
  font-weight: bold;
}

.meeting_table_cell_one {
  height: 64px;
  float: left;
  width: 65px;
}

.meeting_table_cell_two {
  height: 64px;
  float: left;
  width: 380px;
}

span.meeting_link {
  color: #005E7E;
  size: 14px;
  font-weight: bold;
  line-height: 16px;
  display: block;
}

span.meeting_location {
  margin-right: 5px;
}

img.meeting_flag {
  border: 1px solid #999;
  border-bottom: 1px solid #666;
  vertical-align: middle;
}

span.meeting_dateString {
  font-style: italic;
  color: #666;
}

span.meeting_synopsis {
  display: block;
  color: #333;
  font-size: 11px;
  margin-top: 2px;
}

.jan {
  padding: 25px 0 0 0;
  background: url(/images/env/figures/calendars.png) 0 0;
  width: 55px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.feb {
  padding: 25px 0 0 0;
  background: url(/images/env/figures/calendars.png) -55px 0;
  width: 55px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.mar {
  padding: 25px 0 0 0;
  background: url(/images/env/figures/calendars.png) -110px 0;
  width: 55px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.apr {
  padding: 25px 0 0 0;
  background: url(/images/env/figures/calendars.png) -165px 0;
  width: 55px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.may {
  padding: 25px 0 0 0;
  background: url(/images/env/figures/calendars.png) -220px 0;
  width: 55px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.jun {
  padding: 25px 0 0 0;
  background: url(/images/env/figures/calendars.png) -275px 0;
  width: 55px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.jul {
  padding: 25px 0 0 0;
  background: url(/images/env/figures/calendars.png) 0 -55px;
  width: 55px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.aug {
  padding: 25px 0 0 0;
  background: url(/images/env/figures/calendars.png) -55px -55px;
  width: 55px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.sep {
  padding: 25px 0 0 0;
  background: url(/images/env/figures/calendars.png) -110px -55px;
  width: 55px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.oct {
  padding: 25px 0 0 0;
  background: url(/images/env/figures/calendars.png) -165px -55px;
  width: 55px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.nov {
  padding: 25px 0 0 0;
  background: url(/images/env/figures/calendars.png) -220px -55px;
  width: 55px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.dec {
  padding: 25px 0 0 0;
  background: url(/images/env/figures/calendars.png) -275px -55px;
  width: 55px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

table.meeting_table_master {
  width: 100%;
}
table.meeting_table_master td.meeting_flag {
  text-align: center;
}
table.meeting_table_master td.meeting_flag img {
  border: 1px solid #999;
  border-bottom: 1px solid #666;
}

/* Landscape tablet (and possibly netbook) styles */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Landscape tablet (and possibly netbook) styles */
}
/* Portrait tablet & lanscape mobile styles */
@media only screen and (min-width: 580px) and (max-width: 979px) and (orientation: portrait) {
  /* Portrait tablet & lanscape mobile styles */
}
/* Mobile CSS styles */
@media only screen and (min-width: 0px) and (max-width: 679px) {
  .meeting_table {
    width: 100%;
  }

  .meeting_table_cell_two {
    width: 70%;
    height: auto;
    padding-bottom: 15px;
  }
  .meeting_table_cell_two h4, .meeting_table_cell_two b, .meeting_table_cell_two span {
    display: block;
  }
}
