body.environment-indicator {
    padding-bottom: 3rem;
}

body.environment-indicator #block-bettertabs {
   bottom: 4rem;
}

body.environment-indicator #backtotop {
   bottom: calc(3rem + 20px);
}

body.environment-indicator #environment-indicator {
    position: fixed;
    bottom: 0;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(135deg, #f2e427 25%, #000000 25%, #000000 50%, #f2e427 50%, #f2e427 75%, #000000 75%, #000000 100%);
    background-size: 113.14px 113.14px;
    text-shadow: 0 0 25px black, 0 0 15px black, 0 0 5px black, 0 0 2px black;
    border-top: 5px solid;
}