:root {
    --pb-blue: #212838;
    --pb-green: #67b38f;
    --ad-blue: #48bdc3;
}

body {
    display: flex;
    margin: 0;
    padding: 0;
    font-family: 'Quicksand';
    font-size: 32px;
    flex-direction: column;
    color: white;
    background-color: white;
}

.blur-body-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999998;
    pointer-events: auto;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.popup-cookie-consent {
    position: fixed;
    background-color: var(--pb-blue);
    border-radius: 20px;
    width: 700px;
    z-index: 9999999999;
    border: 2px solid white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup-window-head {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#cookie-icon {
    font-size: 2.5em;
    color: #c09572;
    vertical-align: middle;
    padding-right: 20px;
}

#popup-window-head-caption {
    text-align: left;
    margin: 0;
    font-size: 1.2em;
    padding-top: 20px;
}

.popup-window-body {
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 0.6em;
    text-align: center;
}

.popup-window-foot {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.copyright-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    font-size: 0.6em;
}

#accept-button, #decline-button {
    font-family: 'Quicksand';
    border-radius: 10px;
    padding: 5px;
    width: 185px;
    border: solid 2px var(--pb-green);
    color: white;
    background-color: var(--pb-green);
    cursor: pointer;
    font-weight: 700;
    font-size: 0.8em;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

#accept-button:hover, #decline-button:hover {
    background: transparent;
    color: var(--pb-green);
}

.menu {
    display: flex;
}

.menu-bar {
    background-color: var(--pb-blue);
    width: 100%;
}

.menu-logo-image {
    width: 450px;
    height: auto;
}

.caption-section {
    background-color: var(--pb-blue);
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    padding-bottom: 20px;
}

.clipboard-information {
    display: none;
    font-size: 0.5em;
    margin: 0 10%;
    padding-top: 15px;
}

.caption-section .caption {
    display: flex;
    justify-content: center;
    cursor: default;
    user-select: none;
    font-size: 1.2em;
    padding: 15px 0;
}

.caption-section .caption span {
    display: inline-block;
    transition: all 0.1s ease;
    font-weight: bold;
}

.caption-section .caption span:hover {
    color: var(--pb-green);
    transform: scale(1.1);
}

.caption-ipv4-address-section {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    color: var(--pb-green);
    margin: 0 10%;
}

.caption-ipv6-address-section {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    color: var(--pb-green);
    margin: 0 10%;
}

#caption-ipv6-address {
    word-break: break-all;
}

.map-section {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: var(--pb-blue);
    width: 100%;
    padding-bottom: 25px;
}

.custom-control-panel {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 15px;
    right: 10px;
    z-index: 999999;
    background-color: white;
    margin-right: 2.5%;
    border-radius: 5px;
    border: 2px solid #ccc;
}

#map {
    height: 400px;
    z-index: 300;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    justify-content: center;
    border-radius: 10px;
    border-top: 5px solid var(--pb-green);
    border-bottom: 5px solid var(--pb-green);
}

.button-container {
    margin: 5px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#back-to-location-button {
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    height: 25px;
    width: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.5em;
    color: var(--pb-blue);
    background-color: white;
    border-radius: 50px;
}

.button-label {
    color: var(--pb-blue);
    font-size: 0.35em;
    padding-bottom: 2px;
}

.toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 62px;
    height: 25px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: var(--pb-blue);
    transition: background-color ease 0.3s;
    pointer-events: auto;
}

.toggle:before {
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    background: white;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    font: 10px/28px Helvetica;
    text-transform: uppercase;
    font-weight: bold;
    text-indent: -22px;
    word-spacing: 37px;
    color: #fff;
    text-shadow: -1px -1px rgba(0,0,0,0.15);
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

.toggle:checked {
    background-color: var(--pb-green);
}

.toggle:checked:before {
    left: 39px;
    background: white;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    user-select: none;
}

a {
    color: var(--pb-green);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.services-advertisement {
    display: flex;
    flex-direction: column;
    background-color: var(--pb-blue);
    width: 100%;
    justify-content: center;
    align-items: center;
}

.services-advertisement-caption {
    color: white;
    font-size: 0.65em;
    text-align: center;
    padding: 0 10%;
}

.bar {
    display: flex;
    width: 80%;
    border: 2px solid white;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 25px 0;
    user-select: none;
}

.bar_content {
    display: flex;

    font-size: 15px;
    text-align: center;

    padding: 15px 0;

    justify-content: space-between;
    align-items: center;

    color: black;

    width: 200%;
    transform: translateX(100%);

    animation: move 20s linear infinite
}

.bar-element {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    transition: transform 0.3s;
    text-decoration: none !important;
}

.bar-element:hover {
    transform: scale(1.1);
}

.bar-icon {
    height: 50px;
    width: auto;
}

.matrix-bar-icon {
    height: 40px;
}

.bar-icon-title {
    font-weight: bold;
    padding-left: 10px;
    white-space: nowrap;
    color: white;
    font-size: 1.2em;
}

@keyframes move {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}

.information-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--pb-blue);
    padding-top: 50px;
}

