.data_table{
    width: 100%;
    border-collapse: collapse;
}

.data_table caption{
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0;
}

.data_table th,td{
    border: 1px solid #999;
    text-align: center;
    padding: 20px 0;
}

.data_table thead tr{
    background-color: #008c8c;
    color: #fff;
}

.data_table tbody tr:nth-child(odd){
    background-color: #eee;
}

.data_table tbody tr:hover{
    background-color: #ccc;
}

.data_table tbody tr td:first-child{
    color: black;
    font-weight: 800;
}

.data_table tfoot tr td{
    text-align: right;
    padding-right: 20px;
}

.data_table a {
  position: relative;
  text-decoration: none;
  color: black;
  transition: color .3s ease;
}

.data_table a:hover {
  color: darkblue;
}

/* 
.jbrowse_button {
  background: #5f55af;
  border: 0;
  border-radius: 5px;
  padding: 10px 30px 10px 20px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
 */




