

.next_result {

    right: 0;
}


.last_result, .next_result {
    position: fixed;
    top: 50%;
    z-index: 9;
    background-color: #C00;
    color: white;
    font-size: 50px;
    padding: 0 5px;
    display: flex;
    text-decoration: none;
}

.last_result:focus, .last_result:hover, .next_result:focus, .next_result:hover {

    color: white !important;
    text-decoration: none !important;
}

.tablestyle >tr >td:first-child{
    width: 122spx;
}