body {
    min-width: 300px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

h1 {
    font-size: 110%;
    color: #3378ee;
}


th, td {
    text-align: left;
}

button {
    text-align:center;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 85%;
    color: #FFF;
    background: #3378ee;
    padding: 5px 5px;
    margin:12px 0px;
    display: inline-block;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
    transition: all 0.1s ease;
}

button:hover {
    background: #3265c9;
}