html, body {
    background-color: #000;
    margin: 0;
    padding: 0;
    font-family: proxima-nova, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    font-size: 1em;
}

a:link, a:visited {
    color: #333;
}

a:hover {
    text-decoration: none;
}

/* ----- GENERAL ----- */

h3 {
margin: 0 0 5px 0;
color: #333;
}

h5 {
    font-size: 1em;
    color: #333;
    margin: 15px 0 5px 0;
}

.clear {
    clear: both;
}

.right {
    text-align: right;
}

button {
    border: none;
}

table {
    width: 100%;
    border: 0;
    border-collapse:collapse;
}

table caption {
    text-align: left;
    color: #fff;
    padding: 10px;
    background: #000;
}

table th {
    background: #F0F0F0;
    text-align: left;
        text-shadow: 0px 1px 0px #FFFFFF;
    border-bottom: #ccc 1px solid;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #d6d6d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d6d6d6));
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#d6d6d6 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%,#d6d6d6 100%);
    background: linear-gradient(top, #f0f0f0 0%,#d6d6d6 100%);
}

table th, table td {
    padding: 5px;
    font-size: 13px;
    vertical-align:top;
    line-height: 14px;
}

tr.odd td {
    background: #f5f5f5;
}

tfoot td {
    text-shadow: 0px 1px 0px #FFFFFF;
    border-top: #ccc 1px solid;
    background: #d6d6d6;
    font-weight: bold;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #d6d6d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d6d6d6));
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#d6d6d6 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%,#d6d6d6 100%);
    background: linear-gradient(top, #f0f0f0 0%,#d6d6d6 100%);}

/* ----TOP------ */

#topwrapper {
    background: #000;
    height: 80px;
}

#top {
    margin: 0 auto;
    width: 950px;
}

#pinglogo {
    float: left;
    height: 35px;
    margin-top: 25px;
    width: 180px;
}

.nav {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.nav-item {
    float: left;
    margin-left: 30px;
}

.nav-link,
a.nav-link {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 30px 0 6px;
    text-decoration: none;
    transition: color 250ms;
    text-transform: uppercase;
}

.nav-link.active {
    color: #fff000;
    border-bottom: 2px solid #fff000;
}

.nav-link:hover {
    color: #fff000;
}

.nav-link.signup {
    border: 1px solid #53565c;
    border-radius: 2px;
    padding: 13px 16px;
    margin-top: 16px;
    transition: background-color 250ms;
}

.nav-link.signup:hover {
    background-color: #53565c;
    color: #fff;
}


/* Control area -----*/

#controlwrapper {
    background: #fff000;
}

#control {
    margin: 0 auto;
    padding: 50px 0 30px 0;
    width: 600px;


}

#control h1, #control h2 {
    font-size: 2.3em;
    letter-spacing: -1px;
    margin: 0;
    text-align: center;
}

#control h3 {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    text-align: center;
}

#Settings {
    background: #e9b032;
    z-index: 2000;
    width: 70px;
    height: 22px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: -20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
}

#Settings p {
    font-size: 13px;
    line-height: 22px;
    color: #584314;
    text-align: center;
    text-shadow: 0px 1px 1px #fbd480;
}

.location {
    margin: 20px 0 0 0;
}

#testingbox {
    background: transparent;
    margin: 15px 0 0 0;
    padding: 15px;
}

#urlinput {
    float: left;
    background: #fff;
    height: 50px;
    outline: none;
    width: 400px;
    padding: 0 0 0 10px;
    font-size: 1.3em;
    font-family: Helvetica, Arial;
    color: #999;
    margin: 0 0 20px 0;
    border: 0;
        -webkit-box-shadow: 0px 0px 2px 1px #e5bb2c;
        -moz-box-shadow: 0px 0px 2px 1px #e5bb2c;
    box-shadow: 0px 0px 2px 1px #e5bb2c;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}

