button {
    background-size: 48px;
    border-radius: 100%;
    border: none;
}

a.fa:link {
    color: black;
}

/* visited link */
a.fa:visited {
    color: black;
}

/* mouse over link */
a.fa:hover {
    color: black;
}

/* selected link */
a.fa:active {
    color: black;
}

.clink {
    line-height: 2em;
    border-bottom: dotted 1px black;
}

a.lead:link {
    color: black;
}
/* visited link */
a.lead:visited {
    color: black;
    text-decoration-style: dotted;
}

/* mouse over link */
a.lead:hover {
    color: black;
    font-weight: bold;
    text-decoration-style: dotted;
}

/* selected link */
a.lead:active {
    color: black;
    text-decoration-style: dotted;
}

.tooltip > .tooltip-inner {
	max-width: 300px;
    background-color: #30a7e6; 
    color: #FFFFFF; 
    border: 1px solid #2c7ad2; 
    padding: 10px;
    font-size: 14px;
    text-align: left;
}

.status {
    display: flex;
    float: left
    line-height: 1;
    color: #A71212;
    font-weight: bold;
}