body, td, ul, caption, center, form, div, span {
    font-family: Comic Sans MS, Arial, Helvetica;
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none
}

select, textarea, input {
    font-family: Comic Sans MS, Arial;
    font-size: 8pt;
    background-color: #CCCCCC;
    color: #000000;
    border: 1px solid #999999
}

a {
    text-decoration: none
}

A:hover {
    color: #0000FF;
    text-decoration: underline
}

h2 {
    font-family: Comic Sans MS, Verdana, Arial, Helvetica;
    font-size: 12pt;
    font-weight: bold
}

.clearer {
    float: none;
    clear: both;
}

#gameInfo {
    font-family: Arial;
    font-size: 70%;
    width: 300px;
    float: right;
    margin-bottom: 10px;
    z-index: 500;
}

#gameInfo li {
    font-family: Arial;
    font-size: 70%;
}


.userMoveInfo {
    background-color: #fff;
    font-size: .8em;
    z-Index: 999;
}

.mod-error {
    border: 1px solid orange;
    background-color: red;
    color: #ffffff;
}

.mod-warn {
    border: 1px solid orange;
    background-color: yellow;
    color: black;
}

.mod-info {
    border: 1px solid blue;
    background-color: lightblue;
    color: darkblue;
}

.mod-help {
    border: 1px solid blue;
    background-color: lightblue;
    color: darkblue;
}

.mod-ok {
    background: 1px solid green;
    background-color: lightgreen;
    color: green;
}

.forum-post-info {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
