@charset 'UTF-8';

html {
    background-color: lavender;
}
body {
    background-color: white;
}
header {
    border-left: 2vw double rgb(112,112,207);
    margin-top: 0;
}
header a {
    display: inline-block;
    color: #444;
    width: auto;
    max-width: initial;
    height: 2em;
    background-color: inherit;
    box-sizing: border-box;
    border: none;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    text-shadow: 0px 0px 4px silver;
    line-height: 2.2em;
    margin: 0.5em 1em;
}
h1 {
    position: static;
    background-color: #9f9fdf;
    font-weight: bold;
}
h1 > span {
    position: static;
    font-family: 'Georgia';
    font-size: inherit;
    font-weight: lighter;
    margin-left: 0.5em;
}
h1 + p {
    position: relative;
    color: aliceblue;
    background-color: #9f9fdf;
    text-indent: 0;
    padding: 0;
    padding-left: 4vw;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}
h1 + p > span {
    color: white;
    position: absolute;
    font-family: monospace;
    font-size: small;
    right: 1em;
    bottom: 1em;
}
h2 {
    border-color: #9f9fdf;
}
h3 {
    border-color: #3c3c84;
    margin-top: 1.2em;
}
dl.chart dd {
    color: #444;
    text-indent: 0;
    margin-bottom: 1em;
}
dl.chart dt {
    display: inline-block;
    font-size: medium;
    border-bottom: 1px solid #3c3c84;
    line-height: 1;
    margin-bottom: 0.3em;
    padding: 0 1em;
    float: none;
}
dl.chart + p {
    font-size: smaller;
}
img.banner {
    vertical-align: top;
    margin-left: 0.5em;
}
label {
    margin-left: 1em;
}
footer {
    margin-bottom: 0;
}
.calendar {
    background-color: #f1f1f1;
    padding: 1em;
}
.calendar > p {
    padding: 0 1em 0.5em;
}
.calendar > div {
    display: flex;
    border: 1px solid silver;
    border-bottom: none;
    border-right: none;
    justify-content: space-around;
}
.calendar > div > div {
    color: gray;
    width: 100%;
    height: auto;
    line-height: 2;
    border: 1px solid silver;
    border-top: none;
    border-left: none;
    font-weight: bold;
    text-indent: 1em;
}
.calendar > div:nth-child(2) {
    background-color: silver;
}
.calendar > div:nth-child(2) > div {
    color: snow;
    border-color: white;
    text-align: center;
    text-indent: 0;
}
.calendar > div > div.today {
    color: orange;
    text-indent: 0.5em;
}
.calendar > div > div.today:before {
    content: "★";
    color: gold;
}
.calendar > div:nth-child(2) > div:first-child {
    color: snow;
    background-color: darksalmon;
}
.calendar > div:nth-child(2) > div:last-child {
    color: snow;
    background-color: skyblue;
}
span.color {
    display: inline-block;
    text-indent: 0;
    line-height: 1.5;
    margin-top: 1em;
    margin-right: 0.5em;
    padding: 0.3em;
}
.calendar > div > div.a {
    background: linear-gradient(to bottom, white 0%, white 2em, #e0ffe0 2em, #e0ffe0 100%);
}
span.a,
.calendar > div > div > div.a {
    background-color: #e0ffe0;
}
.calendar > div > div.b {
    background: linear-gradient(to bottom, white 0%, white 2em, azure 2em, azure 100%);
}
span.b,
.calendar > div > div > div.b {
    background-color: azure;
}
.calendar > div > div.c {
    background: linear-gradient(to bottom, white 0%, white 2em, oldlace 2em, oldlace 100%);
}
/* white was #f1f1f1 */
span.c,
.calendar > div > div > div.c {
    background-color: oldlace;
}
.calendar > div > div.d {
    background: linear-gradient(to bottom, white 0%, white 2em, silver 2em, silver 100%);
}
/* white was #f1f1f1 */
span.d,
.calendar > div > div > div.d {
    background-color: silver;
}
.calendar > div > div > div.d {
    background-color: #f1f1f1;
}
.calendar > div > div > div {
    color: gray;
    font-size: smaller;
    box-sizing: border-box;
    margin-right: 1px;
    padding: 0.5em;
}
.calendar > div > div > div > h4 {
    position: relative;
    display: block;
    height: 1.5em;
    background-size: contain;
    background-color: inherit;
    background-repeat: no-repeat;
    background-position-x: 0.5em;
    border: none;
    color: black;
    font-weight: light;
    text-shadow: 0px 0px 1px grey;
    text-indent: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    padding-left: 2.5em;
}
.calendar > div > div > div > h4.a {
    background-color: #e0ffe0;
    border: 4px solid #e0ffe0;
}
.calendar > div > div > div > h4.b {
    background-color: azure;
    border: 4px solid azure;
}
.calendar > div > div > div > h4.c {
    background-color: oldlace;
    border: 4px solid oldlace;
}
.calendar > div > div > div > h4 > span {
    position: absolute;
}
.calendar > div > div > div > a {
    display: block;
    color: steelblue;
    text-indent: 0;
    text-shadow: 0px 0px 1px steelblue;
    line-height: 1.5;
    font-weight: lighter;
    margin-top: 0.5em;
}
.calendar > div > div > div > a:after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-image: url(./i/icon_open.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-left: 0.2em;
}
.calendar > div > div > div > a:hover {
    opacity: 0.5;
    text-decoration: none;
}
.calendar > div > div > div > span {
    display: inline-block;
    line-height: 1.5;
    text-indent: 0;
    font-weight: lighter;
    text-shadow: 0px 0px 2px;
    margin-top: 0.5em;
}
.voted {
    width: 65vw;
    background-color: white;
    border: 2px ridge silver;
    margin: 1em auto 0;
    padding: 0.5em;
}
.voted h5 {
    text-align: center;
    border-bottom: 1px solid steelblue;
    margin: 0;
}
.voted p {
    text-align: center;
    font-size: small;
    margin-top: 0.5em;
    padding: 0;
}
.voted small {
    display: block;
}
.hash {
    color: rgb(29,161,242);
}
@media screen and (max-width: 989px) {
    .calendar > div {
	border: none;
    }
    .calendar > div:nth-child(2) {
	 display: none;
    }
    .calendar > div > div {
	border: 4px outset silver;
	margin-top: 6px;
    }
    .calendar > div {
	display: block;
    }
    .sil {
	display: none;
    }
}