tr.article-row:hover {
  cursor: pointer;
  background-color: #e3edf4;
}

tr.article-row:hover a {
  text-decoration: underline;
}

table.article-details {
  float: right;
  clear: right;
  margin: 20px 0 10px 20px;
  width: 300px;
  border: 1px solid #6FAEDB;
  font-size: 0.9em;
}

table.article-details tbody th {
  width: 120px;
  text-align: right;
}

div#article-content {
  margin: 20px 0;
}