.icl-return-button {
    border: 2px solid rgb(71, 156, 204);
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 900;
    font-size: 12px;
    color: rgb(255, 255, 255) !important;
    margin: 5px 3px;
    background-color: rgb(71, 156, 204);
    position: absolute;
    top: 1px;
    right: 5px;
}

.icl-return-button:hover {
    color: #479ccc !important;
    background-color: rgb(255, 255, 255);
}

.icl-return-button .sd-octicon-arrow-right {
    color: rgb(255, 255, 255) !important;
}

.icl-return-button:hover .sd-octicon-arrow-right {
    color: #479ccc !important;
}

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

    .icl-return-button {
        display: none;
    }
}

@media only screen and (max-width: 1155px) {
    #interactive-computing-layer-documentation {
        margin-top: 30px;
    }
}