* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html {
    font-size: 16px; /* 1rem */
}
body {
    font-size: 1rem;
    line-height: 1.3;
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
a, a:visited {
    color: inherit;
    text-decoration: none;
}
a.link, a.link:visited {
    color: blue;
}
.circle {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid white;
}
.text-small {
    font-size: 0.9rem;
}
.text-ultra-small {
    font-size: 0.7rem;
}
label {
    color: rgba(141, 141, 141, 1.00);
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 300;
    padding-left: 5px;
}
.nav-link {
    color: black;
}
.nav-link.active {
    font-weight: 700;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 0.7rem;
    color: rgba(141, 141, 141, 1.00) !important;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 0.7rem;
    color: rgba(141, 141, 141, 1.00) !important;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 0.7rem;
    color: rgba(141, 141, 141, 1.00) !important;
}
.td-fit {
    width: 1%;
    white-space: nowrap;
}
.pointer {
    cursor: pointer;
}
input:invalid, input:required:invalid {
    border-color: darkred;
    background-color: mistyrose;
}
fieldset, legend {
    all: revert;
}
fieldset {
    border: 1px solid gainsboro;
    padding: 5px;
    background-color: ghostwhite;
}
legend {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 0.7rem;
    padding: 3px 5px 3px 7px;
    width: auto;
}
.podcastserie,
.kategori {
    border-radius: 5px;
    border: thin solid #B8B8B8;
    padding: 4px;
    margin: 4px;
    background-color: #DCF3F2;
    font-size: 11px;
}
.site-tag {
    border-radius: 5px;
    border: thin solid #B8B8B8;
}
