/*--------------------------------------------------------------
Roots
--------------------------------------------------------------*/
:root {
    --c1-md: #000;
}

/*--------------------------------------------------------------
Styles
--------------------------------------------------------------*/
.fb-mdplugin {	font-weight: 700;}

.row.mini-md {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
}

.list ul {  margin: 0.5rem 0 1.6rem .8rem;}
.list ul li {margin: 0;padding-left: 0; list-style: none;}

.list ul li:before {
    content: "-";
    position: relative;
    left: -.8rem;
}
.border-black { border-color: var(--c1-md) !important; }
