body,
html {
    height: 100%;
    /*display: flex;*/
    align-items: center;
    width: 100%;
}

.tr-link:hover,
.tr-link:hover td {
    cursor: pointer;
    background-color: chocolate;
    color: #FFFFFF;
}