/* General Styles */
body {
    background-color: #2b2b2b;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #fff;
    overflow: auto;
}

h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
}

.site-content {
    max-width: 1600px;
    margin: 0 auto; /* Center the entire content horizontally */
    padding-top: 24px;
}

.site-content #primary {
    max-width: 1650px; 
    border: 3px solid #282a2d;
    background-color: #25272a;
    float: inline-start;
    /* margin-right: 30px; */
    width: 100%;
    color: #fff;
}

#main {
    text-align: -webkit-center;
}

.creationStuff, iFrame html body {
    background-color: #25272a;
}

#ul-example {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-left: 0;
    margin-top: 0;
    top: -10px;
    padding-left: 0px;
}

#allSections {
    background-color: #393c40;
}

#allSections #ul-example #CustomSkaters {
    border-bottom: 3px solid #3c6eba !important;
    border-radius: 15px;
    margin-top: 10px;
    background-color: #25272a;
}

#allSections .caption {
    margin-top: 0px;
}

#topLeftSide, #topRightSide {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

#ul-example h3 {
    line-height: auto;
    margin-bottom: 0px;
    margin-top: 10px;
    max-height: 30px;
    overflow-y: auto;
}

#topLeftSide h4 {
    margin-bottom: 0px;
}

.authorName {
    font-style: italic;
}

#topLeftSide #info {
    margin-top: 10px;
}

img {
    height: auto;
    max-width: 100%;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    width: 95%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 16px;
}

.panel {
    padding: 10 18px;
    background-color: #25272a;
    display: none;
    overflow: hidden;
    width: 95%;
}

.discuss.parks {
    margin-top: 0px;
    text-align: center;
}

.discuss.parks a, .discuss.parks .discuss.parks, .custom-hnic a.dat-link {
    background-color: #3c6eba;
    color: #fff;
    font-size: 16px;
    border: 1px solid #3c6eba;
    line-height: 16px;
    text-transform: uppercase;
    padding: 6px 25px;
    font-weight: 700;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
}

#midSection, #container, #bottomBottom .daChangelog, #theChangeLogPost {
    background-color: #25272a;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#midLeftSide, #midRightSide {
    width: 100%;
}

#bottomBottom #container {
    clear: both;
}

#highcharts-z4bvqnx-0 {
    position: relative;
    overflow: hidden;
    width: 1534px;
    height: 400px;
    text-align: left;
    line-height: normal;
    z-index: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    touch-action: manipulation;
    outline: none;
    padding: 0px;
}

#bottomBottom svg {
    font-family: 'Roboto', sans-serif !important;
    border-radius: 15px;
}

#bottomBottom svg .highcharts-background {
    fill: rgba(37, 39, 42) !important;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

