﻿@charset "utf-8";

html{
	overflow-y: scroll;
}

body{
	background-color:#b0c4de;
	text-align: center;
}

#nikki{
	cursor:pointer;
	text-decoration:underline;
}

a,a:hover,a:visited{
	color:blue;
	text-decoration: none;
}

.underline{

text-decoration:underline solid #000000;
text-decoration-thickness: 2px;
text-underline-offset: 0.5em;

}

#day
{
    background-color: #666666;
    color: #ffffff;
    margin-top: 1em;
    padding-left: 0.5em;
    font-weight: bold;
}
#ele
{
   margin-top: 0.5em;
    
}

.canvas
{
    border: solid 1px blue;
    padding: 8px;
    margin: 0 auto;
    width: 600px;
    height: 450px;
}

details
{
    border: 1px solid black;
    margin: auto;
    width: 800px;
    border-radius: 5px;
}

summary
{
    font-weight: bold;
    margin: auto;
    width: auto;
    cursor: pointer;
    padding: 0.5em;
}


details[open] summary
{
    border-bottom: 1px solid black;
    width: auto;
    margin-bottom: 0.5em;
}

