﻿/* from wayne */

.expert__current__topics {
    grid-area: current;
    padding: 1em;
    margin-bottom: 1em;
    background-color: #eee;
}

    .expert__current__topics h3 {
        margin-top: 0.5em;
    }

.expert__current__topics__title {
    font-weight: 700;
    border-bottom: 1px solid;
    margin-bottom: .5rem;
    color: black !important;
    margin-top: 0.5em !important;
}

.expert__current__topics ul {
    margin-bottom: 0 !important;
    margin-left: 0;
}

    .expert__current__topics ul li {
        list-style: none;
        padding-bottom: .5rem;
    }

@media only screen and (min-width:768px) {
    .expert__current__topics {
        margin-bottom: inherit;
    }
}
