﻿html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#Dashboard {
    height: calc(100% - 20px) !important;
}

a {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI", Arial;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #0366d6;
    text-decoration: none;
    margin-left: 3px;
}

    a:hover {
        text-decoration: underline;
    }
