table.browse_date {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 2rem;
}

.browse_date .no_articles { border: none; }
.browse_date .available { border: solid #a04004 1px; }
.browse_date .selected { border: solid #036c70 1px; background: #036c70; }

.browse_date th { text-align: center; }

.browse_date td { height: 100%; text-align: center; }
.browse_date td a { display: inline-block; height: 100%; width: 100%; }

.browse_date .available span.count { color: #333; }
.browse_date .selected span.count { color: white; }
