    header {
      overflow: clear;
      position: relative;
    }
    h2 {
      font-family: 'PT Sans Narrow', sans-serif;
      font-size: 30px;
      font-weight: 700;
      color: blue;
      margin: 0 auto 10px;
      text-align: center;
	
    }
    text {
      position: absolute;
      top: -4px;
      font-family: 'PT Sans', sans-serif;
}
.mond {
      font-size: 22px;
	color: yellow;
	padding: 10px;
      width: 100px;
    }
.mond:hover {
	background-color: blue; 
	color: yellow;
}
.dayw {
      font-size: 25px;
      width: 100px;
	color: yellow;
    }
.day {
      font-size: 25px;
      width: 100px;
    }
    .tablm {
      background: #7C0A76;
	border: 0px;
	border-color: #000000;
      border-collapse: collapse;
      font-family: 'Arial', sans-serif;
      font-size: 15px;
      width: 50%;
    }
    .tabld {
      background: #7C0A76;
      //border-collapse: collapse;
      font-family: 'PT Sans', sans-serif;
      font-size: 10px;
      width: 50%;
    }
    td {
      color: #444;
      line-height: 22px;
      text-align: center;
    }
    tr:first-child td {
      color: #222;
      font-weight: 700;
    }
