﻿.form-caption {
    color: darkgray;
    border-bottom: 2px solid darkgray;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*.bg-faded {
    background-color: whitesmoke;
    border: 2px solid darkgrey;
*/}

.highlight {
    background-color: yellow;
}

.scrolling-panel {
    position: relative;
    height: var(--SFC_Page_Height);
    max-height: var(--SFC_Page_Height);
    width: 1250px;
    max-width: 1250px;
    margin-top: .5rem;
    overflow: auto;
}
.sfc-edit-panel {
    position: relative;
    height: var(--SFC_Page_Height);
    max-height: var(--SFC_Page_Height);
    width: 1250px;
    max-width: 1250px;
    margin-top: .5rem;
}
