div:not(.not-bold)>label:first-child {
    font-weight: bold;
    font-size: large;
}

div.not-bold>label:first-child .form-check-inline {
    margin-right: .25rem;
}

#app tbody img {
    width: 300px;
}

iconify-icon {
    transform: scale(2);
}