
div.section {

    position: relative;

    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;

    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;

    border-collapse: collapse;

    border-left-color: #CDCDCD;
    border-left-style: solid;
    border-left-width: 1px;

    border-right-color: #CDCDCD;
    border-right-style: solid;
    border-right-width: 1px;

    border-top-color: #CDCDCD;
    border-top-style: solid;
    border-top-width: 1px;

    border-bottom-color: #CDCDCD;
    border-bottom-style: solid;
    border-bottom-width: 1px;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    background-color: inherit;
}

.section-title-left-top {
    float: left;
    position: relative;

    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;

    margin-top: -20px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 0px;
    background-color: #fff;
    border: none;

}

.section-title-right-top {
    float: right;
    position: relative;

    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;

    margin-top: -20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    background-color: inherit;
    border: none;
}

/*# sourceMappingURL=sections.css-36bb69c8402cd611935f5a32cf8f64e3b6d05cd5784427654555addf5a74770a.map */