.advertisement-box {
    width: 550px;
    height: 400px;
    position: relative;
    border: 4px solid var(--ad-blue);
    border-radius: 20px;
    margin: 25px;
    margin-top: 0px;
    margin-bottom: 60px;
    transition: all 0.5s ease;
    cursor: pointer;
    color: white;
    text-decoration: none !important;
}

.advertisement-box:hover {
    transform: scale(1.05);
}

.advertisement-box-circle {
    width: 90px;
    height: 90px;
    background-color: var(--pb-blue);
    border-radius: 50%;
    position: absolute;
    top: -45px; /* minus half of height value */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 4px solid var(--ad-blue);
    color: var(--pb-green);
    font-size: 1.3em;
}

.advertisement-box-caption {
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 60px;
    width: 100%;
    height: 35px;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: var(--ad-blue);
    font-size: 1.2em;
}

.ri-information-2-line {
    color: var(--ad-blue);
    padding: 0;
    font-size: 1.5em;
}

.info-box {
    width: 550px;
    height: 400px;
    position: relative;
    border: 4px solid var(--pb-green);
    border-radius: 20px;
    margin: 25px;
    margin-top: 0px;
    margin-bottom: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ad-content {
    display: flex;
    overflow-y: hidden;
    height: 285px;
    align-items: center;
    padding: 0;
    margin: 0;
    padding-right: 5px;
    padding-left: 0;
}

.ad-content-picture {
    height: 160px;
    width: auto;
    user-select: none;
}

.ad-content-picture-matrix {
    height: 90px;
    padding: 0 20px;
}

.ad-content-picture-proxmox {
    padding: 0 20px;
}

.ad-text-content {
    display: flex;
    flex-direction: column;
}

.ad-text-content-description {
    margin: 0;
    padding: 0;
    font-size: 0.5em;
    text-align: left;
}

.ad-text-content-sub-bullets {
    margin: 0;
    padding: 0;
    font-size: 0.4em;
    text-align: left;
}

.sub-bullet {
    color: var(--ad-blue);
}

.info-box-circle {
    width: 90px;
    height: 90px;
    background-color: var(--pb-blue);
    border-radius: 50%;
    position: absolute;
    top: -45px; /* minus half of height value */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 4px solid var(--pb-green);
    color: var(--pb-green);
    font-size: 1.3em;
}

.info-box-caption {
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 60px;
    width: 100%;
    height: 35px;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: var(--pb-green);
    font-size: 1.2em;
}

.info-box-table-section {
    display: flex;
    overflow-y: hidden;
    height: 285px;
}

table {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 0.6em;
    justify-content: center;
    align-items: center;
}

table td:nth-child(1) {
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    padding-right: 50px;
}

table td:nth-child(2) {
    text-align: left;
}

table td span {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.credits-section {
    background-color: var(--pb-blue);
    font-size: 0.6em;
    text-align: center;
    width: 100%;
}

.credits-section p {
    padding: 0 25px;
}

.background-wave-svg {
    margin-top: -1px;
}

i {
    padding-right: 5px;
    font-size: 1.3em;
    vertical-align: middle;
    color: var(--pb-green);
}

/* fit content of info-box height */
@media only screen and (min-width: 641px) and (max-width: 687px) {

    .advertisement-box {
        height: 666px;
        width: 150px;
        margin: 25px;
        margin-top: 0px;
        margin-bottom: 60px;
        font-size: 1.2em;
    }

    .ad-content {
        display: flex;
        flex-direction: column;
        word-break: break-word;
        padding: 0;
        padding: 0 5px;
        height: fit-content;
        margin: 10px 0;
        overflow: hidden;
    }

    .ad-content-picture {
        height: 85px;
    }

    .ad-content-picture-matrix {
        height: 45px !important;
    }
    .advertisement-box-caption {
        word-break: break-word;
        font-size: 0.8em;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .ad-content-picture {
        height: 145px;
        padding: 25px;
        padding-top: 0;
    }

    .ad-text-content-sub-bullets {
        font-size: 0.45em;
    }

    #map {
        z-index: 500
    }

    .info-box {
        margin: 20px;
        margin-top: 60px;
        height: fit-content;
        width: 300px;
    }

    .info-box-table-section {
        height: 100%;
        width: 100%;
    }

    table {
        align-items: normal;
    }

    td {
        display: block;
    }

    table td:nth-child(1) {
        font-weight: bold;
        white-space: nowrap;
        padding-right: 0;
        text-align: center !important;
    }

    table td:nth-child(2) {
        padding-bottom: 5px;
        text-align: center;
    }
}

/* css for tablets and tiny screens 641 */
@media only screen and (min-width: 688px) and (max-width: 1830px) {

    #map {
        z-index: 500
    }

    .info-box {
        height: 630px;
        width: 300px;
        margin: 25px;
        margin-top: 0px;
        margin-bottom: 60px;
        font-size: 0.9em;
    }

    .info-box-caption {
        font-size: 0.85em;
        margin-top: 65px;
        margin-bottom: 10px;
    }

    .info-box-table-section {
        height: 515px;
        width: 100%;
        margin-bottom: 10px;
    }

    table {
        align-items: normal;
    }

    td {
        display: block;
    }

    table td:nth-child(1) {
        font-weight: bold;
        white-space: nowrap;
        padding-right: 0;
        text-align: center !important;
    }

    table td:nth-child(2) {
        padding-bottom: 5px;
        text-align: center;
    }

    .advertisement-box {
        width: 300px;
        height: 630px;
        position: relative;
        border: 4px solid var(--ad-blue);
        border-radius: 20px;
        margin: 25px;
        margin-top: 0px;
        margin-bottom: 60px;
        transition: all 0.5s ease;
        cursor: pointer;
        color: white;
        text-decoration: none !important;
        font-size: 0.9em;
    }

    .ad-content {
        height: fit-content;
        flex-direction: column;
        padding: 25px;
        text-align: center;
        overflow: hidden;
    }
    
    .advertisement-box:hover {
        transform: scale(1.05);
    }
    
    .advertisement-box-circle {
        width: 90px;
        height: 90px;
        background-color: var(--pb-blue);
        border-radius: 50%;
        position: absolute;
        top: -45px; /* minus half of height value */
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: 4px solid var(--ad-blue);
        color: var(--pb-green);
        font-size: 1.3em;
    }
    
    .advertisement-box-caption {
        display: flex;
        margin: 0;
        padding: 0;
        margin-top: 65px;
        width: 100%;
        height: 35px;
        justify-content: center;
        text-align: center;
        align-items: center;
        color: var(--ad-blue);
        font-size: 0.85em;
    }
    
    .ri-information-2-line {
        color: var(--ad-blue);
        padding: 0;
        font-size: 1.5em;
    }

    .ad-content-picture {
        height: 145px;
        padding: 25px;
        padding-top: 0;
    }

    .ad-content-picture-proxmox {
        padding: 25px !important;
        padding-top: 0 !important;
    }

    .ad-content-picture-matrix {
        padding: 25px !important;
        padding-top: 0 !important;
        height: 80px !important;
    }

    .ad-text-content-sub-bullets {
        font-size: 0.45em;
    }
}

@media only screen and (max-width: 1100px) {

    .bar {
        width: 90%;
        height: 55px;
    }

    .services-advertisement-caption {
        font-size: 0.5em;
    }

    .bar-icon {
        height: 40px;
    }

    .bar-icon-title {
        font-size: 0.8em;
    }

    .bar_content {
        animation: move 15s linear infinite;
    }

    .matrix-bar-icon {
        height: 30px !important;
    }

    .credits-section {
        font-size: 0.45em;
    }
}

/* deal with cookie consent window */
@media only screen and (max-width: 720px) {
    .popup-cookie-consent {
        width: 600px;
    }

    @keyframes move {
        0% { transform: translateX(0%); }
        100% { transform: translateX(-200%); }
    } 

    .bar_content {
        animation: move 30s linear infinite;
    }

    .advertisement-box {
        height: 666px;
        width: 150px;
        margin: 25px;
        margin-top: 0px;
        margin-bottom: 60px;
        font-size: 0.8em;
    }

    .ad-content {
        word-break: break-word;
        padding: 0;
        padding: 0 5px;
        height: fit-content;
    }

    .ad-content-picture {
        height: 85px;
    }

    .ad-content-picture-matrix {
        height: 45px !important;
    }
    .advertisement-box-caption {
        word-break: break-word;
        font-size: 0.8em;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    table {
        overflow: hidden;
    }

    .info-box {
        height: 666px;
        width: 150px;
        margin: 25px;
        margin-top: 0px;
        margin-bottom: 60px;
        font-size: 0.8em;
    }

    .info-box-caption {
        font-size: 0.8em;
        margin-top: 65px;
        margin-bottom: 10px;
    }

    .info-box-table-section {
        height: 515px;
        width: 100%;
        margin-bottom: 10px;
    }

    table td:nth-child(1) {
        white-space:unset;
    }

}

/* css for mobile version (phones) */
@media only screen and (max-width: 640px) {

    .advertisement-box {
        height: 685px;
        width: 150px;
        margin: 15px;
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .ad-content {
        display: flex;
        flex-direction: column;
        word-break: break-word;
        padding: 0;
        padding: 0 5px;
        height: fit-content;
        margin: 10px 0;
        overflow: hidden;
    }

    .ad-content-picture {
        height: 85px;
        padding-bottom: 15px;
    }

    .ad-content-picture-matrix {
        padding: 0 !important;
        padding-bottom: 15px !important;
    }

    .ad-content-picture-proxmox {
        padding: 0 !important;
        padding-bottom: 15px !important;
    }

    .advertisement-box-caption {
        word-break: break-word;
        font-size: 0.8em;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .ad-text-content-sub-bullets {
        font-size: 0.45em;
    }

    .popup-cookie-consent {
        width: 90%;
        margin-right: 5%;
    }

    #cookie-icon {
        font-size: 1.8em;
        padding-right: 10px;
    }

    #popup-window-head-caption {
        font-size: 0.8em;
        padding-top: 10px;
    }

    .popup-window-body {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.5em;
    }

    .popup-window-foot {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .copyright-links { 
        font-size: 0.5em;
    }

    .copyright-links a {
        width: 90px;
    }

    #decline-button {
        width: 115px;
        height: 32px;
        font-size: 0.5em;
        margin-left: 25px !important;
    }

    #accept-button {
        width: 115px;
        height: 32px;
        font-size: 0.5em;
        margin-right: 25px !important;
    }

    .menu-bar {
        text-align: center;
    }

    .menu-logo-image {
        width: 80%;
        height: auto;
    }

    .caption-section {
        font-size: 0.75em;
    }

    .custom-control-panel {
        margin-right: 5%;
    }

    .button-label {
        font-size: 0.27em;
    }

    #back-to-location-button {
        height: 17px;
        width: 45px;
        font-size: 0.25em;
    }

    .toggle {
        width: 45px;
        height: 17px;
        border-radius: 50px;
    }
    
    .toggle:before {
        width: 13px;
        height: 13px;
        left: 2px;
        top: 2px;
        border-radius: 50%;
        font: 10px/28px Helvetica;
        text-indent: -22px;
        word-spacing: 37px;
    }
    
    .toggle:checked:before {
        left: 30px;
    }

    #map {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        height: 500px;
        justify-content: center;
        border-radius: 10px;
        border-top: 5px solid var(--pb-green);
        border-bottom: 5px solid var(--pb-green);
    }

    #draw-circle-switch-button-label {
        font-size: 0.4em;
    }

    table {
        overflow: hidden;
        align-items: unset;
    }

    .info-box {
        height: 685px;
        width: 150px;
        margin: 15px;
        margin-top: 0px;
        margin-bottom: 60px;
        font-size: 0.8em;
    }

    .info-box-caption {
        font-size: 0.8em;
        margin-top: 65px;
        margin-bottom: 10px;
    }

    .info-box-table-section {
        height: 570px;
        width: 100%;
        margin-bottom: 10px;
    }

    td {
        display: block;
    }

    table td:nth-child(1) {
        font-weight: bold;
        white-space: unset;
        padding-right: 0;
        text-align: center !important;
    } 

    table td:nth-child(2) {
        padding-bottom: 5px;
        text-align: center;
        white-space: unset;
    } 

    .caption-ipv4-address-section {
        font-size: 1em;
    }

    .caption-ipv6-address-section {
        font-size: 1em;
    }

    .bar_content {
        animation: move 10s linear infinite;
    }

    @keyframes move {
        0% { transform: translateX(0%); }
        100% { transform: translateX(-100%); }
    } 

    .bar_content {
        animation: move 20s linear infinite;
    }
}

