.cache-disclaimer {
    color: red;
    font-weight: bold;
    text-align: center;
}

table.cache-waypoints {
    font-family: Arial, Arial Cyr, Helvetica, sans-serif;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    display: block;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

table.cache-waypoints th {
    padding: 3px;
}

table.cache-waypoints td {
    padding: 0 3px;
}

table.cache-waypoints tr:nth-child(odd) {
    background: #f3f3f3;
}

table.cache-waypoints tr:nth-child(even) {
    background: #ededed;
}

table.cache-waypoints thead th {
    background: url(/images/lbgr.gif);
    font-weight: bold;
    color: #595959;
    text-align: center;
}

.wp-td-icon {
    text-align: center;
}

.wp-td-icon img {
    vertical-align: middle;
    width: 32px;
    padding: 2px 0;
}

.wp-td-coords {
    min-width: 230px;
    text-align: center;
}

.wp-th-coords {
    width: 100%;
    font-weight: bold;
    color: #595959;
}

.wp-td-name {
    min-width: 90px;
    width: auto;
}

.wp-td-desc {
    width: 100%;
    min-width: 120px;
}

.answer {
    font-weight: bold;
    font-style: italic;
    float: right;
    padding-right: 10px;
}

.answer.correct {
    color: #217826;
}

.answer.wrong {
    color: #B53239;
}

.answer.pending {
    color: gray;
}

.usernote {
    display: block;
    margin: 0 10px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f2f6f8 none;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    position: relative;
    top: 0;
    padding: 5px;
    overflow: hidden;
}

.usernote_header {
    font-style: italic;
    padding-right: 2px;
    font-weight: bold;
}

.usernote_body {
    padding: 5px 2px 5px 5px;
    font-style: normal;
}

.usernote_header_right {
    float: right;
}


/** @group buttons **/
.pers_note_button:hover {
    color: #fff;
    background: #217826;
    text-decoration: none;
}

.pers_note_button:active {
    background: #217826;
}

#save_pers_note, #cancel_pers_note, #pers_note_edit {
    display: none;
}

#pers_note_edit {
    font-family: revert;
}

.tooltip {
    cursor: help;
}

.mistakereport {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 400px;
    height: 200px;
    margin: auto;
    background-color: darkseagreen;
    padding: 5px;
    border: black solid 1px;
    z-index: 9999;
    display: none;
}

.cache-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px;
}

.cache-buttons > .right {
    align-self: center;
    margin-left: auto;
    gap: 10px;
    display: flex;
}

.donate-big-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.comment-toggle {
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.hspace {
    /*Spacer for cache buttons*/
    margin-right: 5px;
}

.cache-button {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #999999;
}

.cache-button-link:hover {
    text-decoration: none;
}

.hidden {
    display: none !important;
}

/*TODO: do not copy-paste common styles from common
   All the user links in cache description should fit the main style*/
.cache-texts a, .comment-content a {
    color: #009900;
    font-weight: normal;
    text-decoration: none;
}

.cache-texts a:hover, .comment-content a:hover {
    text-decoration: underline;
}

.cache-texts a:visited, .comment-content a:visited {
    color: #66cc33;
}

.cache-texts a:active, .comment-content a:active {
    color: #663333;
    text-decoration: underline;
}

.cache-info-block {
    /*To avoid being overriden with notfound cache from sidebar*/
    padding-right: 20px;
    word-wrap: break-word;
}

@media screen and (max-width: 768px) {
    .cache-info-block {
        padding-right: 0;
    }

}
