form .errors ul {
    list-style-type: none;
    font-size: small;
    color: red;
    padding: 0;
}

table .sorted.asc::after {
    content: '▲';
}

table .sorted.desc::after {
    content: '▼';
}

.feature-box {
    margin: 0 auto;
    text-align: center;
}

.feature-box .glyphicon {
    font-size: 10em;
    color: #3a1b82;
}

.expired {
    font-style: italic;
}

