html {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 8px;
  font-weight: normal;
  min-width:1440px;
  overflow-x:auto;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

table.class-schedule {
	border: 1px solid #000;
	border-collapse: collapse;
    table-layout: fixed;
    width:100%;
    min-width:1440px;
}

table.class-schedule th, table.class-schedule td {
	padding:0.25em;
	border:1px solid #000;
	word-break: break-word;
    vertical-align:middle;
}

table.class-schedule th {
		text-align:center;
}

table.class-schedule th:first-of-type {
	background-color:#92D050;
		text-align:left;
}

table.class-schedule th {
	background-color:#FFC000;
}

table.class-schedule tr td:first-of-type {
	background-color:#FFC000;
    font-weight:700;
    
}

table.class-schedule tr:nth-child(odd) td {
    background:#CCC;
}

table.class-schedule tr td {
    width:auto;
}

table.class-schedule tr th:first-child {
    white-space: nowrap;
    width:120px !important;
}

.nospan {
    
}
