nav.is-fixed-top {
    box-shadow: 0px 44px 22px 0px rgba(1, 50, 70, 0.1);
}

pre.taskdescription {
    white-space: pre-line;
    font-family: sans-serif;
}

div.taskdeets > div.cell > dl > dt {
    font-weight: bold;
}

table td > pre {
    padding: 0px;
    font-weight: bold;
}

table td.actionribbon {
    padding: 0px;
}

dialog {
    border-color: hsl(217, 71%, 53%);
    border-radius: 0.6rem;
    box-shadow: 0 0 1em hsl(217, 71%, 53%);
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
}

@keyframes headshake {
    20% {
        transform: translateX(-6px);
    }
    40% {
        transform: translateX(6px);
    }
    60% {
        transform: translateX(-6px);
    }
    80% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(-6px);
    }
}

.headshake {
    animation: headshake 600ms ease-in-out;
}

.taskdescriptionwrapper {
    position: relative;
}

.taskdescription-edit {
    position: absolute;
    bottom: 0;
    right: 0;
}

footer.card-footer {
    padding-top: 1rem;
}

@media screen and (max-width: 1023px) {
    #navbar-menu.navbar-menu.is-active > div.navbar-end {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}
