.view[name='explorer'] {
    background-color: #252526;
}
.view[name='explorer'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px 25px;
    z-index: 2;
}
.view[name='explorer'] > .title {
    font-weight: 500;
    font-size: 16px;
    color: #cccccc;
    text-transform: uppercase;
}
.view[name='explorer'] > .content {
    position: absolute;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 12px 36px;
}

@media (max-width: 799px) {
    .view[name='explorer'] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 16px;
    }
}
@media (min-width: 800px) {
    .view[name='explorer'] {
        position: relative;
        width: 377px;
        height: 100%;
        float: left;
    }
}