TABLE.eventtable {
  border-collapse: collapse;
  width: 100%;
}

TABLE.eventtable TR TH {
  text-align: left;
  background-color: #EEE;
  line-height: 25px;
  vertical-align: top;
  padding-left: 3px;
}

TABLE.eventtable TR TD {
  vertical-align: top;
  border-bottom: 1px solid #DDD;
  padding-right: 15px;
  padding-left: 3px;
}

DIV.range {
  border: 0px solid red;
  width: auto;
  display: block;
  line-height: 25px;
  float: right;
  
/*  top: -30px; */
}

DIV.range DIV.dateholder {
  float: left;
  line-height: 25px;
}

DIV.range DIV.textsnippet {
 float: left;
 line-height: 25px;
 padding: 0px 5px;
}

