table {
    border: 1px solid #20d6c7;
    height:100%;
    table-layout: fixed;
}

tr {
    background-color: #000000;
}

hr {
    border-color: #20d6c7;
    background-color: #20d6c7;
    color: #20d6c7;
}