﻿
.divider-bottom, .divider-top {
    position: relative;
    width: 100%;
    height: 32px;
    overflow: hidden;
}

    .divider-bottom svg {
        position: absolute;
        top: -2px;
        left: 0;
        width: 100%;
        height: 32px;
    }

    .divider-top svg {
        position: absolute;
        right: 0;
        bottom: -2px;
        width: 100%;
        height: 32px;
        transform: scale(-1,-1);
    }

.white-bg {
    background-color: #FFFFFF;
}

.blue-bg {
    background-color: #c5d6e4;
}

.green-bg {
    background-color: #e3ecc5;
}

.white-fill svg {
    fill: #FFFFFF;
}

.green-fill svg {
    fill: #e3ecc5;
}