.switch {
    border-bottom: 1px dotted rgba(0, 138, 206, 0.3);
    color: #008ace;
    cursor: pointer;
    display: inline-block;
    margin: 0 0.2em;
}

.switch.active {
    background: #ebebcf;
    border: none;
    color: #000;
    cursor: auto;
    margin: 0;
    padding: 0 0.2em;
}

.switch_screenshot {
    display: none;
}

.switch_screenshot img {
    cursor: pointer;
}

.selected_layout {
    display: block;
}
