@media screen and (min-width: 800px) {
div#cwb-media_card_container > div {
    flex-basis: 50%;
    max-width: 50% !important;
    min-width: 50%;
    margin-bottom: 2rem;
}
}

.cwb-media_card__flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 16px;
}

@media (max-width: 580px)
div#cwb-media_card_container > div {
    min-width: 100%;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

table tr td {
    background-color: transparent;
}


@media only screen and (max-width: 600px){
strong {
    font-size: 14px;
}
td {
    font-size: 14px;
}
}