
div.problist-each { margin-top: 2px; margin-bottom: 2px}

div.usermenu { 
  border-top: thin solid grey;
  border-bottom: thin solid grey;
  text-align: right
}

div.probname { 
  background-color: #66aaaa; 
  font-weight: bold;
  color: white;
  padding: 2px;
}

div.subinfo { 
  margin-left: 20px; 
  margin-top: 2px;
  border-bottom: thin solid grey;
  border-left: thin solid grey
}

div.compilermsgbody {
  font-family: monospace;
}

div.submitbox {
  border: thin solid black;
  padding: 5px;
  color: white;
  background-color: #777777;
}

