﻿@charset "UTF-8";

/* - header - */
header{
    margin: 30px 0px 15px 15px;
    font-size: 18px;
    font-family:monospace;
    font-weight: bold;
}

/* - main - */
main .logo{
    margin: 50px;
    display:flex;
    justify-content: center;
}
main{
    font-family:'Helvetica',monospace;
    font-size: 16px;
    margin-bottom: 100px;
}
/* -aside content- */
aside{
    display:flex;
    flex-direction: column;
    justify-content: center;
}

section {
    display:flex;
    justify-content:flex-start;
    margin-left: auto;
    margin-right: auto;
}
section p{
    padding: 0px 5px 0px 30px; 
}
section div{
    margin:10px; 
    width:500px;
}


/* -table- */
table {
    width:100%;
}
table,
table th,
table td{
    border:solid 1px #ccc;
    border-collapse: collapse;
    padding: 15px;
}
table tr:nth-child(4) td:first-child {
    width: 100px;
    padding: 15px 0px 5px 15px;
    border-right: hidden;
    border-bottom: hidden;
}
table tr:nth-child(4) td:nth-child(2) {
    padding: 15px 15px 5px 0px;
    border-bottom: hidden;
}
table tr:nth-child(5) td:first-child{
    width: 100px;
    padding: 5px 0px 15px 15px;
    border-right: hidden;
}
table tr:nth-child(5) td:nth-child(2) {
    padding: 5px 15px 15px 0px;    
}
.table{
    padding-left:15px;
    padding-bottom: 30px;
}
li{
    padding-bottom: 10px;
}

footer{
    padding-top: 10px;
    padding-bottom: 1px;
    background-color: rgb(236, 235, 235);
    display:flex;
    flex-direction: column;
}
footer div{
    width: 400px;
    display:flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}
footer div h5{
    margin-top:5px;
    margin-bottom: 5px;
}
footer div p{
    margin-top: 5px;
    font-size: small;
    display:flex;
    justify-content: center;
}
footer small{
    font-size: x-small;
    display:flex;
    justify-content: center;
}