/* *
 *
 *  App description
 *
 * */

body {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 103, 116, 1) 38%, rgba(9, 109, 121, 1) 62%, rgba(2, 0, 36, 1) 100%);
}

div#main {
    border-radius: 5px;
    max-width: 1024px;
    margin: auto;
    padding: 10px;
    color: antiquewhite;
}

div#container {
    margin-top: 10px;
    border-radius: 5px;
}

div#description {
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

div#main > h1 {
    text-align: center;
    letter-spacing: 2px;
}

h2 {
    text-align: center;
    font-size: 14px;
}

/* *
*
*  Highcharts overrides
*
* */

.highcharts-dashboards-wrapper {
    background: transparent;
    overflow-x: hidden;
}