/* text settings*/
#top-section h3,
#top-section p,
#top-section a,
#top-section li{
    font-family: Roboto, sans-serif;
}

#top-section #description {
    padding-top: 0em;
}

#top-section h3 {
    text-align: left;
    color: #4a4a4a;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 500;
    font-size: 20px;
}

#top-section code {
    background-color: transparent;
    color: #fa6400;
    max-width: 100%;
    overflow: auto;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0.1em;
    font-family: monospace,monospace;
    font-size: 1em;
}

#top-section .getting-started p,
#top-section .getting-started li,
#top-section .transfer-guide p {
    font-size: 16px;
    font-weight: 300;
    color: #4a4a4a;
    margin: 1em auto;
}

#top-section .getting-started ul {
    padding-left: 25px;
}

#top-section .getting-started a,
#top-section .transfer-guide a {
    text-decoration: underline;
    color: #9d0300;
    font-size: 18px;
    font-weight: 300;
}

.star-notation {
    font-size: 13px;
    font-style: italic;
}

.important-message {
    background-color: #ff000021;
    padding: 1em;
}