body {
    height: auto;
    margin: 0;
}

p {
    text-align: center;
    margin: auto;
    font-family: "Abel";
    font-size: 30pt;
}

.project-form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

input[type=button], input[type=submit], select {
    background: #FFF;
    margin: 0.2em;
    border: 3px solid black;
    border-radius: 15px;
    font-family: Abel;
    font-size: 30pt;
}

input[type=button]:hover, input[type=submit]:hover {
    background: #EAEAEA;
}

input[type=text], input[type=password], input[type=email] {
    border: none;
    border-bottom: 3px solid black;
    padding: 8px;
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 20pt;
    text-align: center;
    width: 10em;
}

input[type=email] {
    width: 16em;
}

input[type=color] {
    border: none;
    margin-top: 1.5em;
    margin-bottom: 2em;
    height: 64px;
    width: 80px;
}

.project-graph {
    text-align: center;
    margin: auto;
    font-family: "Abel";
    font-size: 30pt;
}

div.table {
    margin: auto;
    display: table;
    text-align: left;
    border-spacing: 0;
}

form.tr, div.tr {
    display: table-row;
    font-size: 14pt;
}

span.td, span.th, form.td {
    display: table-cell;
    border: 2px solid #DDD;
    padding: 0.3em 0.6em;
    border-right: 0;
    vertical-align: middle;
}

span.td, form.td {
    border-top: 0;
}

span.th {
    border-bottom: 2px solid #AAA;
    font-weight: bold;
    font-size: 16pt;
}

span.td p {
    font-size: 14pt;
    text-align: left;
}

span.th p {
    text-align: left;
    font-size: 16pt;
}

div.table select, div.table input {
    font-size: 14pt;
}

span.th:last-child,
span.td:last-child,
form.td:last-child {
    border-right: 2px solid #DDD;
}

        form.click-form:target + div.click-form-cover, form.click-form {
            display: none;
        }

        form.click-form:target, div.click-form-cover {
            display: table-row;
        }
