.sha512hash,
.salt
{
    word-wrap: break-word;
}

.participants{
    word-wrap: break-word;
}

.clickable
{
    cursor: pointer;
}

body > .grid
{
    height: 100%;
}

.arenaRound
{
    font-weight: bold;
    font-size: 2em;
}

.paginationArrow
{
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    font-size: 10em;
}

.paginationArrow:not(.disabled)
{
    cursor: pointer;
    color: #6a5cad;
}

.paginationArrow.disabled
{
    color: #808080;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

pre code {
    display: block;
    background: none;
    white-space: pre;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    max-width: 100%;
    min-width: 100px;
    padding: 0;
}

.OpenCode, .CloseCode
{
    display:inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.OpenCode
{

    background-color: darkgreen;
}

.CloseCode
{
    background-color: darkred;
}