/** CSS file for third party style fixes **/

body {
    color: black !important;
    font-size: 16px !important;
    line-height: initial !important;
}

#topLine {
    img, svg {
        vertical-align: initial;
    }
}