table.peer_table {
  border: 1px solid #782F40;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.peer_table td, table.peer_table th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.peer_table tbody td {
  font-size: 16px;
  color: #333333;
}
table.peer_table tr:nth-child(even) {
  background: #F3E4BF;
}
table.peer_table thead {
  background: #782F40;
  background: -moz-linear-gradient(top, #9a6370 0%, #854353 66%, #782F40 100%);
  background: -webkit-linear-gradient(top, #9a6370 0%, #854353 66%, #782F40 100%);
  background: linear-gradient(to bottom, #9a6370 0%, #854353 66%, #782F40 100%);
  border-bottom: 2px solid #444444;
}
table.peer_table thead th {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
table.peer_table tfoot td {
  font-size: 14px;
}
