/* support for BOL macro */

body .bol-year-clone {
    display:none;
    line-height: 0;
    position: relative;
    float: left;
}

body .bol-year {
    display:none;
}

body .info {
    display: flex;
    flex-direction: column-reverse;
}

body .info p {
    line-height: initial;
}

@media print, (min-width: 800px) {
    body .info {
        flex-direction: row;
        justify-content: space-between;
    }
    body .info-misc p {
        text-align: right;
    }
    body .bol-year-clone {
        display: initial;
    }
}


body #cv-pdf-icon {
    height: 1.2em;
    vertical-align:-.4ex;
    padding-left: .2em;
}

@media print {
    body #cv-pdf-icon {
        display: none;
    }
}


body #text-other-qual abbr {
    border-bottom-width: 0;
}

body #text-scholarship ul {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}

body #text-scholarship li {
    display: inline;
}
body #text-scholarship li:after {
    content: ", ";
}
body #text-scholarship li:last-child:after {
    content: "";
}


@media print {
    div[class="outline-2"]{
        page-break-before: auto;
        page-break-after: auto;
        page-break-inside: avoid;
    }
}

dl dt {font-weight: normal;}
