@charset "utf-8";

main h1 {
    background-color: #BAE780;
    color: #3B851B;
}

main h3 {
    background-color: #03C000;
    color: #ffffff;
}

table.define th,
table.define td{
	padding:4px 5px 3px;
	border:1px solid #ccc;
	line-height:1.2em;
}

table.define th{
	font-weight:normal;
	background:#eee;
}

nav ul li a:hover {
    text-decoration: underline double;
}

.header {
    height: 60px;
    position: fixed;
    width: 80%;
    background-color: #ffffff;
    top: 0;
    border-bottom: 1px double #333333;
}

.sidebar {
    display: flex;
    flex-direction: row;
    padding-top: 55px;
    font-size: 13px;
}

aside {
    box-sizing: border-box;
    top: 61px;
    height: 100%;
    width: 20%;
    position: fixed;
    overflow: auto;
    background-color: #f5f5f5;
    padding-bottom: 5%;
}

main {
    width: 80%;
    align: center;
}

main img {
    border: 1.5px solid #5371dd;
}

.scroll {
    padding-top: 0px;
}

main h1 {
    background-color: silver;
}

.footer {
    background-color: silver;
    text-align: center;
    margin-left: 21%;
    margin-top: 1%;
}

address {
    font-size: 13px;
}