.RITS {
    background-color: white;
    border: 1px solid black;
    position: relative;
    z-index: 10001;
    display: inline-block;

    .button-container {
        position: absolute;
        left: 93%;
        top: 5px;
    }

    .close {
        position: relative;
        margin-bottom: 5px;
        left: 50%;
    }

    .download {
        .button {
            margin-left: 5px;
            margin-bottom: 5px;
        }
    }

    .zoom-minus {
        margin-top: 5px;
        width: 48px;
    }

    .zoom-plus {
        width: 48px;
    }
}