@charset "utf-8";

.cmCalListing {
  width:340px;
}

.cmCalListingHead {
  width:330px;
}

.cmCalListingEntry {
  line-height:1.4em;
}


.cmCalListingDate {
  float:left;
  width:70px;
  height:70px;
  background:rgb(180,0,60);
  /*font-size:12px;*/
  font-weight:bold;
  margin-right:10px;
  padding:5px;
  position:relative;
}

.cmCalListingDetail {
  /*float:left;
  width:240px;
  padding:0 0 0 10px;*/
  margin-bottom:20px;
}
.cmCalListingDetail p {margin:0 0;font-size:1.2em;line-height:1em;}

.cmCalListingiCal{
  float:right;
/*
  width:20px;
  height:20px;
*/
text-align:right;
}

.cmCalListingSpace {
  clear:left;
  border-bottom:1px solid #000000;
  margin-bottom:13px;
}

.cmCalListingDropdown {

}


.cmCalListingDetail h2 {
  /*font-size:14px;*/
  font-weight:bold;
  line-height: .8em;
  color: rgb(111,152,22);
  margin-bottom:0.4em;
}


