/* UNIC OBSERVATION DECKS PAGE STYLES */

.half {
    width: 50%;
}

.col {
    flex-grow: 1;
}

.col-6 {
    flex-basis: var(--col-6);
}

.col-5 {
    flex-basis: var(--col-5);
    display: inline-block;
}

.col-4 {
    flex-basis: var(--col-4);
}

.col-3 {
    flex-basis: var(--col-3);
}

h1 {
    margin: 0 0 0!important;
}


/* END UNIC PAGE STYLES */

.one-line li {
    display: inline;
}

.book-link {
    text-align: center;
}

.summary-about-observation-decks {
    display: flex;
    flex-wrap: wrap;
}

.left-div,
.right-div {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

.right-div {
    position: relative;
}

.to-right {
    display: flex;
    justify-content: flex-end;
}

.left-div .h2 {
    margin: auto;
}

#col1 {
    font-size: var(--step-0);
    font-weight: 400;
}

.col-5>* {
    flex-basis: var(--col-5);
    margin-left: auto;
}

.margin-left-1 {
    margin-left: var(--col-1);
}

.margin-right-1 {
    margin-right: var(--col-1);
}

.last-section-paragraph {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.last-section-paragraph.internal-link a {
    text-decoration: underline;
}

.top-10 {
    margin-top: 10px;
}

.list-bullets-inside-article {
    margin-left: 40px;
}

.top-10 li {
    list-style-type: disc;
}

.top-10 a {
    text-decoration: underline;
}

table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

tbody {
    text-align: center;
}

th,
td {
    padding: 10px;
    border: 1px solid black;
}

th {
    background-color: black;
    color: white;
}


/* MOBILE */

@media (max-width: 1024px) {
    h1 {
        margin: 50px 0 0 !important;
    }
    table {
        margin-top: 30px;
    }
    .top-30-mobile {
        margin-top: 30px;
    }
}


/* END MOBILE */

.zero-top {
    margin-top: 0 !important;
}

.top-zero {
    margin-top: 0 !important;
}