@media only screen and (max-width: 500px) { 

    @keyframes move {
        0% { transform: translateX(0%); }
        100% { transform: translateX(-150%); }
    } 

    .bar_content {
        animation: move 15s linear infinite;
    }

    .credits-section {
        font-size: 0.37em;
    }

}

@media only screen and (max-width: 420px) {

    .caption-ipv4-address-section {
        flex-direction: column;
    }

    .caption-ipv6-address-section {
        flex-direction: column;
    }

    #clipboard_icon_ipv4 {
        display: none !important;
    }

    #clipboard_icon_ipv6 {
        display: none !important;
    }

    .clipboard-information {
        display: block;
    }

    .bar_content {
        animation: move 5s linear infinite;
    }

    @keyframes move {
        0% { transform: translateX(0%); }
        100% { transform: translateX(-150%); }
    } 

    .bar_content {
        animation: move 15s linear infinite;
    }

}

/* deal with cookie-consent when screen height is very low */
@media only screen and (max-width: 380px) {
    
    #cookie-icon {
        font-size: 2.2em;
        color: #c09572;
        vertical-align: middle;
        padding-right: 10px;
    }
    
    #popup-window-head-caption {
        text-align: left;
        margin: 0;
        font-size: 0.5em;
        padding-top: 20px;
    }
    
    .popup-window-body {
        margin-top: 25px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 0.4em;
        text-align: center;
    }
    
    .popup-window-foot {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    
    .copyright-links {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 10px;
        font-size: 0.4em;
    }

    #accept-button, #decline-button {
        font-family: 'Quicksand';
        border-radius: 10px;
        padding: 5px;
        width: 100px;
        border: solid 2px var(--pb-green);
        color: white;
        background-color: var(--pb-green);
        cursor: pointer;
        font-weight: 700;
        font-size: 0.5em;
        transition: all .4s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25px;
    }

    #accept-button {
        margin-right: 10px !important;
    }

    #decline-button {
        margin-left: 10px !important;
    }
    
    #accept-button:hover, #decline-button:hover {
        background: transparent;
        color: var(--pb-green);
    }

    @keyframes move {
        0% { transform: translateX(0%); }
        100% { transform: translateX(-180%); }
    } 

    .bar_content {
        animation: move 13s linear infinite;
    }
}

@media only screen and (max-width: 340px) {
    #caption-ipv6-address {
        font-size: 0.9em;
        word-wrap: break-word;
    }

    #clipboard_icon_ipv6 {
        font-size: 0.9em;
    }

    #caption-ipv4-address {
        font-size: 0.9em;
        word-wrap: break-word;
    }

    #clipboard_icon_ipv4 {
        font-size: 0.9em;
    }

    @keyframes move {
        0% { transform: translateX(0%); }
        100% { transform: translateX(-200%); }
    } 

    .bar_content {
        animation: move 15s linear infinite;
    }

    .services-advertisement-caption {
        font-size: 0.4em;
    }
}

@media only screen and (max-width: 370px) {
    .info-box {
        height: auto;
    }

    .info-box-table-section {
        height: auto;
    }

    .advertisement-box {
        height: auto;
    }
}

@media only screen and (max-width: 250px) {
    #pb_page_reference {
        flex-direction: column;
    }

    #pb_page_reference_1 {
        margin-right: 0 !important;
        margin-bottom: 3px;
    }

    #pb_page_reference_2 {
        margin-left: 0 !important;
    }

    table td:nth-child(2) {
        text-align: center;
    }
}
