.rcPanel {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    overflow-y: auto;
}

.rcControl {
    flex: 0 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
}
.rcControl > input {
    width: 8em;
    flex: 0 1 auto;
}
.rcControl > input:first-of-type {
    flex: 1 1 auto;
}
.rcControl > label {
    flex: 1 1 auto;
}

.rcLabel {
}

.rcToolbar {
    padding: .25em;
    flex: 0 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: baseline;
}
.rcToolbar select, .rcToolbar button {
    font-size: 144%;
}

.rcToolbarLabel {
    font-size: 144%;
}

.rcClientNone {
    overflow-y: auto;
    max-height: 100%;
}

.rcClientOut {
    flex: 1 1 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: center;
    font-size: 150%;
    padding: .25em;
}

.rcClientName {
    flex: 1 1 auto;
    text-align: center;
    font-weight: 800;
}

.rcClientIn {
    max-height: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
}

.rcClientHeader {
    padding-bottom: .5em;
}

.rcClientPresets {
    width: 5em;
}

.rcClientSelection {
    width: 2.5em;
}

.rcClientClose {
    color: #f00;
}

.rcClientFooter {
    padding-top: 1em;
}

.rcjuliapreview {
    width: 90vw;
    height: 80vh;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
}

.rcjuliapreviewframe {
    background: #ccc;
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.rcjuliapreviewpic {
    flex: 0 0 auto;
}

.rcjuliapreviewccw {
    opacity: 0.8;
    border-radius: 50%;
    background: #900;
    color: #fff;
    font-size: 120%;
    position: absolute;
    top: .25em;
    left: .25em;
}

.rcjuliapreviewcw {
    opacity: 0.9;
    border-radius: 50%;
    background: #900;
    color: #fff;
    font-size: 120%;
    position: absolute;
    top: .25em;
    right: .25em;
}

.rcjulialinks {
    width: 4em;
}
