.smem-tourDates .month-wrap h2.month-title { text-align:center; font-size:18px; font-weight:800; margin:2em 0 3em }
.smem-tourDates .month-wrap .date { display:flex; flex-direction:row; flex-wrap:nowrap; align-items: center; margin: 1em 0; font-size:16px; text-transform:none; color:#fff }
.smem-tourDates .month-wrap .date div.day { width: 20%; text-transform:uppercase; order:1 }
.smem-tourDates .month-wrap .date div.town { width: 30%; order:2 }
.smem-tourDates .month-wrap .date div.venue { width: 30%; order:3 }
.smem-tourDates .month-wrap .date div.ticketlinks-wrap { width: 20%; order:4 }
.smem-tourDates .month-wrap .date div.ticketlinks-wrap a { display: block; padding: 5px; border: 1px solid #fff; text-transform: uppercase; text-align: center; }
.smem-tourDates .month-wrap .date div.ticketlinks-wrap a:not(.sold_out):hover { background: #fff; color: #000; }
.smem-tourDates .month-wrap .date div.ticketlinks-wrap a.sold_out { color:red; text-transform:uppercase; text-decoration:line-through; cursor:not-allowed }
@media screen and (max-width: 992px) {
	.smem-tourDates .month-wrap .date { display:block; text-align: center; margin-top:2em; padding-bottom:1em; border-bottom:1px solid #565656; }
	.smem-tourDates .month-wrap .date div.day, .smem-tourDates .month-wrap .date div.town, .smem-tourDates .month-wrap .date div.venue { width: 100%; }
	.smem-tourDates .month-wrap .date div.ticketlinks-wrap { width: 100%; text-transform:uppercase; margin:10px 0; }
}