.list-two-col-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.list-two-col-wrapper ul li {
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    padding: 4px;
}

.list-two-col-wrapper ul li:nth-child(even) {
    background: rgba(170, 170, 170, 0.31);
}

.export-top-bar {
    display: flex;
    justify-content: flex-end;
    padding: .75rem;
}

.export-top-bar a {
    background: white;
}

.list-two-col-wrapper ul {
    height: 400px;
    /*width: 350px;*/
    background: white;
    overflow-x: scroll;
    padding: 35px;
    position: relative;
}

.center-flex-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-flex-col button {
    margin: 15px;
    box-shadow: none;
}

.floatabove-chart {
    position: absolute;
    bottom: 0;
    right: 0;
}

.finalize-button {
    margin-left: 73%;
    color: white;
    background: #2bbe69;
    text-decoration: none !important;
    cursor: pointer;
    width: 9.06rem;
    height: 3.6rem;
    font-weight: 900;
    line-height: 3.6rem;
    font-size: 0.9rem;
    padding: 0 0.5rem;
    text-align: center;
    position: relative;
    border-radius: 4px;
    border: none;
    display: inline-block;
}

.finalize-button i {
    margin-right: 8px;
}

@media screen and (max-width: 991px) {
    .center-flex-col, .list-two-col-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

