body {
    margin: 0;
    background-color: #E6E6E6;
}
div.header {
    top:0px;
    height: 60px;
    border-bottom:5px solid #ff751a;
    background-color: #333;
}
div.site-name {
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
    font-family: Tahoma, Calibri, Sans-serif;
    padding:10px 10px 0px;
    background-color: #333;
    position: absolute;
}

div.comms {

}

div.tabs-position > ul.tabs {
    margin-left: 10px;
    margin-top: 40px;
    float: left;
    width: 8%;
    display: block;
    list-style: none;
    background: #000;
    /*border-radius: 15px 15px 15px 15px;*/
    border-bottom: 0;
}

ul.tabs > li {
    display: block;
    padding:10px 0px;
    height:100%;
    font-size: 13pt;
    font-family: 'Open Sans', sans-serif;
    justify-content: center;
    color: #FFF;
    /*border-radius: 10px 10px 10px 10px;*/
    border-right: 0;
    text-align: center;
    width: 100%
}

ul.tabs2 > li:hover {
    background-color: #B2B2B2;
    border-radius: 0px 0px 0px 0px;
}
ul.tabs > li.selected{
    background-color: #E6E6E6;
    color: #000;
}

div.tabs2-position > ul.tabs2 {
    margin-left: 157px;
    margin-right: 0px;
    margin-top: 40px;
    background: #000;
    padding: 1.3px 10px;
    border-radius: 0px;
}

ul.tabs2 > li {
    color: #FFF;
}
ul.tabs2 > li.selected {
    background-color: #E6E6E6;
    color: #000;
    border-radius: 1.3px;
}

div.nettool-container {
    padding-top: 0px;
    padding-left: 55px;
    text-align: left;
}

div.nettool > table {

}

div.devices-as-dropdown {
    display: none;
}
div.devices-as-dropdown2 {
    display: none;
}

.icon-green {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #33cc33;
}

.icon-yellow {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #ffcc00;
}

.icon-red {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #ff3300;
}

#radio > input.radio {
    width: 24px;
    height: 24px;
}