html * {
    font-size: 16px;
    line-height: 1.625;
    font-family: Nunito, sans-serif;
}
    
h1 {
    font-size: 22px;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

table td {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
    border: 1px solid #ddd;
}

button {
    border: 1px solid #777;
    background: #04AA6D;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

input[type=text], input[type="password"], input[type="email"], select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
}

.mid {
    vertical-align:middle
}