* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: Roboto, sans-serif;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
    background-color: #1a1a1a;
    background-attachment: fixed;
    color: #d9d9d9;
}
@page { margin: 2cm }
.container {
    max-width: calc(85% - 40px);
    margin: 0 auto;
    padding: 20px;
}
center {
    text-align: center;
    display: block;
}
h1 {
    color: #4eb8e0;
    font-size: 1.8em;
    border-bottom: 2px solid #444;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
}
h2 {
    color: #4eb8e0;
    font-size: 1.5em;
    margin: 30px 0 15px 0;
}
h3 {
    color: #4eb8e0;
    font-size: 1.3em;
    margin: 25px 0 15px 0;
}
h4 {
    color: #6fc8f0;
    font-size: 1.1em;
    margin: 20px 0 10px 0;
}
p {
    margin: 10px 0;
    line-height: 1.6;
    color: #b8b8b8;
}
p strong {
    color: #d9d9d9;
    font-weight: bold;
}
b, strong {
    color: #d9d9d9;
    font-weight: bold;
}
em, i {
    color: #a0a0a0;
    font-style: italic;
}
u {
    text-decoration: underline;
    color: inherit;
}
span {
    color: inherit;
}
span span {
    font-weight: normal;
}
ul, ol {
    color: #b8b8b8;
    margin: 15px 0 15px 30px;
    padding-left: 20px;
}
li {
    color: #b8b8b8;
    margin-bottom: 8px;
    line-height: 1.6;
}
li p {
    margin: 5px 0;
}
a, a:link {
    color: #4eb8e0;
    text-decoration: underline;
}
a:visited {
    color: #4eb8e0;
}
a:hover {
    color: #6fc8f0;
    text-decoration: none;
}
a:active {
    color: #6fc8f0;
}
a * {
    color: inherit;
}
a u {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
    display: inline-block;
}
table {
    border-collapse: collapse;
    margin: 20px 0;
    background: linear-gradient(135deg, #2a2a2a, #333333);
    border: 2px solid #444;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}
thead {
    background: linear-gradient(135deg, #3a3a3a, #2a2a2a);
}
th {
    background: linear-gradient(135deg, #3a3a3a, #2a2a2a);
    color: #4eb8e0;
    padding: 15px;
    text-align: left;
    border-bottom: 2px solid #444;
    font-weight: bold;
}
td {
    padding: 12px 15px;
    border-bottom: 1px solid #3a3a3a;
    color: #b8b8b8;
}
tbody tr:hover {
    background-color: rgba(78, 184, 224, 0.1);
}
tbody tr:last-child td {
    border-bottom: none;
}
center > div {
    background: rgba(40, 184, 176, 0.05);
    border: 2px solid #444;
    border-radius: 8px;
    padding: 30px;
    margin: 20px 0;
}
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    z-index: 1000;
}
#backToTop:hover {
    background-color: #0056b3;
}
footer {
    background-color: rgba(40, 184, 176, 0.15);
    color: rgb(0, 208, 0);
    text-align: center;
    padding: 10px;
    width: 100%;
    margin-top: 40px;
    border-top: 2px solid #444;
}
@media (max-width: 768px) {
    .container {
        width: 90%;
        padding: 10px;
    }
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.3em;
    }
    h3 {
        font-size: 1.1em;
    }
    center > div {
        padding: 15px;
    }
    table {
        font-size: 0.9em;
    }
    th, td {
        padding: 8px 10px;
    }
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #1a1a1a;
}
::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #4eb8e0;
}
.händler-container,
div[style*="flex"] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}
table {
    border-collapse: collapse;
    margin: 20px 0;
    background: linear-gradient(135deg, #2a2a2a, #333333);
    border: 2px solid #444;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}
table[bordercolor],
table[BORDERCOLOR] {
    border: 2px solid #444;
}
td, th {
    padding: 12px 15px;
    border-bottom: 1px solid #3a3a3a;
    color: #b8b8b8;
    vertical-align: top;
}
th {
    background: linear-gradient(135deg, #3a3a3a, #2a2a2a);
    color: #4eb8e0;
    font-weight: bold;
    text-align: left;
    padding: 15px;
}
tr[valign="top"] td,
tr[valign="top"] th {
    vertical-align: top;
}
input[type="checkbox"] {
    accent-color: #4eb8e0;
    margin-right: 8px;
    transform: scale(1.1);
}
table[cellpadding], table[CELLPADDING],
table[cellspacing], table[CELLSPACING] {
    border-collapse: collapse;
}