﻿
.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;
}

.green-bg {
    background-color: #144F37;
}

.gray-bg {
    background-color: #F0F0F0;
}

.white-fill svg {
    fill: #FFFFFF;
}

.green-fill svg {
    fill: #144F37;
}

.gray-fill svg {
    fill: #F0F0F0;
}