.TestButt{
    background: #000;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    outline: none
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    float: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 2px rgba(0,0,0,.2);
    box-shadow: 0 3px 0 #000,0 6px 2px rgba(0,0,0,.2);
    cursor: pointer;
}

.TestButt2 {
    background: #111 url(../_img/alert-overlay.png) repeat-x;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    line-height: 1;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 1px 3px #999;
        -webkit-box-shadow: 0 1px 3px #999;
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
        border-bottom: 1px solid rgba(0,0,0,0.25);
    text-shadow: 0 -1px 1px #222;
    border-bottom: 1px solid #222;
    cursor: pointer;
    margin: 0 0 20px 20px;
}

.TestButt2 a {
    color: white;
    text-decoration: none;
}

#settingsBox {
    overflow: hidden;
}

#settingsBox div.leftcol, #settingsBox div.rightcol {
    float: left;
    padding: 5px 15px 5px 0px;
}

#settingsBox div.leftcol label, #settingsBox div.rightcol label {
    display: block;
}

.screenshot {
    margin-bottom: 10px;
    outline: none;
}

button.large.TestButt {
    padding: 13px 21px;
    font-family: proxima-nova, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
}

.large.TestButt {
    font-size: 20px;
    padding: 15px 24px 13px;
}

.small.TestButt {
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 24px 10px;
}

a.small.TestButt {
    color: #ffffff;
}


.Google.TestButt2 {
    font-size: 13px;
    padding: 10px;
}


#testbutt {
    float: right;
    display: block;
    background: #333;
    height: 50px;
    width: 150px;
    color: #fff;
}

#feedbackMessage {
    display: hidden;
}

#feedbackbox {

}

#feedbackbox h4 {
    margin: 0;
}

#feedbackbox .wrong {
    color: #cc3300;
}

#feedbackbox p {
    margin: 0;
    font-size: 0.7em;
}

#rt_sumright, #rt_stats {
    float: left;
    margin: 0 0 5px 0;
    background: #eee;
    background: -moz-linear-gradient(top, #fff 30%, #eee 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#fff), color-stop(90%,#eee));
    background: -webkit-linear-gradient(top, #fff 30%,#eee 90%);
    background: -o-linear-gradient(top, #fff 30%,#eee 90%);
    background: linear-gradient(top, #fff 30%,#eee 90%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0;
}

#rt_sumright dl, #rt_stats dl {
    float: right;
    width: 99px;
    margin: 0;
    border-left: #ddd solid 1px;
    border-right: #fff solid 1px;
    text-shadow: 0px 1px 0px #fff;
}

#rt_sumright dl.first, #rt_stats dl.first {
    border-right: 0;
}

#rt_sumright dl.last, #rt_stats dl.last {
    border-left: 0;
}

#rt_stats div {
    background: url(../_img/ajax-loader-gray.gif) no-repeat center;
    float: right;
    width: 99px;
    margin: 0;
    height: 40px;
}

#rt_sumright dt, #rt_stats dt {
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #666;
    text-align: center;
}

#rt_sumright dd, #rt_stats dd {
    padding: 0;
    margin: 0;
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
}

#rt_sumright dd span, #rt_stats dd span {
    font-size: 15px;
}

.imgTest, .imgQueue, .imgError {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat -410px -370px ;
    width: 150px;
    height: 113px;
    float: left;
    margin-right: 15px;
}

.imgQueue {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat -560px -370px ;
}

.imgError {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat -710px -370px ;
}

#summary h4 {
    margin: 0 0 1px 0;
    font-size: 1.2em;
}

#summary p {
    margin: 0 0 5px;
    font-size: 13px;
}

#summary h4.big {
    float: left;
    font-size: 2em;
    margin-top: 30px;
    text-shadow: 0px -1px 0px #000;
}

#summary h4.bigWithP {
    float: left;
    font-size: 1.6em;
    margin-top: 30px;
    text-shadow: 0px -1px 0px #000;
}

