/* Copyright (c) 2007, Akita Noek.  All rights reserved. */

html {
        font-family: Arial, Helvetica, Sans Serif;
        font-size: 18px;
        color: #333333;
        background: #ffffff;
}

text {
  fill: gray;
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
}

text.terminal {
  fill: #999;
  font-size: 26px;
  font-weight: bold;
}

text.status {
  fill: #CF5542;
  font-size: 40px;
  font-weight: bold;
}

rect.background { fill: #ddd; }
rect.ping       { fill: #afa; }
rect.download   { fill: #faa; }
rect.upload     { fill: #aaf; }

text.ping     { fill: #F00; }
text.download { fill: #000; }
text.upload   { fill: #000; }

path.progressCircle {
  stroke-width: 20;
  fill: none;
  stroke-dasharray: 30, 9;
  stroke: #666666;
}

.wolf{
  fill: #8f352d;
}

.progressTriangle {
  fill: #8f352d;
}

.progressText {
  fill: #8f352d;
}

rect.results {
  fill: #f6f6f6;
  stroke-width: 8; 
  stroke: black;

}


