@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Mono&display=swap');

body {
    /* hide body until font awesome svgs have been replaced */
    display: none;
    font-family: 'Open Sans', sans-serif;
}

a {
    white-space: nowrap;
}

.fa--disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.feedback-nav-wrapper {
    min-height: 61px;
}

.fontawesome-i2svg-active body {
    /* show body once font awesome svgs have been replaced */
    display: block;
}

.font__mono {
    font-family: 'Roboto Mono', monospace;
}

.logged--in {
    color: greenyellow;
}

.logged--out {
    color: darkorange;
}

.navbar {
    min-height: 56px;
}

.strikethrough {
    text-decoration: line-through;
}

.tag {
    display: inline-block;
    padding: .25em .4em;
    /*font-size: 75%;*/
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    /*!*border-radius: .25rem;*!*/
}

.tag-primary {
    color: #fff;
    background-color: rgba(87,87,87,.6);
}

.tag-user {
    color: #fff;
    background-color: rgba(0,122,255,.6);
}