a {
  text-decoration: none; }

form {
  margin-right: 15px;
  float: left; }

tr {
  height: 55px; }

input.promoteDemote {
  border: solid 2px rgb(200,200,200);
  color: rgb(200,200,200);
  background-color: white;
  cursor: pointer;
  width: 30px; }

input.promote:hover {
  color: rgb(30,230,30);
  border-color: rgb(30,230,30);
  background-color: rgb(240,255,240); }

input.demote:hover {
  color: rgb(230,30,30);
  border-color: rgb(230,30,30);
  background-color: rgb(255,240,240); }

.netVotes {
  padding: 3px;
  text-align: center;
  font-weight: bold;
  border: 1px solid rgb(50,50,50); }
