.nodeNum {
    margin: 5px;
    cursor: pointer;
}

.nodeNum:hover {
    font-weight: bold;
}

#bubblechart {
    font-size: 8px;
}

#header {
    position: relative;
    width: 100%;
    background-color: #82A505;
    height: 120px;
}

#headerTitle {
    position: absolute;
    top: 20px;
    left: 10px;
    margin: 0px 0px;
    font-size: 2.5em;
    line-height: normal;
    letter-spacing: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#headerTitle a:link {
    text-decoration: none;
    color: black;
}

#headerTitle a:visited {
    color: black;
    text-decoration: none;
}

#headerTag {
    position: absolute;
    top: 70px;
    left: 10px;
    margin: 0px 00px;
    font-weight: normal;
    font-size: 1.0em;
    line-height: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    letter-spacing: normal;
}

#headerImg {
    position: absolute;
    top: 10px;
    right: 5px;
}

#headerLogin a:link {
    text-decoration: none;
    color: #ffff99;
}

#headerLogin {
    position: absolute;
    top: 95px;
    left: 30px;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
}

#headerLogin a:visited {
    text-decoration: none;
    color: #ffff99;
}

#menu {
    /*  position:static;
        height: 25px; */
    float: left;
    width: 100%;
    background-color: #446600;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
}

#menu a {
    display: block;
    padding: 5px 12px 5px;
    text-decoration: none;
    color: #ffff99;
}

#menu a:hover {
    background: transparent;
    color: white;
}

#menu a:active {
}

#menu a.active {
    color: white;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #446600;
    margin-left: 25px;
}

#menu li {
    float: left;
}

#menu li a, .dropbtn {
    display: inline-block;
    /** color: white; **/
    text-align: center;
    /** padding: 14px 16px; **/
    text-decoration: none;
}

#menu li.dropdown {
    display: inline-block;
}

#menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #4E700A;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
}

#menu .dropdown-content a {
    color: #ffff99;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#menu .dropdown-content a:hover {
    background-color: #587A14;
    color: white;
}

#menu .dropdown:hover .dropdown-content {
    display: block;
}

#footer {
    font-size: 10px;
}

#table_2020 {
    width: 50%;
}

table.rtcm {
    border-collapse: collapse;
    border: 1px solid black;
    font-family: verdana, arial, sans-serif;
}

table.rtcm tr {
    font-size: 12px;
}

table.rtcm td {
    white-space: nowrap;
}

table.rtcm th {
    border: 1px solid black;
    font-size: 13px;
    background-color: #dedede;
}

table.gridtable {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

table.gridtable th {
    border-width: 1px;
    padding: 4px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}

table.gridtable td {
    border-width: 1px;
    padding: 4px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}

table.gridtable tr.rColor td {
    background-color: #8BA51A;
    color: white;
}

table.gridtable tr.cColor td {
    background-color: #FF9900;
    color: white;
}

.disconnect {
    font-size: 14px;
    text-align: left;
}

.text {
    position: relative;
    margin: 0px 0px 0px 10px;
    width: 330px;
    font-size: 14px;
    text-align: left;
}

.barbox_a {
    position: absolute;
    top: 2px;
    left: 10px;
    margin: 0px 0px 0px 0px;
    width: 302px;
    height: 22px;
    background-color: black;
}

.bar {
    position: relative;
    top: 1px;
    left: 1px;
    margin: 0px 0px 0px 0px;
    width: 0px;
    height: 20px;
    background-color: #0099FF;
    text-align: center;
    color: white;
}

.per {
    position: absolute;
    top: 0px;
    font-size: 12px;
    left: 50%;
    height: 20px;
    margin: 0px 0px 0px 0px;
    background-color: #0099FF;
    color: white;
}

.blank {
    background-color: white;
    width: 300px;
}

#login {
    display: none;
}

#login-header {
    margin: 0 auto;
    position: absolute;
    right: 250px;
}

#login-link {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background: #2a2a2a;
    padding: 5px 15px 5px 15px;
    color: #FFF;
}

#login-panel {
    position: absolute;
    top: 26px;
    right: 0px;
    width: 200px;
    padding: 10px 15px 5px 15px;
    background: #2a2a2a;
    font-size: 8pt;
    font-weight: bold;
    color: #FFF;
    display: none;
}

#connect_form {
    margin-bottom: 0.5em;
}

.node_input {
    margin-bottom: 0.5em;
}

label {
    line-height: 1.8;
}

.clearer {
    clear: both;
}

#cpMain {
    display: none;
}

