body {
    padding: 20px;
    background: #008080;
    font-family: "MS Sans Serif", sans-serif;
}

.window {
    margin-bottom: 20px;
}

input, textarea, select {
    background-image: none !important;
    box-shadow: none !important;
    color: black !important;
}

input[type="text"],
input[type="password"] {
    background: #ffffff !important;
    border: 2px inset #c0c0c0 !important;
    padding: 4px;
    font-size: 14px;
    color: black !important;
    caret-color: black !important;
}

input::placeholder {
    color: #666;
}

.title-bar-text {
    background: none !important;
    text-shadow: none !important;
    color: white;
    font-weight: bold;
}

button {
    font-family: "MS Sans Serif", sans-serif;
    font-size: 14px;
    padding: 4px 12px;
    border: 2px outset #c0c0c0;
    background: #e0e0e0;
    cursor: pointer;
}

button:hover {
    background: #dcdcdc;
}

button:active {
    border: 2px inset #c0c0c0;
    background: #d6d6d6;
}

button:disabled {
    color: #808080;
    text-shadow: 1px 1px #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 2px solid #000;
}

th, td {
    border: 1px solid #000 !important;
    padding: 6px;
    background: #ffffff !important;
}

th {
    background: #c0c0c0 !important;
    font-weight: bold;
}

.WON {
    color: green;
    font-weight: bold;
}

.LOST {
    color: red;
    font-weight: bold;
}

.OPEN {
    color: goldenrod;
    font-weight: bold;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-window {
    width: 300px;
}

.modal-buttons {
    justify-content: space-between;
    margin-top: 10px;
}

.title-bar {
    background: linear-gradient(to right, #000080, #1084d0) !important;
}

.title-bar-text {
    background: none !important;
    background-image: none !important;
    text-shadow: none !important;
    color: white !important;
}