h3, .h3 {
    /*härmat från dxChart header*/
    white-space: pre;
    font-size: 20px;
    font-family: Roboto, RobotoFallback, Helvetica, Arial, sans-serif;
    font-weight: 500;
    fill: rgba(0, 0, 0, 0.87);
}

a {
    color: var(--metrum-accent);
    text-decoration: none;
}

    a:hover {
        color: var(--metrum-accent);
        cursor: pointer;
        opacity: .8;
    }

.metrum-closable-panel {
    position: relative;
}

.metrum-link {
    color: slategray;
    font-weight: bold;
    white-space: nowrap;
}

.align-with-text {
    /*vertical-align: sub;*/
    margin-top: 4px;
}
.align-content-bottom {
    align-content: end;
}

.relative {
    position: relative;
}

.absolute-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.smaller-text {
    font-size: smaller;
}
/*
.metrum-caption {
    color: #123a61;
    font-weight: bold;
}


.metrum-iconWithCounter {
    cursor: default;
}

    .metrum-iconWithCounter.counter {
        font-size: smaller;
    }

.metrum-helpLetterI {
    margin-left: 10px;
    font-size: small;
    font-weight: normal;
}

.metrum-expandButton {
    margin-left: 30px;
    font-size: smaller;
}

    .metrum-expandButton i {
        font-weight: 300;
        font-size: small;
    }

.metrum-centeredMessage {
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}



.metrum-infoBox {
    background-color: #eee3;
    border: solid 0.5px #ccc;
    display: inline-block;
    border-radius: 3px;
    padding: 5px 6px 4px 6px;
    overflow-wrap: break-word;
}*/
