hr {
    border-top: 1px dashed rgba(0,0,0,.1);
}

body {
    background: url(/public/images/warning_ptrn.png);
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: grayscale(1);
}