form.untouched #events {
  background-color    : #fff;
  font-size           : .85em;
}

form.untouched #events h3 {
  padding             : 3px;
  margin              : 0;
  font-size           : 1.1em;
  background-color    : #5a9323;
  color               : #fff;
  text-transform      : uppercase;
}

form.untouched #events div.events {
  margin              : 2px;
  float               : right;
  width               : 68%;
  height              : 1.5em;
  line-height         : 1.5;
}

form.untouched #events div.event {
  background-color    : #e7e7e7;
  margin-top          : 2px;
}

form.untouched #events table.calendar {
  float               : left;
  width               : 30%;
  border-collapse     : collapse;
  margin              : 2px;
}

form.untouched #events table td a,
form.untouched #events table td span,
form.untouched #events table td strong {
  background-color    : #e7e7e7;
  color               : #000;
  display             : block;
  height              : 1.5em;
  line-height         : 1.5;
}

form.untouched #events table td a:link,
form.untouched #events table td a:active,
form.untouched #events table td a:visited {
  font-weight         : bold;
  text-decoration     : none;
}

form.untouched #events table td a:link:hover,
form.untouched #events table td a:active:hover,
form.untouched #events table td a:visited:hover {
  background-color    : #666;
  color               : #fff;
  text-decoration     : none;
}

form.untouched #events hr {
  visibility          : hidden;
  font-size           : 1px;
  height              : 1px;
  line-height         : 1;
  padding             : 0;
  margin              : 0;
  border              : 0 solid #fff;
  clear               : both;
}
