a.abutton {
    background-color: #eee;
    color: black;
    border: 1px solid black;
    border-radius: 2px;
    padding: 1px 5px;
    margin: 2px;
    text-decoration: none;
}

a.external {
    padding-right: 16px;
    background-image: url(/image/icon/external-link.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 12px;
}

a#export_csv {
    margin-left: 1em;
}

time {
    padding: 5px 5px 5px 25px;
    background: #eee url(/image/icon/calendar.svg) no-repeat 5px;
    background-size: 15px;
    cursor: pointer;
    border: 1px solid #aaa;
    display: inline-block;
    border-radius: 5px;
}

.hidden, .hidden * {
    text-decoration: line-through;
    color: #bbb !important;
}

.smart-select {
    display: inline-block;
    width: 30em;
}
    .smart-select.narrow {
        width: 10em;
    }
    .smart-select.wide {
        width: 50em;
    }

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

span.hlp {
    display: none;
}
