html, body {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    font-family: 'Source Sans Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
img#logo {
    width:600px;
    height:600px;
    max-width:100%;
}
body {
    display:flex;
    flex-direction:column;
    color:#202020;
    /* font-size: 10pt; */
}
.row {
    display:flex;
    flex-direction:row;
    margin-bottom:.625rem;
}
.flex-center { justify-content:center; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.col {
    flex:1;
    padding:.625rem;
    margin:.315rem;
}
a {
    text-decoration:none;
    color:#101080;
}
.separator { border-left: 1px solid #aaa; }