.calenderList table,
.calenderList tbody,
.calenderList tr,
.calenderList th,
.calenderList td{ display: block;}
.calenderList table tr:first-of-type{ display: none;}
.calenderList th,
.calenderList td{ border: none;}
.calenderList th{ padding: 10px;}
.calenderList td{
 width: 100%;
 line-height: 2.2rem;
}
.calenderList tr td:nth-of-type(1){ padding: 15px 20px 0;}
.calenderList tr td:nth-of-type(2){ padding: 0 20px 15px;}

.calenderList section p{ margin-top: 40px;}

