* {
    box-sizing: border-box;
}
body {
    margin: 0;
    height: 100vh;
}
.content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
}

.split {
    width: 100%;
    height: 100%;
    /* border-left: 1px solid #bbb; */
}

.split-b0 {
    width: 100%;
    height: 100%;
    border: none;
}

.gutter {
    width: 6px !important;
    cursor: ew-resize;
    height: 100%;
    background: #d0d0d0;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid black;
}

.gutter-vertical {
    display: none;
}

.mr-2 {
    margin-right: 2rem;
}

.current-language {
    cursor: pointer;
    cursor: hand;
    color: blue;
    font-size: 1em;
}

iframe {
    border-width: 0px;
}
