@font-face {
    font-family: 'Noto Sans';
    font-weight: normal;
    src: url(notosans.ttf);
}

@font-face {
    font-family: 'Noto Sans';
    font-weight: bold;
    src: url(notosansbold.ttf);
}

body, html {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    background-color: #F0F3F7;/*#222222;*/
    color: #3A3D3D;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height: 1.6;
}

#maindiv {
    width: 60%;
    margin: 50px auto 0px;
    /*background-color: #EEF0F3;*/
    padding: 10px 5%;
    min-height: calc(100vh - 70px);
}

h1 {
    font-size: 36px;
    margin: 10px 0px 20px 0px;
}

h1, h2, h3, h4, h5, th {
    font-weight: normal;
    font-family: Tahoma, Geneva, sans-serif;/*'Noto Sans', sans-serif;*/
}

.navbar ul {
    display: table;
    padding: 0px;
    /*margin: 0px auto;*/
    margin: 0px 0px;
    height: 100%;
}

.navbar ul.left {
    position: absolute;
    left: 0px;
}

.navbar ul.right {
    position: absolute;
    right: 0px;
}

.navbar li {
    display: inline-block;
    position: relative;
    height: 100%;
    font-size: 18px;
    text-align: center;
    /*background-color: #889499;*/
    margin: 0px 0px;
    transition: background-color 0.3s;
}

.navbar li:hover {
    background-color: #9FADB3;/*#7A878C;*/
}

.navbar a {
    display: block;
    padding: 0px 30px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 50px;
    color: #3A3D3D;/*#ffffff;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar {
    position: fixed;
    top: 0px;
    background-color: #BCC7CC;
    margin: 0px;
    width:  100%;
    height: 50px;
    padding: 0px;
}

.navbar a:focus {
    outline: none;
}

.navbar a:hover {
    cursor: pointer;
}

hr {
    border: 0px;
    height: 1px;
    background-color: #BCC7CC;
}
