body {
    font-family: 'Arial', sans-serif;
    background-color: #f5f5f5;
    color: #333;
    margin: 0;
    padding: 0;
}

header {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
}

main {
    max-width: 1000px;
    margin: 20px auto;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    main {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    main {
        padding: 0;
    }
}

section {
    padding: 20px;
    margin-bottom: 49px;
    border-radius: 5px;
}

.text {
    display: inline-block;
}

h2 {
    color: #444;
}

.narrow {
    margin: 0
}

label {
    display: block;
    margin-bottom: 10px;
}

img {
    width: 100%;}

input {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 8px;
    box-sizing: border-box;
    font-size: 15px
}

.score-input {
    width: 50px;
}

.situation-input {
    width: 59px;
}

.checkbox_input {
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    accent-color: #888;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#strong-both-showed {
    display: none;
}

#strong-showed1 {
    display: none;
}

#strong-showed2 {
    display: none;
}

#customizable_score_formula {
    display: none;
}

select {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 8px;
    box-sizing: border-box;
    font-size: 15px;
}

.situation-select {
    width: 120px;
}

.mein-select {
    width: 90%;
}

.formula-select {
    width: 250px;
}
.status-select {
    width: 160px;
}

.small-button {
    margin-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
    height: 30px;
    font-size: 15px;
    }
    
.big-button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;

    background-color: #333;
    color: white;
    cursor: pointer;
    height: 50px;
    font-size: 20px;
}

.big-button:hover {
    background-color: #555;
}

footer {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    width: 100%;
    bottom: 0;
}

.scrollable {
    overflow-x: auto;
}

table {
border-collapse: collapse;
width: 100%;
}

th {
    border: 2px solid #ddd;
    padding: 8px;
    text-align: center;
    background-color: #f2f2f2;
}

td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    height:50px;
}

.table-number {
    min-width: 16px;
}

.table-kind {
    min-width: 35px;
}

.table-mein {
    min-width: 223px;
}

@media (min-width: 768px) {
    .table-status {
        min-width: 143px !important;
    }
}

@media (max-width: 767px) {
    .table-status {
        width: 10%;
    }
}


.table-score {
    min-width: 80px !important;
    width: 18%;
}

.table-top {
    min-width: 90px !important;
    width: 20%;
}

.table-evaluating {
    min-width: 90px !important;
    width: 20%;
}

.table-artifact {
    width: 16%;
    min-width: 60px
}

.table-allartifact {
    width: 20%;
    min-width: 95px;
}

.history {
    width: 50% !important;
}

.left-text {
    text-align: left;
}

.open {
    cursor:pointer;
}

#pop-up1, #pop-up2 {
    display: none;
}

.overlay {
    display: none;
}

#pop-up1:checked + .overlay, #pop-up2:checked + .overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
}

.window {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70%;
    max-width: 400px;
    padding: 20px;
    height: 300px;
    background-color: #fff;
    border-radius: 4px;
    text-align: left;
    align-items: center;
    transform: translate(-50%, -50%);
    font-weight: 100;
}

.close {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor:pointer;
}

.nowrap {
    white-space: nowrap;
}
