ul,li{list-style: none;}
	#loading {
		display: none;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	#calendar {
		max-width: 900px;
		margin: 0 auto;
	}

@media screen and (max-width: 480px) {
  table {
    border: none;
  }
  table thead {
    display: none;
  }
  table tr {
    display: block;
  }
  table td {
    display: block;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}