.mybold {
    font-weight: bold;
    width: 100px;
    display: inline-block;
}

audio {
    height: 30px;
    display: block;
    margin: 10px 0;
}

iframe {
    width: 100%;
    height: 95vh;
}

.revive {
    cursor: pointer;
}

.content-header > .breadcrumb > li + li:before {
    content: '|\00a0';
}
.actions .btn {
    text-align: left;
}