body{
font-size:14px;
font-family: 'Circular Std';
}

.network-icon {
width:25px;
height:25px;
float:left;
}

.network-green{
background:url(/static/green.png);
}

.network-red{
background:url(/static/red.png);
}

footer{
margin:20px;
text-align:center;
}

thead{
background:#eee;
}
