﻿html {
    overflow: hidden;
    height: 100%;
}

body {
    margin: 0px;
    background-color: #0b1f2d;
    font-family: 'Roboto', sans-serif;
    /*overflow-x: hidden;*/
    overflow: auto;
    height: 100%;
}

.content {
    top: 50px;
    margin: 0px;
    padding: 0px;
}
/** {
    outline: solid 1px red;
}*/

.HeaderTextMain {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #AD974F;
    font-weight: bold;
    padding: 4px 15px 5px 15px;
}
ul.ULinfo {
    list-style-type: circle;
    margin-left: 5px;
}
