
.courtnr {
    height: 100px;
    font-size: 28px;
    width: 150px;
    background-color: white;
    padding: 10px;
}

.prevplay, .nextplay {
    height: 100px;
    line-height: 30px;
    font-size: 20px;
    width: 300px;
    background-color: #d6e0f5;
    padding: 10px;
    text-align: center;
}

.currentplay {
    height: 100px;
    font-size: 32px;
    line-height: 50px;
    width: calc(100%-750px);
    background-color: #85a3e0;
    padding: 10px;
    color: white;
    text-align: center;
}

.tabletitle{
    background-color: white;
    color: #193366;
    height: 50px;
    font-size: 20px;
}