/* Styling for the mount element */
/* Styling for the mount element */
.mount {
    position: absolute;
    background-color: rgba(173, 216, 230, 0.5); /* Light blue with some transparency */
    /*border: 1px solid rgba(0, 0, 255, 0.3);*/
    box-sizing: border-box;
    box-shadow: 12px 10px 20px rgba(0, 0, 0, 0.15); /* Subtle shadow to lift off page */
    /* The actual size will be set by JavaScript */
    /* Position will be set by JavaScript to align with ruler origins */
}