body {
  font-family:Verdana,Helvetica;
  font-size:11px;
  width: 800px;
}

h1 {
  font-size:20px;
}

h2 {
  font-size:18px;
}

h3 {
  font-size:16px;
}

div {
  margin: 2px;
}

li {
  list-style: none; 
}

div.collapsed {
  cursor: pointer;
  background-image: url("expand.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 12px;
}

div.expanded {
  cursor: pointer;
  background-image: url("collapse.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 12px;
}

#header {
  border-style: dashed;
}

.section {

}
.element {

}

.score {
  text-align: right;
  font-weight: bold;
  font-size:16px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.todo {
  color: red;
  text-align: right;
  font-weight: bold;
  font-size:16px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.comments {
  color: green;
}


