body {
    margin: 0;
    padding: 0;
    font-family: Source Sans Pro, Helvetica Neue, Arial, sans-serif;
    font-size: small;
}

.app-nav {
    text-align: right;
    margin: 25px;
}

.app-nav a {
    padding: 12px;
    color: #34495e;
    text-decoration: none;
    font-size: 16px;
    width: 200px;
    text-align: center;
    transition: color .3s;
}

.app-nav a:hover {
    color: #42b983;
}

.app-nav a.active, .app-nav--current {
    border-bottom: 2px solid #42b983;
}

/*
img[alt=RefreshTokenFlow] { width: 60%; }

img[alt=ClientCredentialsFlow] { width: 80%; }
*/