<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navigator-path {
    font-size: 12px;
    color: #999;
    margin: 10px 16px 0 0 !important;
    line-height: 16px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.jx-container {
    background-color: #eee;
    padding: 20px;
}
.jx-container h1, .jx-container h2, .jx-container h3 {
    margin-top: 0;
}
.jx-container p {
    margin-bottom: 0;
    margin-top: 10px;
}
.jx-intro {
    text-align: justify;
}

.jx-not-solved {
    font-weight: bold;
    color: red;
}
.jx-solved {
    font-weight: bold;
    color: green;
}

.jx-category {
    background-color: #e8e8e8;
    background-image: url('img/back.png');
}
.jx-score {
    border-left: none !important;
    text-align: right;
}
.jx-task {
    border-right: none !important;
}

.jx-task-text h2, .jx-task-text h3, .ui-tooltip h3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.ui-tooltip h3 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}

.jx-task-text h3 {
    font-size: 20px;
    font-weight: normal;
}

.jx-solve-back {
    background-color: #f8f8f8;
    padding: 10px !important;
}
.jx-solve-input {
    text-align: center;
    width: 50%;
    margin: auto;
}
.jx-solve-button {
    margin-top: 15px;
}
.jx-form-input {
    margin-bottom: 10px;
}
.jx-form-submit {
    margin-top: 8px;
}
.jx-tiny {
    padding: 8px;
    text-align: center;
}
.jx-alert {
    text-align: center;
    font-weight: bold;
}
.jx-clickable {
    cursor: pointer;
}
.jx-ninjalink {
    color: black;
    text-decoration: none;
}
.jx-ninjalink:hover {
    text-decoration: none;
    color: #722;
}
.jx-highlight {
    background: #eee;
    font-weight: bold;
}
.jx-table-current * {
    color: #900;
    font-weight: bold;
}

small {
    font-size: 12px;
}

.dot {
    color: #777;
}

.ok {
    color: green;
}

.ok-light {
    color: #006600;
}

.nok {
    color: red;
}

.nok-light {
    color: #660000;
}

.mid {
    color: #888800;
}

.gray {
    color: #999;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.jx-build-hist {
    text-align: center;
    width: 15%;
}

.jx-conq-hist {
    text-align: center;
    width: 40%;
}

.jx-cat-toggle {
    display: none;
}

.paid-option-box, .warning-box {
    background: #ffffdd;
    padding: 8px;
    min-height: 56px;
}

.warning-box-simple {
    background: #ffffdd;
    padding: 8px;
    text-align: center;
}

.paid-option-icon {
    width: 40px;
    height: 40px;
    margin-left: 4px;
    margin-right: 16px;
    background: url('img/paid.png');
}

.warning-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-left: 8px;
    background: url('img/warn.png');
    float: left;
}

.error-box {
    background: #ffdddd;
    padding: 8px;
    min-height: 56px;
}

.error-box-simple {
    background: #ffdddd;
    padding: 8px;
    text-align: center;
}

.success-box-simple {
    background: #ddffdd;
    padding: 8px;
    text-align: center;
}

.error-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-left: 8px;
    background: url('img/err.png');
    float: left;
}

.player_id {
    font-weight: normal;
    color: #333;
}

.player_id a {
    font-weight: normal;
    color: #338; 
}

.jx-foldable {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar-path-link {
    color: #999;
}

.navbar-path-link:hover, .navbar-path-link:focus {
    color: #ccc;
}

.jx-form-inline {
    display: inline-block;
}

.jx-filter-row td {
    vertical-align: middle !important;
}

.jx-filter-applied {
    padding: 6px 12px;
    background: white;
    color: #338;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.tip-maybe { background: #ffd !important; }
.tip-ok { background: #dfd !important; }
.tip-nope { background: #fdd !important; }
.tip-info { background: #eef !important; }
.tip-inactive { background: #eee !important; }

.tooltip_text { display: none; }

.ui-tooltip { max-width: 500px !important; padding: 0 10px 0 10px; }

.tip {
    background: white;
    border-radius: 8px;
    font-size: 12px;
    display: inline-block;
    padding: 2px 7px 1px 7px;
    border: 1px solid #ccc;
    font-weight: bold;
    cursor: pointer;
    margin: 3px;
}

td {
    vertical-align: middle !important;
}

.sep_row {
    border-top: 3px double #aaa !important;
}
.marked_row {
    background: #ffd !important;
}

.link-discrete {
    color: #222 !important;
}

button { outline: none !important; }

.fecra-spinner {
    background: url('img/fecra.png');
    width: 40px;
    height: 40px;
    animation: fecra-spin 1s linear infinite;
}
@keyframes fecra-spin {
    100% { transform: rotate(360deg); }
}

#addReportsForm:invalid { background: white url('img/intro1.png') no-repeat center top; }
#addAttacksForm:invalid { background: white url('img/intro2.png') no-repeat center top; height: 235px; }
#addReportsForm, #addAttacksForm { height: 235px; }
.progress-bar-animated { animation: progress-bar-stripes 0.5s linear infinite; }
@keyframes progress-bar-stripes {
    from { background-position: 40px 0; }
    to { background-position: 0 0; }
}

.jx-progress { border: 1px solid #ccc; }
.jx-progress div { overflow: hidden; }

.player-subtext {
    font-size: 11px;
    width: fit-content;
    margin: 0 auto 0 auto;
}

.marked-village a {
    color: #800 !important;
    font-weight: bold;
}

.jx-user-label, .jx-help-label { border-bottom: 1px dotted #333; cursor: help; display: inline-block; }

.nav-active {
    background-color: #f4f4f4;
    border-color: #eee #eee #ddd !important;
}

.report-cell {
    font-size: 12px;
    padding: 3px !important;
}
.report-table {
    width: 100%;
    margin: 10px 0 5px 0 !important;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
}
.ui-dialog-titlebar-close {
    display: none;
}
.settings-option input {
    position: relative;
    top: 1px;
}
.settings-option {
    font-weight: normal;
}

.setting-expl {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}</pre></body></html>