/* ========================================================================== Date List ========================================================================== */
.a-DateList { list-style: none; margin: 0; padding: 0; }

.a-DateList-item { min-height: 64px; padding: 16px 12px; }

.a-DateList-item:first-child { border-top: none; }

.a-DateList-item .a-MediaBlock-content { line-height: 0; }

.a-DateList-date, .a-DateList-icon { display: block; width: 32px; height: 32px; border-radius: 100%; text-align: center; background-color: #fff; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset; }

.a-DateList-icon { padding: 8px; }

.a-DateList-day { font-size: 14px; display: block; line-height: 1; padding-top: 4px; }

.a-DateList-month { font-size: 8px; display: block; line-height: 10px; padding-bottom: 4px; text-transform: uppercase; }

.a-DateList-desc { display: block; font-size: 12px; line-height: 16px; }

.a-DateList-attribute { display: inline-block; font-size: 11px; line-height: 16px; margin-right: 16px; vertical-align: top; }

.a-DateList-attribute--tag { background-color: #F8F8F8; padding: 0 8px; border-radius: 2px; }
