@font-face {
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/josefin-sans.woff2') format('woff2');
}

#header {
	line-height: 27px;
	background: white;
	position: fixed;
	left: 0;
	right: 0;
	height: 27px;
	padding: 5px;
	text-align: center;
}

#header {
	top: 0;
	border-bottom: 0.5px solid #721a10;
    z-index: 2;
}

#help {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: black;
	background: rgba(0, 0, 0, 0.75);
}

#help div {
	text-align: right;
	margin: 150px auto 0 auto;
	width: 400px;
	height: 90px;
	padding: 20px;
	color: black;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
	background: white;
}

#help ul {
	margin: 0;
	padding: 0 0 20px 20px;
	text-align: left;
	line-height: 15px;
}

#signin {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: white;
	z-index: 3;
}

#signin div {
	text-align: center;
	margin: 150px auto 0 auto;
	width: 400px;
	padding: 20px;
	color: #721a10;
	font: 30px 'Josefin Sans', sans-serif;
}

#signin .button {
	font-size: 20px;
	border: 1px solid #933b3b;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
}

#signinError {
	font-size: 15px;
	color: #933b3b;
}

#saveStatus {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #933b3b;
	color: white;
	padding: 8px 15px;
	font: 15px 'Josefin Sans', sans-serif;
	border-radius: 4px;
	z-index: 3;
}

a.button {
	display: inline-block;
	color: #933b3b;
    font: 15px "Josefin Sans";
	text-decoration: none;
	padding: 5px 15px;
	line-height: 15px;
	margin: 0 0 0 5px;
}

a.button:active {
	background: #D7D7D7;
}


body, td {
	color: black;
	margin: 0;
	font: 20px "Josefin Sans";
}

table {
	margin: 0 0;
	border-spacing: 0 0;
    width: 1300px;
}

td {
    border: none;
	padding: 3px 15px 20px 3px;
	text-align: right;
	vertical-align: top;
	width: 120px;
	height: 50px;
	cursor: pointer;
}

td span {
	margin-right: -10px;
}

td.extra {
   color: #721a10;
    width: 0px;
    position: relative;
    margin: 0;
	text-align: right;
	font:  30px 'Josefin Sans', sans-serif;
	line-height: 33px;
	cursor: auto;
    transform: rotate(270deg);
    overflow: visible;
    z-index: 1;
    border: none;
    left: 131px;
    top: 142px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}


td.shaded {
	background: #933b3b;
    color:#ffffff;
    border-right:1px solid #956363;
    border-bottom: 1px solid #956363;
    border-left: 1px solid #956363;
}

td.unshaded {
	background: #ffffff;
    color:#933b3b;
    border-right:1px solid #eadfdf;
    border-bottom: 1px solid #eadfdf;
    border-left: 1px solid #eadfdf;
}

td.today {
	border-left: 2px solid #933b3b;
	border-top: 2px solid #933b3b;
	border-right: 2px solid #933b3b;
	border-bottom: 2px solid #933b3b;
	padding-top: 1px;
	width: 116px;
}

textarea {
	display: block;
	width: 100%;
	overflow: auto;
    height: 30px;
	font: 11px 'Futura', 'Josefin Sans', sans-serif;
	resize: none;
    border: none;
}

textarea::-webkit-scrollbar{
    display: none;
}

textarea:focus {
	outline: none;
}

td.shaded textarea {
	background: #933b3b;
    color: white
}

td.unshaded textarea {
	background: white;
    color: #933b3b;
}

a:focus {
	outline: none;
}

.summaryOffscreen {
    position: relative;
    left: 600px;  /* Adjust this value based on your needs */
    border: none;
    border-right: none;
    border-bottom: none;
    width: 400px;
}
