* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    background: #000000 ;
    color: #d8d8d8;
    font-family: play,sans-serif;
    font-size: 16px;
    overflow: hidden;
    height: 100%
}

@media screen and (max-width: 800px) {
    body {
        font-size:15px
    }
}

#map-canvas {
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background-color: #000000 ;
    z-index: -1
}

#chart-canvas {
    position: fixed;
    width: 480px;
    height: 360px;
    bottom: 30px;
    left: 20px
}

@media screen and (max-width: 800px),screen and (max-height:640px) {
    #map-canvas {
        width:100%;
        height: 100%;
        top: 0;
        left: 0
    }

    #chart-canvas {
        display: none
    }
}

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 15px 5px
}

#ads {
    width: 728px;
    height: 90px;
    margin-top: 5px;
    margin-left: 15px
}

@media screen and (max-width: 880px) {
    #ads {
        display:none
    }
}

#mobile-ads {
    display: block;
    width: 300px;
    height: 100px;
    margin-top: 5px;
    margin-left: 15px
}

@media screen and (min-width: 880px) {
    #mobile-ads {
        display:none
    }
}

.logo {
    position: absolute;
    top: -20px;
    left: -40px;
    background: url(tradenodes.png) no-repeat;
    background-size: contain;
    width: 400px;
    height: 200px;
    display: block;
    text-indent: -9999px;
    margin-bottom: 3px;
    overflow: hidden
    
}

.logo2 {
    position: absolute;
    top: 5px;
    left: 112px;
    background: url(tradenodestext.png) no-repeat;
    background-size: contain;
    width: 400px;
    height: 200px;
    display: block;
    text-indent: -9999px;
    margin-bottom: 3px;
    overflow: hidden
    
}

.user-agents {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 15px;
    text-align: right;
    opacity: .9
}

.user-agent {
    display: inline-block;
    text-align: left;
    margin: 1em 0;
    margin-left: 1em
}

@media screen and (max-width: 1480px) {
    .user-agent {
        display:block;
        text-align: inherit
    }
}

@media screen and (max-width: 800px),screen and (max-height:640px) {
    .user-agents {
        display:none
    }
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.status>span {
    float: left;
    min-height: 5em;
    padding-top: 1.2em;
    border-left: 4px solid rgba(255,255,255,.1);
    padding-left: 1em;
    margin-bottom: 5px
}

.label {
    display: block;
    opacity: .9
}

.number {
    font-size: 1.5em;
    color: #fff;
    opacity: .9
}

#last-node {
    margin-left: 15px
}

#height {
    float: right;
    margin-right: 3em
}

#reachable-nodes {
    float: right;
    margin-right: 15px
}

.percentage {
    float: left;
    width: 100%;
    height: 4px
}



#completed {
    background: #00ccf3;
    width: 0;
    height: inherit
}

@media screen and (max-width: 1280px) {
    #last-node .label {
        max-width:14em;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media screen and (max-width: 1024px) {
    #reachable-nodes,#height {
        display:none
    }
}

a {
    color: #d8d8d8;
    text-decoration: none
}

a:hover {
    color: #fff
}

.height {
    color: #44deb9
}

.height.stalled {
    color: #de446a
}

div.elapsed {
    position: absolute;
    right: 6px;
    bottom: 9px;
    color: #d8d8d8;
    opacity: .9
}


