@import "index.css";

div.entry {
  border-bottom: none;
}

div.entry #title {
  font-size: 1.5em;
  text-align: right;
  padding-right: 5px;
}

div.month {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 2px 0px 0px 0px;
}

div.entry div.month h4 {
  font-size: 1.2em;
  padding-left: 5px;
  margin: 0px;
  margin-bottom: 0px;
  background: #666;
  border-bottom: 1px solid #000;
}

div.month ul {
  list-style: none;
  margin: 0px;
  padding-left: 0em;
}

div.month li {
  padding: 0.4em 0.4em 0.4em 1em;
  background: #888;
}

div.month li#odd {
  background: #777;
}

div.month li a {
}

div.month li .date {
  float: right;
  width: 13em;
}
