body {
    font-family: sans-serif;
    font-size: 18px;
    padding: 0;
    background-color: rgb(255, 255, 225);
}
button {
  display: block;
  cursor: pointer;
  outline: none;
  border: none;
  color: black;
  background-color: rgb(255, 255, 225);
  color: white;
  background-color: blue;
  padding: 5px 10px;
  border-radius: 30px;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1000px) {
body {
    font-size: 22px;
}
button {  
	padding: 10px 20px;
	font-size: 150%;
}
#edit-detail {
	font-size:24px;
}
}

.title {
    margin: 10px 0;
    cursor: default;
}
.tbl {
    display: inline-block;
    width: 80%;
    zheight: 90%;
}
.row {
    white-space: nowrap;
}
.cell {
    width: 14%;
    display: inline-block;
    margin: 3px 1px;
    min-width: 100px;
}
.hdr {
    background-color: lightgray;
    text-align: center;
    padding: 6px 0;
    cursor: default;
}
.day {
    background-color: gray;
}
.day-title {
    text-align: center;
    background-color: khaki;
    font-size: 16px;
    color: black;
    cursor: default;
}
.day-content {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    cursor: not-allowed;
    position: relative;
}
.day-text {
    background-color: transparent;
    color: lightgray;
    margin-top: 20px;
    white-space: normal;
    ztext-align: center;
    display: table-cell;
    overflow: visible;
    cursor: not-allowed;
    padding: 4px;
}
.day-text-soon {
    background-color: transparent;
    color: lightgray;
    text-align: center;
    vertical-align: middle;
}
.day-text-active {
    background-color: transparent;
    color: white;
}
.day-text-active-word {
    background-color: black;
    display: inline-block;
    padding: 0 2px;
}
.clickable {
    cursor: pointer;
}
.day-new {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}
.moreinfo {
    color: blue;
    cursor: pointer;
}
.edit-hint {
	font-size: 80%;
}
.eu22-hdr {
	background-color: black;
	width: 100%;
	z-index:2;
    height:100px;
    position: fixed;  	
	top: 0;
	left: 0;
	margin: 0;
}
.eu22-hdr-back {
	margin-top: 20px;
	margin-left: 20px;
}
.eu22-title {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
    color: rgb(255, 255, 225);
}
.eu22-cont {
	margin-top: 110px;
}
@media only screen and (max-width: 1000px) {
.mobile-text {
	font-size: 200%;
}
.mobile-edit {
	font-size: 200%;
}
.eu22-hdr {
    height:170px;
}
.eu22-cont {
	margin-top: 180px;
}
}

#day-pic-img-title {
	margin-bottom:6px;
	font-style: italic;
}
.zeu22btn {
	outline: none;
	background: none;
	background-color: blue;
}

