.md-cs-text mark,
.markdown-cs-text mark {
    background-color: transparent !important;
}

.md-cs-wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.md-cs-left {
    text-align: left;
}

.md-cs-center {
    text-align: center;
}

.md-cs-right {
    text-align: right;
}

.md-cs-text {
    margin: 0;
    padding: 0;
    color: inherit;
}

.md-cs-text a,
.markdown-cs-text a {
    color: #990000 !important;
    text-decoration: underline;
    text-decoration-color: #990000 !important;
}

.md-cs-text a:hover,
.markdown-cs-text a:hover {
    color: #7a0000 !important; 
    text-decoration-color: #7a0000 !important;
}