table.frlist {
}
table.frlist tr:nth-child(even){
  background: #eeeeee;
}
table.frlist tr:first-child{
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
table.frlist tr:first-child td:first-child {
  border-radius: 5px 0 0 0 !important;
  background: darkblue;
}
table.frlist tr:first-child td:last-child {
  border-radius: 0 5px 0 0 !important;
  background: darkblue;
}
table.frlist tr:first-child td {
  background: darkblue;
  text-align: center;
}
table.frlist tr:last-child td {
  border-bottom: 1px solid #eeeeee;
}
table.frlist tr:last-child td:first-child {
  border-radius: 0 0 0 5px !important;
}
table.frlist tr:last-child td:last-child {
  border-radius: 0 0 5px 0 !important;
}
table.frlist td:first-child {
  border-left: 1px solid #eeeeee;
}
table.frlist td:last-child {
  border-right: 1px solid #eeeeee;
}
table.frlist tr:first-child td:first-child {
  border-left: none;
}
table.frlist tr:first-child td:last-child {
  border-right: none;
}
table.frlist tr td{
  padding:  4px 6px;
}
