﻿
.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);
}

.divider.white-bg {
    background-color: #FFFFFF;
}

.divider.blue-bg {
    background-color: #001F60;
}

.divider.gray-bg {
    background-color: #F0F0F0;
}

.divider.white-fill svg {
    fill: #FFFFFF;
}

.divider.blue-fill svg {
    fill: #001F60;
}

.divider.gray-fill svg {
    fill: #F0F0F0;
}