#summary p.subStatus {
    float: left;
    font-size: 1em;
    text-shadow: 0px -1px 0px #000;
}

#summary p.subStatus span {
    color: #FF0;
    font-weight: bold;
}

#summary {
    height: 170px;
    position: relative;
    background: #333;
    padding: 15px;
    color: #fff;
    margin-top: 30px;
    background: #333333;
    background: -moz-linear-gradient(top, #333333 30%, #000000 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#333333), color-stop(90%,#000000));
    background: -webkit-linear-gradient(top, #333333 30%,#000000 90%);
    background: -o-linear-gradient(top, #333333 30%,#000000 90%);
    background: linear-gradient(top, #333333 30%,#000000 90%);
}

#summary,#flash {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 3px #999;
        -webkit-box-shadow: 0 1px 3px #999;
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#flash {
    display: none;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#cornerbanner {
  background: url(../_img/vimpel.png) no-repeat;
  display: block;
  height: 37px;
  width: 87px;
  position: absolute;
  top: -1px;
  right: 20px;
  z-index: 999;
  text-decoration: none;
}

#sumleft {
    width: 150px;
    float: left;
}

a.sumbutt {
    background: #999;
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 5px 0;
    margin-top: 10px;
}

#sumright {
    float: left;
    margin-left: 15px;
    width: 404px;
}


#sumright h4 {
    margin: 0 0 1px 0;
    font-size: 1.2em;
}

#sumright p {
    margin: 0 0 5px;
    font-size: 13px;
}

#sumright p span {
    color: #999;
}

.speedinfo {
    clear: both;
    color: #FFCC00;
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0;
}

    color: #FDD639;
    font-style: bold;
}

#share div {
    margin: 0 0.5em 0 0;
    float: left;
    outline: none;
}

td#g-share {
    padding: 5px;
}

#LatestTests tr:nth-child(odd) {
    background: #f5f5f5;
}

/* WATERFALL ETC */

ul#navigation {
    width: 610px;
    overflow: hidden;
    list-style: none;
    margin: 0 0 0 -40px;
    font-size: 0.9em;
    cursor: pointer;
}

ul#navigation li {
    float: left;
    margin: 0 3px 0 0;
    z-index: 1;
}

ul#navigation li.selected {
    z-index: 3;
}

