.ui-widget {
    font-family:Verdana,Arial,sans-serif;
    font-size: 100%;
}
.ui-widget .ui-widget {
    font-size: 100%;
}
.ui-panelgrid .ui-panelgrid-cell {
    padding: 0 10px 0 0;
}
.ui-datatable {
    display: table;
}
.ui-datatable table {
    table-layout: auto !important;
}
.ui-datalist {
    display: table;
}
.ui-datalist table {
    table-layout: auto !important;
}
.ui-divider.ui-divider-solid.ui-divider-horizontal::before {
    border-top: 1px solid #acbece;
}
.propToRemove {
    background-color: #ffa6a6 !important;
    background-image: none !important;
    color: #000000 !important;
}
.rightDate {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
    font-style: italic;
}
.greenBackColor {
    background-color: rgba(215, 255, 215, 0.51) !important;
    background-image: none !important;
    color: #000000 !important;
}
.stNotActive {
    background-color: #fff0d7 !important;
    background-image: none !important;
    color: #000000 !important;
}
.ui-datatable .unbanned,
.ui-datatable tr.unbanned {
    background-color: rgba(215, 255, 215, 0.46) !important;
}
.ui-datatable tr.unbanned:hover,
.ui-datatable tr.unbanned.ui-state-hover {
    background-color: rgba(185, 235, 185, 0.65) !important;
}
.button-line {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-end;
}
.color-bar .ui-progressbar-value,
.color-bar .ui-widget-header {
    background: linear-gradient(to right, rgba(33, 150, 243, 0.25) 0%, #2196f3 100%) !important;
}
.rightAlignTotal {
    text-align: right;
    background-color: #edf1f4 !important;
    background-image: none !important;
    color: #000000 !important;
}
.rightAlign {
    text-align: right;
}
.visitorLink {
    text-decoration: none;
    color: #474747;
    white-space: nowrap;
}
.visitorName {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.steam-icon-link {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
.steam-icon-link:hover {
    color: #1b97e9;
    text-shadow: 0 0 5px #1b97e9, 0 0 10px rgba(27, 151, 233, 0.5);
}
.steam-icon-link:visited {
    color: inherit;
}
@font-face {
    font-family: 'SteamIcon';
    src: url('/static/fonts/fa-brands-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.steam {
    font-family: 'SteamIcon', sans-serif;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    height: 1em;
    margin-left: 6px;
    color: inherit;
}
.steam::before {
    content: "\f1b6";
}
.server-container {
    max-width: 600px;
    margin: 10px auto;
    border: 1px solid #acbece;
    border-radius: 8px;
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5px 10px;
    align-items: center;
}
.server-name {
    grid-column: 1;
    grid-row: 1;
    font-weight: bold;
}
.server-link {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
}
.server-map {
    grid-column: 1;
    grid-row: 2;
    color: #666;
}
.server-players {
    grid-column: 2;
    grid-row: 2;
    text-align: right;
    color: #666;
}
.progress-bar-container {
    grid-column: 1 / span 2;
    grid-row: 3;
    margin-top: 10px;
}
.comment-list {
    list-style:none;
    padding:0;
    margin:0;
}
.comment-box {
    display:flex;
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:1px solid #e0e0e0;
}
.social-avatar {
    border-radius:50%;
}
.comment-avatar {
    display:block;
    margin:0 auto;
    border-radius:50%;
    margin-right:12px;
}
.comment-body {
    flex:1;
}
.comment-header {
    font-size:0.9em;
    margin-bottom:4px;
}
.nick {
    font-weight:600;
    margin-right:8px;
}
.loc {
    color:#777;
}
.date {
    float:right;
    color:#999;
}
.text {
    white-space:pre-wrap;
}
.del-link {
    font-size:0.85em;
    color:#c00;
}