.find-stores-dropdown-wrapper .select2.select2-container {
    width: 400px !important;
    max-width: 90%;
}
.so-stores-owned-container .jet-listing-dynamic-repeater__items {
    flex-flow: wrap;
}
#overview-reports-wrapper .jet-listing-dynamic-repeater__items {
    flex-wrap: wrap;
    justify-content: center;
}
#overview-reports-wrapper .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item:first-child {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 15px;
}
#overview-reports-wrapper .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item:first-child a {
    display: inline-block;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55em;
    background-color: #0064A8;
    padding: 12px 24px;
    border-radius: 3px;
    color: #FFF;
}
#overview-reports-wrapper .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item:first-child a:after {
    content: " National Progress Report";
}

#overview-reports-wrapper .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item:not(:first-child) a {
    display: inline;
    font-weight: bold;
}
#overview-reports-wrapper .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item:not(:first-child):after {
    content: ",";
    margin-right: 5px;
}

#overview-reports-wrapper .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item:last-child:after {
    content: "";
}