ul#navigation li a:link, ul#navigation li a:visited {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
        padding: 10px 0 10px 0;
    text-align: center;
    width: 147px;
    text-decoration: none;
    color: #f7f7f7;
    float: left;
    background: #000;
    background: -moz-linear-gradient(top, #444 0%, #000 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(50%,#000));
    background: -webkit-linear-gradient(top, #444 0%,#000 50%);
    background: -o-linear-gradient(top, #444 0%,#000 50%);
    background: -ms-linear-gradient(top, #444 0%,#000 50%);
    background: linear-gradient(top, #444 0%,#000 50%);
}


ul#navigation li.selected a:link, ul#navigation li.selected a:visited {
    color: #333;
    -webkit-transition: background-color 0.2s linear;
    background: #ffffff;
    background: -moz-linear-gradient(top, #eee 0%, #fff 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(60%,#fff));
    background: -webkit-linear-gradient(top, #eee 0%,#fff 60%);
    background: -o-linear-gradient(top, #eee 0%,#fff 60%);
    background: -ms-linear-gradient(top, #eee 0%,#fff 60%);
    background: linear-gradient(top, #eee 0%,#fff 60%);
}

#testmenu {
    margin: 30px 0 -30px 0;
}

/*
#testmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#testmenu ul li {
    float: left;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    float: left;
    width: 148px;
    margin: 0 2px 0 0;
    background: -moz-linear-gradient(top, #ffe566 0%, #f4d224 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe566), color-stop(50%,#f4d224));
    background: -webkit-linear-gradient(top, #ffe566 0%,#f4d224 50%);
    background: -o-linear-gradient(top, #ffe566 0%,#f4d224 50%);
    background: -ms-linear-gradient(top, #ffe566 0%,#f4d224 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe566', endColorstr='#f4d224',GradientType=0 );
    background: linear-gradient(top, #ffe566 0%,#f4d224 50%);
}

#testmenu ul li.active {
    background: #FFF;
    background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 25%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(25%,#ffffff));
    background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 25%);
    background: -o-linear-gradient(top, #dddddd 0%,#ffffff 25%);
    background: -ms-linear-gradient(top, #dddddd 0%,#ffffff 25%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
    background: linear-gradient(top, #dddddd 0%,#ffffff 25%);
    text-decoration: none;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
}
*/

/* ------ Content ----*/

#contentwrapper {
    background: #fff;
    padding-bottom: 40px;
}

#content {
    margin: 0 auto;
    padding: 50px 0 30px 0;
    width: 950px;
}

table tr td.timeline {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat 0 -122px;
    padding: 5px 0;
}

table tr td.timeline2 {
  background: url(../_img/sprite.svg?v=1.9.0) no-repeat 6px -237px;
  width: 406px;
  padding: 5px 0 1px 0;
}

table tr.odd td.timeline {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat 0 -169px;
}

table tr.odd td.timeline2 {
  background: #f5f5f5 url(../_img/sprite.svg?v=1.9.0) no-repeat 6px -237px;
  width: 406px;
  padding: 5px 0 1px 0;
}

table th.timeline {
    padding: 0;
}

th.timeline .scale {
    background: url(../_img/timeline_scale.png) repeat-x bottom left;
    height: 2em;
    width: 470px;
}

.loadtime {
    padding-right: 30px;
}

/* Page Speed Score */

#perf_grade thead th.perf_grade_score
{
    width: 470px;
}

#Reglage {
    height: 31px;
    width: 47px;
    float: left;
    padding: 4px 0 0 0;
    text-align: center;
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat -98px -407px;
}

.ReglageScore {
    font-size: 22px;
    line-height: 22px;
    color: #536469;
    font-weight: bold;
    text-shadow: 1px 1px 0px #FFFFFF;
}

.scale span {
    float: left;
    display: block;
    width: 80px;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    color: #999;
    padding-top: 5px;
}

.scale span.first {
    width: 40px;
    text-align: left;
}

.icon {
    width: 16px;
    height: 16px;
}

.html {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat 0 -217px;
}

.js {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat -17px -217px;
}

.css {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat -34px -217px;
}

.image {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat -51px -217px;
}

.plain {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat -68px -217px;
}

.error {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat -85px -217px;
}

.redirect {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat -102px -217px;
}

.other {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat -119px -217px;
}

span.url {
    color: #999;
    display:block;
}

.bar {
    height: 12px;
    float: left;
    text-indent: -1000em;
    font-size: 0;
    min-width: 1px;
}

.barlabel {
    width: 14px;
}

.graphlabel {
  display: inline-block;
  width: 14px;
  height: 12px;
}

#content_desc {
    width: 16px;
    height: 12;
    margin-right: 4px;
    display: inline;
    float: left;
}

div.totop {
    display: block;
    height: 16px;
    width: 88px;
    margin: 0 auto;
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat -147px -420px;
    text-indent: -5000px;
}

/* HISTORY */
#PageLoadTime {
    padding: 15px;
    color: #000;

    margin: 0 0 50px 0;
    background: #D7D7D7; /* For old browsers */
    background-image: linear-gradient(bottom, #D7D7D7 20%, #F1F1F1 83%);
    background-image: -o-linear-gradient(bottom, #D7D7D7 20%, #F1F1F1 83%);
    background-image: -moz-linear-gradient(bottom, #D7D7D7 20%, #F1F1F1 83%);
    background-image: -webkit-linear-gradient(bottom, #D7D7D7 20%, #F1F1F1 83%);
    background-image: -ms-linear-gradient(bottom, #D7D7D7 20%, #F1F1F1 83%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.2, #D7D7D7),
        color-stop(0.83, #F1F1F1)
);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

/* PAGE ANALYSIS */
#PageAnalysis {
    background: #EEE;
    padding: 20px 0;
    letter-spacing: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 3px #CCCCCC inset;
    border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
}

.respcodebox {
    width: 188px;
    height: 75px;
    float: left;
    color: #666;
    text-shadow: 0px 1px 0px #fff;
    letter-spacing: normal;
    white-space: normal;
    text-align: normal;
    vertical-align: middle;
    border-left: #ddd solid 1px;
    border-right: #fff solid 1px;
}

.respcodebox.first {
    border-left: #eee solid 1px;
}

.respcodebox.last {
    border-right: #eee solid 1px;
}

.respcodebox p {
    font-size: 13px;
}

.respcodebox .ResponseGreen, .respcodebox .ResponseBlue, .respcodebox .ResponseOrange, .respcodebox .ResponseRed {
    padding: 3px 7px;
    color: #fff;
    font-size: 10px;
    margin-top: -3px;
}

.respcodebox .numRequests {
    font-size: 36px;
    font-weight: bold;
    margin-top: 5px;
}

.respcodebox .connecterr{
    color: #cc3300;
}

.child {
    *display: inline;
    *margin: 0 20px 0 20px;
}

/* BARS */
.bar.wait {
    border-top: 1px solid #fdee89;
    border-bottom: 1px solid #fdb60b;
    background: #fde448;
    background: -moz-linear-gradient(top, #fde448 0%, #ffdd07 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fde448), color-stop(100%,#ffdd07));
    background: -webkit-linear-gradient(top, #fde448 0%,#ffdd07 100%);
    background: -o-linear-gradient(top, #fde448 0%,#ffdd07 100%);
    background: linear-gradient(top, #fde448 0%,#ffdd07 100%);;
}

.bar.send {
    border-top: 1px solid #f5ce95;
    border-bottom: 1px solid #e4931c;
    background: #f4b355;
    background: -moz-linear-gradient(top, #f4b355 0%, #f79912 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4b355), color-stop(100%,#f79912));
    background: -webkit-linear-gradient(top, #f4b355 0%,#f79912 100%);
    background: -o-linear-gradient(top, #f4b355 0%,#f79912 100%);
    background: linear-gradient(top, #f4b355 0%,#f79912 100%);
}

.bar.receive {
    border-top: 1px solid #b8ea6e;
    border-bottom: 1px solid #678d2e;
    background: #8ac730;
    background: -moz-linear-gradient(top, #8ac730 0%, #71a228 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ac730), color-stop(100%,#71a228));
    background: -webkit-linear-gradient(top, #8ac730 0%,#71a228 100%);
    background: -o-linear-gradient(top, #8ac730 0%,#71a228 100%);
    background: linear-gradient(top, #8ac730 0%,#71a228 100%);
}
.bar.connect, .graphlabel.turqoise {
    border-top: 1px solid #59dae6;
    border-bottom: 1px solid #3eabb5;
    background: #34c2d0;
    background: -moz-linear-gradient(top, #34c2d0 0%, #34c2d0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34c2d0), color-stop(100%,#34c2d0));
    background: -webkit-linear-gradient(top, #34c2d0 0%,#34c2d0 100%);
    background: -o-linear-gradient(top, #34c2d0 0%,#34c2d0 100%);
    background: linear-gradient(top, #34c2d0 0%,#34c2d0 100%);
}
.bar.ssl {
    border-top: 1px solid #bfa0d6;
    border-bottom: 1px solid #8456a2;
    background: #9871b5;
    background: -moz-linear-gradient(top, #9871b5 0%, #9871b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9871b5), color-stop(100%,#9871b5));
    background: -webkit-linear-gradient(top, #9871b5 0%,#9871b5 100%);
    background: -o-linear-gradient(top, #9871b5 0%,#9871b5 100%);
    background: linear-gradient(top, #9871b5 0%,#9871b5 100%);
}
.bar.dns, .graphlabel.pink {
    border-top: 1px solid #f4bfd6;
    border-bottom: 1px solid #f470a9;
    background: #f699c1;
    background: -moz-linear-gradient(top, #f699c1 0%, #f699c0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f699c1), color-stop(100%,#f699c0));
    background: -webkit-linear-gradient(top, #f699c1 0%,#f699c0 100%);
    background: -o-linear-gradient(top, #f699c1 0%,#f699c0 100%);
    background: linear-gradient(top, #f699c1 0%,#f699c0 100%);
}
.bar.block {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #8a8a8a;
    background: #b9b9b9;
    background: -moz-linear-gradient(top, #b9b9b9 0%, #8c8d8c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9b9b9), color-stop(100%,#8c8d8c));
    background: -webkit-linear-gradient(top, #b9b9b9 0%,#8c8d8c 100%);
    background: -o-linear-gradient(top, #b9b9b9 0%,#8c8d8c 100%);
    background: linear-gradient(top, #b9b9b9 0%,#8c8d8c 100%);
}

.bar.gray {
    background: -moz-linear-gradient(center top , #BBBBBB 0pt, #999999 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BBBBBB), color-stop(100%,#999999));
    background: -o-linear-gradient(top, #BBBBBB 0%,#999999 100%);
    background: linear-gradient(top, #BBBBBB 0%,#999999 100%);
    border-bottom: 1px solid #777777;
    border-top: 1px solid #CCCCCC;
}

a.rowfold.close {
    background: #eee url(../_img/sprite.svg?v=1.9.0) no-repeat -483px 12px;
    width: 30px;
    float: right;
    text-indent: -5000px;
    margin: -5px 0;
    height: 42px;
}

a.rowfold.open {
    background: #eee url(../_img/sprite.svg?v=1.9.0) no-repeat -433px 12px;
    width: 30px;
    float: right;
    text-indent: -5000px;
    margin: -5px 0;
    height: 42px;
}

tr.totalTime {
    border-top: 2px solid #ffffff;
}

tr.odd a.rowfold.open {
    background: #e4e4e4 url(../_img/sprite.svg?v=1.9.0) no-repeat -433px 12px;
}

tr.odd a.rowfold.close {
    background-color: #e4e4e4;
}

tr.open_row {
    display: none;
}

tr.open_row td {
    background: #EEE;
}

tr.open_row.odd td {
    background: #e4e4e4;
}

.tdrow2colLeft {
    width: 405px;
    float: left;
    margin: 0 0 30px 25px;
}

.tdrow2colRight {
    width: 405px;
    float: right;
    margin: 0 25px 30px 0;
}

.tdrow2col h4 {
    width: 390px;
    font-size: 0.9em;
    color: #666;
    background: #ccc;
    padding: 4px 5px 4px 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 0px 1px 0px #eee;
}

#headerInfoBtn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    color: #ffffff;
    float: right;
    padding: 2px 8px;
}

.ResponseGreen {
    background: -moz-linear-gradient(
        top,
        #87c41d 0%,
        #73a61b);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#87c41d),
        to(#73a61b));
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0px solid #000000;
    text-shadow:
        0px -1px 0px rgba(170,170,170,1),
        0px 1px 0px rgba(255,255,255,0.2);
}

#archivedInfoBtn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    float: right;
    padding: 2px 8px;
}

.archived {
    background: -moz-linear-gradient(
        top,
        #888888 0%,
        #737373);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#888888),
        to(#737373));
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0px solid #000000;
    text-shadow:
        0px -1px 0px rgba(170,170,170,1),
        0px 1px 0px rgba(255,255,255,0.2);
}

.ResponseBlue {
    background: -moz-linear-gradient(
        top,
        #64c9ff 0%,
        #349aff);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#64c9ff),
        to(#349aff));
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0px solid #000000;
    text-shadow:
        0px -1px 0px rgba170,170,170,1),
        0px 1px 0px rgba(255,255,255,0.2);
}

.ResponseOrange {
    background: -moz-linear-gradient(
        top,
        #ffcc00 0%,
        #f09000);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ffcc00),
        to(#f09000));
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0px solid #000000;
    text-shadow:
        0px -1px 0px rgba(170,170,170,1),
        0px 1px 0px rgba(255,255,255,0.2);
}

.ResponseRed {
    background: -moz-linear-gradient(
        top,
        #e05200 0%,
        #cc0000);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#e05200),
        to(#cc0000));
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0px solid #000000;
    text-shadow:
        0px -1px 0px rgba(170,170,170,1),
        0px 1px 0px rgba(255,255,255,0.2);
}


dl.headers {
    font-size: 12px;
}

dl.headers dt {
    width: 190px;
    float: left;
    margin: 0;
    padding: 2px 0 2px 12px;
    overflow: hidden;
    border-top: solid 1px #ccc;
    vertical-align: baseline;
    min-height: 15px;
}

dl.headers dt:first-of-type {
    border: none;
}

dl.headers dt:last-of-type {
    border-bottom: solid 1px #ccc;
}

dl.headers dd {
    width: 190px;
    float: left;
    padding: 2px 0 2px 12px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    border-top: solid 1px #ccc;
    min-height: 15px;
}

dl.headers dd:first-of-type {
    border: none;
}

dl.headers dd:last-of-type {
    border-bottom: solid 1px #ccc;
}

.tot_timeline {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat 0 -169px;
    height: 26px;
    padding-top: 10px;
}

.ConnectError, .ConnectError a {
    color: #ff0000;
}

.ClientError {
    background: #fff0b2;
}

.Redirect {
    background: #cdeeff;
}

.ServerError {
    background: #f7cbb2;
}

.ConError {
    color: #c00;
}

#tot_timeline_st {
    float: left;
}

#tot_timeline_et {
    float: right;
    text-align: right;
}

.boxed {
    background: #f8f8f8;
    min-height: 170px;
    padding: 15px;
    margin-bottom: 30px;
}

.boxedGradient {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 3px #CCCCCC inset;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
}

.boxedGradient .graph {
    float: right;
}

.graphDecoder {
    margin: 0 10px 0 120px;
    font-size: 13px;
    font-weight: bold;
    color: #555;
}

.col3 {
    width: 270px;
    float: left;
    overflow: hidden;
}

.middlecol3 {
    margin: 0 25px 30px 25px;
}

.col2 {
    width: 432px;
    float: left;
}

.firstcol2 {
    margin: 0 26px 30px 0;
}

.boxed h4 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    color: #666;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}

.boxed table tr td {
    font-size: 13px;
    padding: 3px 5px 3px 0;
}

.boxed table tr.odd td {
    background: none;
}

.col4boxed {
    background: #999;
    float: left;
    width: 200px;
    margin-right: 15px;
}

.col3barwidth {
    width: 120px;
}

.col2barwidth {
    width: 120px;
}

.filterbox {
    float: right;
    color: #ccc;
    font-size: 13px;
}

.filterbox > input {
    border: none;
    border-radius: 1px;
    line-height: 20px;
    padding: 0 0.5em;
}

#sortbox {
    float: right;
    width:160px;
    margin: 0 30px 0 0;
    color: #efefef;
    background-color: #333;
    border: none;
    font-size: 13px;
}

.sortbox {
    margin: 0 30px 0 0;
    color: #efefef;
    background-color: #333;
    border: none;
    font-size: 13px;
}

.filterinputbox {
    background: #666;
    color: #ccc;
    height: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #222;
}

.tooltip {
    color: #efefef;
    background: #000;
    display:none;
    padding:15px;
    border: 1px solid #eee;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 2px 5px;
    max-width: 50%;
    overflow: hidden;
}

.tooltip_url {
    padding: 10px 15px;
}

.tooltip p {
    margin: 0;
}

.tooltip strong {
    color: white;
}

.tooltip p, .tooltip_url {
    font-size: 13px;
}

#perf_grade div.pagespeedsubscore {
    background-color: #888;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #666;
    height: 29px;
    line-height: 29px;
    color: white;
    text-align: center;
}

#historyFilter {
    color: #FFF;
    background: #333333;
    background: -moz-linear-gradient(top, #333333 30%, #000000 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#333333), color-stop(90%,#000000));
    background: -webkit-linear-gradient(top, #333333 30%,#000000 90%);
    background: -o-linear-gradient(top, #333333 30%,#000000 90%);
    background: linear-gradient(top, #333333 30%,#000000 90%);  -moz-border-radius-topleft: 10px;
    border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}

#historyFilter p, #historyFilter input {
    display: inline;
    font-size: 13px;
}

#historyWrap {
    float: right;
}

.historyDate {
    background: url(../_img/icon_cal.png) no-repeat scroll 90% 50% #FFFFF0;
    border: none;
    font-size: 13px;
    height: 22px;
    padding-left: 5px;
    font-family: Arial, Helvetica;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.historyDate .active {
    background: #fffff0;
}

.dateError {
    background-color: #ffebe8;
    border: 1px solid #ff0000;
}

#about {
    clear: both;
}

#about .col1 {
    float: left;
    width: 420px;
}

#about .col2 {
    float: right;
    width: 500px;
}

#about .boxed {
    height: auto;
}

#about p {
    font-size: 16px;
    color: #555;
}

#about li {
    font-size: 14px;
    color: #555;
}

#about table td {
    color: #555;
    vertical-align: top;
}

/* ------ Pingdom sign up form ----*/

#pingdombanner {
    width: 950px;
    height: 180px;
    margin: 25px 0;
    overflow: hidden;
    background-color: black;
    background: #000; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #333,  #000); /* for firefox 3.6+ */

}

#pingdombanner h3 {
    font-family: Helvetica Neue, Helvetica, Arial;
    font-weight: 200;
    color: #fff000;
    font-size: 30px;
}

#pingdombanner p {
    font-family: Helvetica Neue, Helvetica, Arial;
    font-weight: normal;
    color: #fff;
    margin-top: 5px;
    font-size: 16px;
}

#pingdombanner a {
    display: inline-block;
    background: #76D420;
    border-radius: 5px;
    height: 45px;
    width: 190px;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    color: white;
}

.PageSpeedHead {
    padding: 0 20px 0 20px;
    font-size: 14px;
    font-weight: bold;
}

#liststyle li { list-style-type: disc; margin: 5px 40px 0 10px;}
#liststyle li:nth-child(odd) { padding: 3px; }
#liststyle li:nth-child(even) { padding: 3px; }



/* ----- Footer ----*/

#footer {
    clear: both;
    background: #000;
    padding-top: 30px;
}

#fcolwrapper {
    width: 950px;
    margin: 0 auto 15px auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #444;
}

.fcolmiddle {
    margin: 0 25px;
}

.fcol {
    width: 300px;
    float: left;
}

.fcol h3 {
    color: #fc0;
    font-size: 16px;
    border-bottom: 2px solid #444;
    padding-bottom: 5px;
}

.fcol p {
    margin: 0 0 10px 0;
    color: #ccc;
    font-size: 16px;
}

.fcol p a {
    color: #fff;
}

#copyright {
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 15px;
    padding: 3px;
}

#footerlogo {
    background: url(../_img/sprite.svg?v=1.9.0) no-repeat -250px -0px;
    text-align: center;
    margin: 30px auto 15px;
    height: 43px;
    width: 156px;
}

#footerlogo a{
    display: block;
    text-indent: -5000px;
    height: 43px;
    width: 156px;
}

#copyright a {
    color: #999;
}

.clear {
    clear: both;
}

#colorbox:focus {
    outline: none;
}
