html {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

a, a:hover, a:visited {
    text-decoration: none;
    color:inherit;
}

a:hover {
    color: #6ab04c;
}

h1, h2, .highlight_white {
    color: white;
}

h3, h4, .highlight_grey {
    color: #c8d6e5;
}

.highlight_light_red {
    color:#fab1a0;
}

.fineprint {
    font-size: smaller;
}

body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: linear-gradient(to bottom, #3c6382,/** #0a3d62**/ #8395a7);
}

#ticker_header, #ticker_tool {
    text-align: center;
}

#app
 {

    padding: 2%;
    margin: 6%;
    margin-top: 0;
    /**
    background-color: #57606f;
    box-shadow: 5px 10px 8px #2f3542;
    color:#c8d6e5;
    **/
}

.section {
    padding: 2%;
    margin: 2%;
    background-color: #747d8c;
    color:#a4b0be;
}

.section_highlight_bright h1, .section_highlight_bright h2, .highlight_bright {
    color: #badc58;
}

.section_highlight_dark h1, .section_highlight_dark h2, .highlight_dark{
    color: #6ab04c;
}