.item-action-buttons {
    display: none;
}

@media print{
    body *:not(#printed):not(#printed *){
        visibility: hidden;
    }

    #printed{
        position: absolute;
        top: 0;
        left: 0;
    }
}

label span {
  font-size: 1rem;
}

label.error {
    color: red;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

input.error, textarea.error {
    border: 1px dashed red;
    font-weight: 200;
    color: red;
}

[type="submit"], [type="reset"], button, html [type="button"] {
    margin-left: 0;
    border-radius: 0;
    background: black;
    color: white;
    border: none;
    font-weight: 300;
    padding: 10px 0;
    line-height: 1;
}
