
/*  */
/* 
*/
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body footer {
    word-break: normal;
}

body tbody td:nth-child(1) strong{
    word-break: normal;
}

body tbody td {
    word-break: normal;
}

#niceTable+table {
    margin: 0px;
    border-collapse: separate;
}

#niceTable tr td {
    border-radius: 0px 5px;
    color: black;
    border: 1px solid grey;
}

#niceTable tr {
    word-break: normal;
}

#niceTable h5:not(.underline):after {
    content: none;
}

#block213+div td {
    font-size: 18px;
    font-size: 1.5rem;
    font-size: calc(0.8em + 0.75vw);
    font-weight: bold;
}
/*  */