body {
    margin: 0px;
    padding: 0px;
    font: 13px Arial;
    color: #000000;
    background-color: #1974cb;
}

img {
    border: none;
}

a:focus { 
    outline: 0; 
}

.fleft { 
    float:left;
}

.fright { 
    float:right;
}

.clear { 
    clear:both;
}

a {
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: underline;
}

/** layout **/

.topwrapper {
    background: #fcfcfc;
}

.hwrapper {       
}

.header {
    width: 1216px;
    height: 55px;
    position: relative;
    margin: 0px auto 0px auto;
    background: #092161;
}

.logo {
    width: 150px;
    height: 33px;
    position: absolute;
    top: 11px;
    left: 0px;
    z-index: 5000;
}

#lang {
    width: 167px;
    height: 60px;
    background: url('../images/layout/header/lang/inact.png');
    position: absolute;
    top: -10px;
    left: 171px;    
    z-index: 5000;
}

#langselector {
    width: 62px;
    height: 40px;    
    display: block;
    position: absolute;
    top: 19px;
    left: 16px;
}

#langmainicon {
    position: absolute;
    top: 28px;
    left: 31px;
}

#langoptions {
    display: none;
    margin: 63px 0px 0px 24px;
}

#langoptions ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#langoptions ul li {
    width: 115px;
    height: 23px;
    margin: 0px;
    padding: 0px;
    position: relative;
    background: url('../images/layout/header/lang/line.png') repeat-x bottom center;
}

#langoptions ul li:hover {
    background-color: #0b2a6d;
}

#langoptions ul li img {
    position: absolute;
    top: 2px;
    left: 3px;
}

#langoptions ul li span {
    position: absolute;
    top: 5px;
    left: 32px;
}

#langoptions ul li a {
    color: #ffffff;
    text-decoration: none;
}

#topmenu {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 55px;    
    display: inline-block;
    z-index: 5001;
}

#topmenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
}

#topmenu ul li {
    float: left;
    height: 55px;
    background: url('../images/layout/header/topmenu/separator.png') repeat-y top right;
    cursor: pointer;
}

#topmenu ul li:last-child {
    background: #092161;
}

#topmenu ul li:hover {   
    background: #fcfcfc;
    color: #4d4d4d;
}

#topmenu ul li:hover a {   
    color: #4d4d4d;
}

#topmenu ul li a {
    color: #ffffff;
    display: block;
    height: 35px;
    padding: 20px 20px 0px 20px;
    text-decoration: none;
    font-size: 14px;
}

#topmenus {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 70px;
    z-index: 5001;
    display: inline-block;
}

#topmenus ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
}

#topmenus ul li {
    float: left;
    height: 55px;
    background: url('../images/layout/header/topmenu/separator.png') repeat-y top right;
    cursor: pointer;
}

#topmenus ul li:last-child {
    background: #092161;
}

#topmenus ul li:hover {   
    background: #1974cb;
}

#topmenus ul li a {
    color: #ffffff;
    display: block;
    height: 42px;
    padding: 20px 20px 0px 20px;
    text-decoration: none;
    font-size: 14px;
}

.atline {
    height: 1px;
    background: #bebebe;
    margin: 26px 0px;
}

.abline {
    height: 1px;
    background: #e8e8e8;
    margin: 26px 0px;
}

.mwrapper {
    height: 55px;
    background: #092161;
}

.awrapper {
    width: 1000px;
    margin: 15px auto 10px auto;
}

.a1 {
    width: 100%;
    text-align: center;
    margin: 10px 0px;    
    
    /*
    box-shadow: 0px 0px 30px #828282;
    background-color: #ffffff;
    padding: 7px;
    */
}

.a2 {
    width: 336px;
    height: 280px;
    float: left;    
    border-radius: 7px;
    
    /*
    box-shadow: 0px 0px 30px #828282;
    background-color: #ffffff;
    padding: 7px;
    */
}

.r1 {
    width: 195px;
    height: 100px;
    float: left;    
    border-radius: 7px;
    
    margin-left: 16px; 
    opacity: 0.9;
    /*
    box-shadow: 0px 0px 30px #828282;
    background-color: #ffffff;
    padding: 7px;
    */
}

.r1x {
    width: 449px;
    height: 95px;
    float: left;           
    
    margin-left: 16px; 
    padding-top: 5px;
    /*
    box-shadow: 0px 0px 30px #828282;
    background-color: #ffffff;
    padding: 7px;
    */
    
    text-align: center;
    
    position: relative;
}

.r1xf {
    width: 217px;   
    text-align: center;
    padding: 10px 0px;
    opacity: 0.9;
    cursor: pointer;
    background: #c6c9d8;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.r1xm {
    width: 217px;    
    text-align: center;
    padding: 10px 0px;
    opacity: 0.9;
    cursor: pointer;
    background: #c6c9d8;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.r1xi {
    font-size: 28px;
    color: #dc5939;
}

.r1xh {
    font-size: 14px;
    font-weight: bold;
    color: #113cab;
}

.r1xc {
    color: #113cab;
}

.hov:hover {
    opacity: 1;
}

.homecontent {
    width: 1216px;
    margin: 0px auto;
    cursor: default;
}

.hlc {
    width: 712px;
    float: left;
}

.hlc h1 {
    margin: 0px 0px 13px 0px;
    padding: 0px 0px 0px 45px;
    background: url('../images/layout/main/graph_icon_v2.png') no-repeat left center;
    height: 38px;
    font-size: 27px;    
    font-weight: bold;
}

.hlcl {
    width: 712px;
    float: left;
    line-height: 18px;
}

.hlcl h1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
}

.hlc h1 span {
    position: relative;
    top: 5px;
    color: #dc5939;    
}

.hlc h1 span b {
    color: #424953;
    font-weight: bold;
}

.hlc h2 {
    margin: 13px 0px 13px 0px;
    padding: 0px 0px 0px 45px;
    background: url('../images/layout/main/settings_icon_v2.png') no-repeat left center;
    height: 38px;
    font-size: 27px;    
    font-weight: bold;
}

.hlc h2 span {
    position: relative;
    top: 5px;
    color: #dc5939;
}

.ranktop {
    margin: 13px 0px 13px 0px;
    padding: 0px 0px 0px 45px;
    height: 38px;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    color: #424953;
}

.ranktop b {
    top: 5px;
    color: #dc5939;
}

.hlc h2 span b {
    color: #424953;
    font-weight: bold;
}

.hrc {
    width: 464px;
    float: right;
}

.hrc a:hover {
    text-decoration: none;
}

.hrc h2 {
    margin: 0px 0px 13px 0px;
    padding: 0px 0px 0px 45px;
    background: url('../images/layout/main/graph_icon_v2.png') no-repeat left center;
    height: 38px;
    font-size: 27px;    
    font-weight: bold;
}

.hrcl {
    width: 464px;
    float: right;
    line-height: 18px;
}

.hrcl h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
}

.hrc h2 span {
    position: relative;
    top: 5px;
    color: #dc5939;    
}

.hrc h2 span b {
    color: #424953;
    font-weight: bold;
}

.hlc p {
    line-height: 20px;
}

.hrc p {
    line-height: 20px;
}

.bold {
    font-weight: bold;
}

.black {
    color: #000000;
}

.grey {
    color: #4d4d4d;
}

.tas {
    width: 25px;
    height: 280px;    
    float: left;
}

.abox {
    width: 464px;
    height: 214px;
    background: url('../images/layout/main/artbox/art_box.jpg') no-repeat top center;
    position: relative;
}

.abox img {
    width: 131px;
    height: 131px;
    position: absolute;
    top: 59px; 
    left: 23px;
} 

.abox .title {
    width: 410px;
    height: 16px;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 38px;
    color: #113cab;
    font-weight: bold;
}

.abox a {
    color: #113cab;
}

.abox .more {
    display: block;
    width: 101px;
    height: 24px;
    background: url('../images/layout/main/artbox/more_normal.png') no-repeat top left;
    position: absolute;
    top: 169px;
    left: 300px;
    text-decoration: none;
    padding: 9px 0px 0px 41px;
}

.abox .more:hover {
    background: url('../images/layout/main/artbox/more_hover.png') no-repeat top left;
}

.abox .content {
    width: 266px;
    height: 143px;
    font-size: 16px;
    position: absolute;
    top: 60px;
    left: 183px;
    color: #5c5c5c;
    font-size: 13px;
    line-height: 20px;
}

.toolsmainwrapper {    
    position: relative;
    /*background: #1974cb;*/
    background: #005197;
    cursor: default;
}

.toolsmaincontent {
    width: 1216px;
    cursor: default;
    position: relative;
    margin: 0px auto;
}

.testerwrapper {
    width: 1216px;
    height: 712px;
    position: relative;
}

.toolsmainwrapperl {
    min-height: 750px;
    position: relative;    
    /*background: #1974cb;*/
    background: #005197;
}

.toolsmaincontentl {
    width: 1216px;
    min-height: 750px;
    position: relative;
    margin: 0px auto;
    
}

.testerwrapperl {
    width: 1216px;
    height: 712px;
    position: absolute;
    top: 18px;
    right: 0px;
}

.tools {
    width: 1216px;
}

.tools h2 {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 47px;
    background: url('../images/layout/tools/tools_icon.png') no-repeat left center;
    height: 30px;
    font-size: 27px;   
    line-height: 27px;
    font-weight: bold;
}

.tools h2 span {
    position: relative;
    top: 5px;
    color: #01bcff;    
}

.tools h2 span b {
    color: #ffffff;
    font-weight: bold;
}

.toolssep {
    height: 1px;
    background-color: #505fa3; 
    margin-bottom: 20px;
}

.tool {
    width: 290px;
    height: 302px;
    background: url('../images/layout/tools/tools_backgroud.jpg') no-repeat top center;
    position: relative;
    opacity: 0.9;
    float: left;
    margin-bottom: 18px;
    /*box-shadow: 0px 0px 45px #333333;*/
}

.tml {
    margin-left: 18px;
}

.tool:hover {
    opacity: 1;
}

.tool img {
    position: absolute;
    top: 11px;
    left: 94px;
}

.tool h3 {
    position: absolute;
    top: 110px;
    left: 20px;
    width: 250px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #ffffff;
}

.tool p {
    position: absolute;
    top: 210px;
    left: 30px;
    width: 230px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #e2e2e2;
}

.mainsep {
    position: absolute;
    top: 750px;
    width: 100%;
    height: 1px;
    background: #1e92c8;
    z-index: 1000;
}

.mainsep2 {
    position: absolute;
    top: 1123px;
    width: 100%;
    height: 1px;
    background: #1e92c8;
    z-index: 1000;
}

.atwrapper {
    width: 1216px;
    margin: 0px 0px 0px 0px;
}

.a3 {
    width: 336px;
    height: 280px;
    float: left;       
    /*
    box-shadow: 0px 0px 45px #333333;
    background-color: #ffffff;
    */
    margin-right: 42px;
}

.nhov {
    opacity: 0.9;
}

.mobile {
    float: left;
    width: 460px;
    height: 280px;
    background: url('../images/layout/mobile/mobile_back.jpg') no-repeat top center;
    /*box-shadow: 0px 0px 45px #333333;*/
    position: relative;
}

.mobile a {
    color: inherit;
    text-decoration: none;
}

.mobile .title {
    width: 100%;
    position: absolute;
    top: 12px;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
}

.mobile .subtitle {
    width: 100%;
    position: absolute;
    top: 43px;
    text-align: center;
    font-size: 26px;
    color: #01bcff;
}

.mobile .android {
    position: absolute;
    top: 102px;
    left: 24px;
    height: 61px;
    background: url('../images/layout/mobile/android_icon.png') no-repeat top left;
    padding-left: 70px;
    padding-top: 10px;
    font-size: 12px;
    color: #ffffff;
}

.mobile .android a:hover {
    text-decoration: underline;
}

.mobile .android span {
    font-size: 22px;
    font-weight: bold;
    color: #90dd66;
}

.mobile .ios {
    position: absolute;
    top: 198px;
    left: 24px;
    height: 61px;
    background: url('../images/layout/mobile/ios_icon.png') no-repeat top left;
    padding-left: 70px;
    padding-top: 10px;
    font-size: 12px;
    color: #ffffff;
}

.mobile .ios a:hover {
    text-decoration: underline;
}

.mobile .ios span {
    font-size: 22px;
    font-weight: bold;
    color: #90dd66;
}

#speedtest {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1020px;
    height: 712px;
    font-family: Arial;
}

#a4 {
    position: absolute;
    top: 31px;
    left: 17px;
    width: 365px;
    height: 400px;
    display: none;
    z-index: 5000;
    color: #ffffff;
}

#a4s {
    position: absolute;
    top: 31px;
    left: 17px;
    width: 365px;
    height: 400px;
    display: none;
    z-index: 10000;
    color: #ffffff;
}

#mini {
    position: absolute;
    bottom: 30px;
    left: 0px;
    text-align: center;
    width: 1020px;
    color: #ffffff;
    font-size: 14px;
    z-index: 5000;
}

#mini a {
    color: #00e4ff;
}

#results {
    position: relative;
    top: -40px;
    z-index: 5000;
}

.wynik {
    width: 1195px;
    margin: 0px auto;
    color: #4d4d4d;
}

.wynik h1 {
    text-align: center;
}

.result {
    width: 1199px;
    /*margin-left: 11px;  */
    color: #000000;
}

.result .box {
    background: #ffffff;
    border-radius: 7px;
    
}

.result .box .header {
    height: 63px;
    width: 1197px;
    border-radius: 7px 7px 0px 0px;
    background: #f1f1f1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#efefef, #d2d2d2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#efefef, #d2d2d2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#efefef, #d2d2d2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#efefef, #d2d2d2); /* Standard syntax */
    
}

.result .box .header p {
    font-size: 18px;    
    padding: 22px 0px 0px 21px;
}

.result h2 {
    color: #ffffff;
    height: 32px;
    padding: 7px 0px 0px 50px;
    font-size: 23px;
    font-weight: normal;
    background: url('../images/results/header_icon.png') no-repeat left center;
}

.result h3 {
    color: #000000;
    height: 23px;
    padding: 5px 0px 5px 0px;
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0px 0px 0px;
    background: url('../images/results/pxblack.png') repeat-x bottom;
}

.result .inner {
    padding: 10px 35px;
}

.result .left {
    float: left;
    width: 350px;
}

.result .middle {
    float: left;
    background: url('../images/results/vertical_separator.png') repeat-y top center;
    margin: 64px 55px 0px 55px;
    height: 428px;
    width: 1px;
}

.result .right {
    float: left;
    padding-top: 11px;
}

.result .left .entry {
    height: 46px;
}

.result .left .entry p { 
    padding: 24px 25px 0px 0px;
    text-align: right;
}

.hs {
    background: url('../images/results/horizontal_separator.png') no-repeat top center;
}

.result .right .res {
    height: 38px;
    border-radius: 9px;
    background: #ededed;
    border: 1px solid #c7c7c7;
    width: 635px;
    margin-top: 15px;
    padding: 10px 0px 0px 10px;
}

.result .right .gback {
    margin-top: 2px;
    width: 620px;
    height: 10px;
    background: #c6c6c6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#a7a7a7, #ededed); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#a7a7a7, #ededed); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#a7a7a7, #ededed); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#a7a7a7, #ededed); /* Standard syntax */
}

.result .right .gact {
    width: 0px;
    height: 10px;
    background: #88c814; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#58820d, #8bcd14); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#58820d, #8bcd14); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#58820d, #8bcd14); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#58820d, #8bcd14); /* Standard syntax */
}

.result .right .guser {
    width: 0px;
    height: 10px;
    background: #ec7331; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#a24f22, #ff7c35); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#a24f22, #ff7c35); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#a24f22, #ff7c35); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#a24f22, #ff7c35); /* Standard syntax */
}

.result .share {
    background: #e5e5e5;
    padding: 10px 35px;
    border-radius: 0px 0px 7px 7px;
    font-size: 16px;
}

.result .resultimageback {
    background: url('../images/results/result_image_back.jpg') no-repeat top center;
    width: 1104px;
    height: 222px;
    position: relative;
}

.result .resultimage {
    width: 306px;
    height: 141px;
    position: absolute;
    top: 41px;
    left: 34px;
}

.result .links {
    width: 675px;
    height: 180px;
    position: absolute;
    top: 30px;
    left: 407px;
}

.result .links h4 {
    color: #ffffff;
    margin: 0px;
    padding: 5px 0px 10px 0px;
    font-size: 15px;
    background: url('../images/results/h4_dot.png') repeat-x bottom;
    margin-bottom: 10px;
    font-weight: normal;
    width: 662px;
}

.result .links textarea {
    width: 650px;
    height: 17px;
    overflow: hidden;
    background-color: #021849;
    opacity: 0.9;
    border: 1px solid black;
    color: #ffffff;
    padding: 5px;
    font-size: 13px;
    margin-bottom: 10px;
}

.a5 {
    width: 728px;
    height: 90px;
    float: left;    
    border-radius: 7px;
    padding: 7px;
    /*
    box-shadow: 0px 0px 45px #333333;
    background-color: #ffffff;
    */
    margin: 0px 25px 0px 12px;
}

.a6 {
    width: 415px;
    height: 90px;
    float: left;    
    border-radius: 7px;
    padding: 7px;
    /*
    box-shadow: 0px 0px 45px #333333;
    background-color: #ffffff;
    */
}

#testera {
    margin-top: 784px;
    position: absolute;
    z-index: 3000;
}

.a7 {
    width: 1120px;
    height: 250px;
    background-color: #f5f5f5;
    margin-top: 20px;
}

.footerwrapper {
    background: #000000;
}

.footer {
    width: 1216px;
    margin: 0px auto;
    background: #000000;
    color: #cfcfcf;
    padding: 45px 0px;
}

.footer .r a {
    color: #04eaff;
    margin: 0px 5px;
}

.footer .l a {
    color: #04eaff;
    margin: 0px 2px;
}

.a8 {
    width: 750px;
    height: 200px;
    float: left;    
    border-radius: 7px;
    padding: 7px;
    /*
    background-color: #ffffff;
    box-shadow: 0px 0px 45px #333333;
    */
}

.r8 {
    width: 195px;
    height: 200px;
    float: left;    
    border-radius: 7px;
    padding: 7px;
    margin-left: 16px; 
    /*
    box-shadow: 0px 0px 45px #333333;
    background-color: #ffffff;
    */
    
}

.stwrapper {
    width: 1216px;
    margin: 40px auto;
}

.sub {
    width: 1216px;
    margin: 0px auto;
    color: #ffffff;
    padding: 0px 0px 20px 0px;
    font-size: 14px;
    line-height: 21px;
}

.sub .left {
    float: left;
    width: 970px;
}

.sub .right {
    float: right;
    width: 209px;
}

.sub .a9w {    
    width: 209px;        
}

.a9 {
    width: 160px;
    height: 600px;    
    margin: 51px auto 0px auto;
}

.sub h1 {
    font-size: 27px;
    background: url('../images/layout/sub/h1_icon.png') no-repeat left center;
    padding: 7px 0px 0px 50px;
    margin: 0px 0px 20px 0px;
    height: 25px;
}

.sub h1 span {
    color: #01bcff;
}

.sub .block {
    width: 100%;
   
    background: #ffffff;
    color: #000000;
    margin-top: 20px;
}

.sub .block .head {
    width: 100%;
    height: 55px;    
    background: #f1f1f1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#efefef, #d2d2d2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#efefef, #d2d2d2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#efefef, #d2d2d2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#efefef, #d2d2d2); /* Standard syntax */ 
}

.sub .block .msg {
    padding: 10px 0px;
    text-align: center;    
    color: black;
    width: 100%;
    margin: 10px 0px;
    
}

.ok {
    background-color: #e1ffe5;
}

.err {
    background-color: #ffdddd;
}

.sub .block .content {
    padding: 17px;
}

.sub .block .head h1, .sub .block .head h2 {
    font-size: 16px;
    padding: 17px 0px 0px 17px;
    margin: 0px;
    height: 38px;
    background: none;
}

.sub .block .head h1 p, .sub .block .head h2 p {
    margin: 0px;
    padding: 0px;
}

.sub .block .content h2 {
    color: #424953;
}

.sub .block a {
    color: blue;
}

.appcatbar {
    cursor: pointer;
    padding: 0px 0px 8px 0px;
    border-radius: 7px;
}

.appcatbar:hover {
    background-color: #9ac3f0;
}

#map {   
}

input[type="submit"], input[type="button"] {
    display: inline-block;
    height: 31px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.9;
    background: #0364ca; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#02a7eb, #022e6b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#02a7eb, #022e6b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#02a7eb, #022e6b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#02a7eb, #022e6b); /* Standard syntax */
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 10px 0px;
}

input[type="submit"]:hover, input[type="button"]:hover {
    opacity: 1;
}

input[type="text"], input[type="password"], select {
    height: 28px;
    background: #ffffff;
    border: 1px solid gray;
    padding: 0px 10px;
    margin: 10px 0px;
}

.header .login {
    position: absolute;
    top: 23px;
    right: 5px;
    text-align: right;
    color: #ffffff;
    height: 30px;
}

.header .login a {
    color: #47c603;
}

.header .login span {
    display: inline-block;   
    position: relative;
    top: -9px;
}

.t1 {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    border: solid #cccccc 1px;

       
}

.t1 tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.t1 td {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 5px 10px;   
    font-size: 14px;
}

.t1 th {
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #e4e4e4, #f4f4f4);
    background-image:    -moz-linear-gradient(top, #e4e4e4, #f4f4f4);
    background-image:     -ms-linear-gradient(top, #e4e4e4, #f4f4f4);
    background-image:      -o-linear-gradient(top, #e4e4e4, #f4f4f4);
    background-image:         linear-gradient(top, #e4e4e4, #f4f4f4);
    
    text-align: center; 
    color: #4d4d4d;
    
    border-left: 1px solid #cccccc;
    border-top: none;
    padding: 5px 10px;   
    font-size: 14px;
    font-weight: bold;
}

.t1 th a {
    color: #4d4d4d;
}

.t1 td:first-child, .t1 th:first-child {
    border-left: none;
}

.t1 img {
    position: relative;
    top: 3px;
}

.t2 {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    border: none;
}   
    
.t2 td {
    border: none;
    padding: 5px 10px;   
    font-size: 12px;
}

.swhead {
    background: url('../images/siteworth/swtopback_v2.png') no-repeat top left;
    width: 100%;
    padding: 20px 0px 0px 0px;
}

.swhead img {
    float: left;
    margin: 0px 25px 0px 10px;
}

.swhead a {
    color: #00e4ff;
}

.swback {
    min-height: 164px;
    width: 968px; 
    margin: 30px 0px 23px 0px;
    background: url('../images/siteworth/swback_v2.png') no-repeat top left;
    border: 1px solid #01bcff;
    position: relative;
}

.swback .swa {
    position: absolute;
    top: 81px;
    left: 634px;
    width: 245px;
    height: 49px;
    background: url('../images/siteworth/swa_normal.png') no-repeat top left;
    cursor: pointer;
}

.swback .swa:hover {
    width: 245px;
    height: 49px;
    background: url('../images/siteworth/swa_hover.png') no-repeat top left;
}

.swback .sww {
    position: absolute;
    top: 81px;
    left: 634px;
    width: 245px;
    height: 49px;
    display: none;
    font-weight: bold;
    color: #000000;
    padding-top: 15px
}

.swback .swi {
    position: absolute;
    top: 92px;
    left: 72px;
    width: 553px;
    height: 34px;
}

.swback .swi input {
    border: none;
    margin: 0px;
    padding: 0px;
    background: transparent;
    width: 500px;
    padding-top: 3px;
    padding-left: 10px;
}     

.swback .swh {
    position: absolute;
    top: 33px;
    left: 57px;
    width: 553px;
    font-size: 20px;
    font-weight: bold;
}

.swback .result {
    width: 100%;
    padding-top: 164px; 
    margin: 0px;
}

.swback .swr {
    width: 944px;
    height: 573px;
    background: url('../images/siteworth/swr.png') no-repeat top left;
    position: relative;
}

.swback .swe {
    color: #000000;;
    padding: 0px 0px 30px 65px;
    font-weight: bold;
}

.swback .swr .domain {    
    position: absolute;
    top: 116px;
    left: 92px;
    font-weight: bold;
}

.swback .swr .uu {
    position: absolute;
    top: 295px;
    left: 64px;
    width: 210px;
    text-align: center;
    font-size: 18px;
}

.swback .swr .pr {
    position: absolute;
    top: 295px;
    left: 248px;
    width: 210px;
    text-align: center;
    font-size: 18px;
}

.swback .swr .reach {
    position: absolute;
    top: 295px;
    left: 443px;
    width: 210px;
    text-align: center;
    font-size: 18px;
}

.swback .swr .links {
    position: absolute;
    top: 295px;
    left: 665px;
    width: 210px;
    text-align: center;
    font-size: 18px;
}

.swback .swr .worth {
    position: absolute;
    top: 405px;
    left: 676px;
    width: 210px;
    text-align: center;
    font-size: 20px;
}

.swback .swr .itc {
    position: absolute;
    bottom: 25px;
    right: 61px;
    width: 528px;
    height: 83px;
}

.sws {
    padding: 20px;
}

.sws img {
    float: left;
    margin-right: 25px;
    box-shadow: 0px 0px 45px #333333;
}

.sws textarea {
    width: 495px;
    height: 17px;
    overflow: hidden;
    background-color: #021849;
    opacity: 0.9;
    border: 1px solid black;
    color: #ffffff;
    padding: 5px;
    font-size: 13px;
    margin-bottom: 10px;
}

#maprank {
    width: 100%;
    height: 600px;
}

.rgreen {
    color: green;
    font-weight: bold;
}

.rred {
    color: red;
    font-weight: bold;
}

.rblue {
    color: blue;
    font-weight: bold;
}

.rankhead {
    background: url('../images/siteworth/swtopback_v2.png') no-repeat top left;
    width: 100%;
    padding: 10px 0px 0px 0px;
    position: relative;
}

.rankhead .mi {
    position: absolute;
    top: 50px;
    left: 0px;
}

.rankhead .icon {
    float: left;
    margin: 0px 25px 0px 10px;
}

.rankhead a {
    color: #00e4ff;
}

.rankhead .cyan {
    color: #00e4ff;
    font-weight: bold;
}

.rankoptions {
    padding: 20px;
    background-color: #4dc805;
    box-shadow: 0px 0px 45px #333333;
    color: #000000;
}

.rankoptions h2 {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    
}

#ranking a {
    color: blue;
}

.mainrank {
    padding: 10px 0px 10px 10px;
}

.mainrank .pos {
    width: 921px;
    height: 141px;  
    position: relative;
}

.mainrank .pos .place {
    position: absolute;
    top: 14px;
    left: 56px;
    width: 120px;
    height: 60px;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 8px #000000;
}

.mainrank .pos .pozch {
    position: absolute;
    top: 15px;
    left: 186px;
    width: 37px;
    height: 34px;
    background: url('../images/rank/poschange.png') no-repeat top left;
    font-weight: bold;
    line-height: 15px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    padding: 3px 0px 0px 0px;
}

.mainrank .pos .ispl {
    position: absolute;
    top: 83px;
    left: 12px;
    width: 210px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #004d96;
    text-shadow: 2px 2px 8px #ffffff;
}

.mainrank .pos .isprh {    
    position: absolute;
    top: 16px;
    left: 263px;
    width: 455px;
    height: 20px;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.mainrank .pos .rh {    
    position: absolute;
    top: 49px;
    left: 383px;
    width: 300px;
    height: 75px;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.mainrank .pos .lh {    
    position: absolute;
    top: 49px;
    left: 242px;
    width: 115px;
    height: 75px;
    text-align: right;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.mainrank .pos .ispr {    
    position: absolute;
    top: 16px;
    left: 263px;
    width: 455px;
    height: 20px;
    text-align: left;
    color: #1974ca;
    font-size: 14px;
    line-height: 18px;
}

.mainrank .pos .r {    
    position: absolute;
    top: 49px;
    left: 383px;
    width: 300px;
    height: 75px;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.mainrank .pos .l {    
    position: absolute;
    top: 49px;
    left: 242px;
    width: 115px;
    height: 75px;
    text-align: right;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.mainrank .no1 {
    background: url('../images/rank/no1.png') no-repeat top left;
}

.mainrank .no1_isp {
    background: url('../images/rank/no1_isp.png') no-repeat top left;
}

.mainrank .no1_woj {
    background: url('../images/rank/no1_woj.png') no-repeat top left;
}

.mainrank .no2 {
    background: url('../images/rank/no2.png') no-repeat top left;
}

.mainrank .no3 {
    background: url('../images/rank/no3.png') no-repeat top left;
}

.mainrank .no {
    background: url('../images/rank/no.png') no-repeat top left;
}

.html5info {
    width: 500px;
    margin: 100px auto 0px auto;
    color: #ffffff;
    font-size: 16px;
}

.html5info h2 {
    text-align: center;
}

.html5info p {
    text-align: center;
}

.html5info a {
    display: inline-block;
    padding: 20px;
    color: #ffffff;
    background-color: #0276e6;
    border-radius: 7px;
    font-weight: bold;
    text-decoration: none;
}

.html5info a:hover {
    text-decoration: none;
    background-color: #037cf1;
}

.at {
    width: 430px; 
    height: 470px; 
    position: relative;
}

.ati {
    position: absolute;
    top: 43px;
    left: 7px;
    background: url('../images/misc/after_test.png') no-repeat top left;
    width: 422px;
    height: 396px;
}

.atih {
    position: absolute;
    top: 8px;
    left: 95px;
    font-size: 20px;
    color: #ffffff;
}

.atia {
    position: absolute;
    top: 73px;
    left: 43px;
    width: 336px;
    height: 280px;
}

#facebook {
    width: 384px;
    height: 214px;
    position: fixed;
    top: 430px;
    right: -300px;
    background: url('../images/misc/facebook.png') no-repeat top left;
    cursor: pointer;
    z-index: 5000;
}

#facebook .inner {
    position: absolute;
    top: 0px;
    left: 84px;
    width: 300px;
    height: 214px;
}

.a10 {
    position: absolute;
    top: 22px;
    right: 0px;
    width: 160px;
    height: 600px;
}

.a12 {
    width: 970px;
    height: 90px;
    margin: 0px 0px 0px 25px;
}

#a11 {
    position: absolute;
    top: 522px;
    left: 142px;
    width: 750px;
    height: 100px;
    display: none;
    z-index: 5000;
    text-align: center;
}

pre {
    overflow: auto;
    padding: 5px;
    background: #eeeeee;
}

.isp1 {
    font-size: 20px;
    color: #15589d;
    font-weight: bold;
}

.isp2 {
    font-size: 17px;
    color: #197a05;
    font-weight: bold;
}

.isp3 {
    font-size: 13px;
    color: #88591e;
    font-weight: bold;
}

.mainrank .offer {
    position: absolute;
    top: 50px;
    right: 55px;
}

.mainrank .offer2 {
    position: absolute;
    top: 85px;
    right: 73px;
}

.rank_stars_back {
    display: inline-block;
    width: 80px;
    height: 16px;
    background: url('../images/rank/stars_inact.png') no-repeat top left;
    position: relative;
    top: 2px;
}

.rank_stars_act {
    width: 16px;
    height: 16px;
    background: url('../images/rank/stars_act.png') no-repeat top left;
}

/** linkage **/

#linkage {
    display: block;
    width: 310px;
    padding: 5px;
    color: #000000;
    position: absolute;
    top: 9px;
    left: 195px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 5000;
}
#linkage img {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
#linkage #selector {
    display: inline-block;
    background: #8bddff;
    float: left;
    cursor: pointer;
    text-align: right;
    padding: 5px;
}        
#linkage #loptions {
    display: none;
    background: #8bddff;
    padding: 5px;
}
#linkage #loptions .hdr {
    display: block;
    text-align: left;
    padding: 5px;
}
#linkage #loptions .item {
    display: block;
    text-align: left;
    padding: 5px;
    cursor: pointer;
}
#linkage #loptions .item:hover {
    background: #ededed;
}
#linkage #loptions .item a {
    text-decoration: none;
    color: #000000;
    display: block;
}
#linkage .clr {
    clear: both;
}

.wynik-background {
    background: #fcfcfc;
}

.wynik-box {
    font-family: 'Exo 2', sans-serif;
    width: 100%;
    border: 1px solid #00aaff;
    height: 275px;
    position: relative;
    background: #ffffff;
}

.wynik-box .ranking {
    width: 230px;
    height: 235px;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #00aaff;
    position: absolute;
    top: 20px;
    left: 0px;
}

.wynik-box .ranking a {
    text-decoration: none;
    color: #000000;
}

.wynik-box .ranking-op {
    opacity: 0.9;
    cursor: pointer;
}

.wynik-box .ranking-op:hover {
    opacity: 1;
}

.wynik-box .ranking .ranking-title {
    padding: 0px 15px;
    text-align: center;
    font-size: 19px;
}

.wynik-box .ranking .ranking-podium {
    width: 102px;
    height: 106px;
    background: url('../images/new/ranking.png') no-repeat top center;
    margin: 20px auto;
}

.wynik-box .ranking .ranking-footer {
    padding: 0px 15px;
    text-align: center;
    font-size: 19px;
    color: #00aaff;
}

.wynik-box .wynik-area {
    width: 554px;
    height: 235px;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #00aaff;
    position: absolute;
    top: 20px;
    left: 235px;
}

.wynik-box .ping-box {
    width: 125px;
    height: 112px;    
    position: absolute;
    top: 11px;
    left: 210px;
}

.wynik-box .download-box {
    width: 193px;
    height: 112px;    
    position: absolute;
    top: 0px;
    left: 10px;
}

.wynik-box .upload-box {
    width: 193px;
    height: 112px;    
    position: absolute;
    top: 0px;
    left: 347px;
}

.wynik-box .box-title {
    text-align: center;
    color: #121212;
    font-size: 16px;
    margin-bottom: 4px;    
}

.wynik-box .box-title span {
    font-size: 12px; 
    font-style: italic;
}

.wynik-box .box-value {
    text-align: center;
    font-size: 21px;
    color: #00aaff;
}

.wynik-box .box-value-ping {
    text-align: center;
    font-size: 21px;
    color: #00aaff;
}

.wynik-box .box-value span {
    font-size: 32px;
    color: #121212;
}

.wynik-box .box-value-ping span {
    text-align: center;
    font-size: 21px;
    color: #121212;
}

.wynik-box .testuj-ponownie {
    width: 332px;
    height: 61px;
    background: url('../images/new/testuj_ponownie.png') no-repeat top center;
    margin: 20px auto 0px auto;
    background-size: 100%;
    position: absolute;
    top: 90px;
    left: 115px;
    cursor: pointer;
    opacity: 0.9;
}

.wynik-box .testuj-ponownie:hover {
    opacity: 1;
}

.wynik-box .info1-box {
    width: 193px;
    height: 36px;    
    position: absolute;
    top: 200px;
    left: 11px;
}

.wynik-box .info2-box {
    width: 308px;
    height: 36px;    
    position: absolute;
    top: 200px;
    left: 119px;
}

.wynik-box .info3-box {
    width: 173px;
    height: 36px;    
    position: absolute;
    top: 200px;
    left: 364px;
}

.wynik-box .info1box-title {
    text-align: left;
    color: #121212;
    font-size: 12px;
    margin-bottom: 4px;    
}

.wynik-box .info1box-value {
    text-align: left;
    font-size: 13px;
    color: #00aaff;
}

.wynik-box .info2box-title {
    text-align: center;
    color: #121212;
    font-size: 12px;
    margin-bottom: 4px;    
}

.wynik-box .info2box-value {
    text-align: center;
    font-size: 13px;
    color: #00aaff;
}

.wynik-box .info3box-title {
    text-align: right;
    color: #121212;
    font-size: 12px;
    margin-bottom: 4px;    
}

.wynik-box .info3box-value {
    text-align: right;
    font-size: 13px;
    color: #00aaff;
}

.wynik-box .sharing-box {
    width: 130px;
    height: 60px;
    position: absolute;
    top: 186px;
    left: 211px;
}

.wynik-box .sharing-box .share-title {
    text-align: center;
    color: #121212;
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
}

.wynik-box .sharing-box .fb-ico {
    width: 27px;
    height: 26px;
    background: url('../images/new/fb_ico.png') no-repeat;
    background-size: 100%;    
    opacity: 0.9;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0px 3px 0px 18px;
}

.wynik-box .sharing-box .fb-ico:hover {
    opacity: 1;
}    

.wynik-box .sharing-box .forum-ico {
    width: 27px;
    height: 26px;
    background: url('../images/new/forum_ico.png') no-repeat;
    background-size: 100%;    
    opacity: 0.9;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0px 3px;
}

.wynik-box .sharing-box .forum-ico:hover {
    opacity: 1;
} 

.wynik-box .sharing-box .img-ico {
    width: 27px;
    height: 26px;
    background: url('../images/new/img_ico.png') no-repeat;
    background-size: 100%;    
    opacity: 0.9;
    cursor: pointer;
    display: inline-block;
    clear: both;
    margin: 0px 3px;
}

.wynik-box .sharing-box .img-ico:hover {
    opacity: 1;
} 

.wynik-box .sharing-box .sharing-status {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 0px;
}

.wynik-box .comp {
    width: 429px;
    height: 235px;
    border: none;  
    position: absolute;
    top: 20px;
    left: 789px;
}

.wynik-box .comp .a21 {
    width: 380px;
    height: 235px;
    position: absolute;
    top: 0px;
    left: 13px;
}


.wynik-box .comp .comp-hdr {
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wynik-box .comp .comp-hdr {
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.wynik-box .comp .comp-bar-label {
    width: 400px;
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.wynik-box .comp .comp-bar {
    display: inline-block;
    margin: 0px 10px 10px 20px;
    height: 30px;
    background: url('../images/new/graph_bar.png') repeat-x top;
    float: left;
}

.wynik-box .comp .comp-result {
    display: inline-block;    
    height: 30px;
    margin-bottom: 10px;    
    clear: both;
    font-size: 16px;
    color: #00aaff;
}

.wynik-box .comp .comp-result span {
    color: #121212;
    font-size: 20px;
}

.isp-box {
    font-family: 'Exo 2', sans-serif;
    width: 100%;
    position: relative;
    color: #00aaff;
    font-size: 16px;
    text-align: left;
    padding: 0px 0px;
    margin: 20px auto;
    text-align: center;
}

.isp-box span {        
    color: #121212;
}

.result-news-box {
    width: 389px;
    height: 98px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    opacity: 0.9;
    margin: 3px;
    padding: 13px 0px;
}

.result-news-box:hover {
    opacity: 1;
}

.result-news-box .news-box-hdr {
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
}

.result-news-box .news-box-img {
    width: 95px;
    height: 95px;
    float: left;
    margin: 0px 15px 15px 15px;
}

.result-news-box .news-box-img img {
    width: 95px;
    height: 95px;
}

.result-news-box .news-box-content {
    width: 217px;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
}

.result-news-box-a {
    text-decoration: none;
    color: #121212;
    display: inline-block;
}

.ha5 {
    width: 100%;
    height: 200px;
    background: #1974cb;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
}

.ha5 .cnt {
    margin: 0px auto;
    width: 1000px;
    height: 200px;
    position: relative;
    cursor: pointer;
}

.ha5 a {
    text-decoration: none;
    color: #ffffff;
}

.ha5 .cnt:hover {
    opacity: 1;
}

.ha5 .cnt .psp-button {
    width: 303px;
    height: 59px;
    display: inline-block;
    background: url('../images/baners/20170228_przyspiesz_button.png');           
    opacity: 0.95;
    margin-top: 0px;
}

.ha5 .cnt .psp-button:hover {
    opacity: 1;
}

.ha5 .cnt .psp-txt {
    height: 75px;
    font-size: 24px;
    color: #ffffff;   
    padding-top: 37px;
}

.liveresults {
    width: 1216px;
    margin: 30px auto 25px auto;
}

.t3 {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    border: solid #cccccc 1px;
    font-family: Arial !important;
}

.t3 tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.t3 td {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 2px 10px;
    font-size: 10px;
    text-align: center;
}

.t3 th {
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #e4e4e4, #f4f4f4);
    background-image:    -moz-linear-gradient(top, #e4e4e4, #f4f4f4);
    background-image:     -ms-linear-gradient(top, #e4e4e4, #f4f4f4);
    background-image:      -o-linear-gradient(top, #e4e4e4, #f4f4f4);
    background-image:         linear-gradient(top, #e4e4e4, #f4f4f4);

    text-align: center;
    color: #4d4d4d;

    border-left: 1px solid #cccccc;
    border-top: none;
    padding: 2px 10px;
    font-size: 10px;
    font-weight: bold;
}

.t3 th a {
    color: #4d4d4d;
}

.t3 td:first-child, .t3 th:first-child {
    border-left: none;
}

.t3 img {
    position: relative;
    top: 3px;
}

#pingtest {
    width: 1216px;
    margin: 0px auto;
}

#pingtest #a1 {
    width: 300px;
    float: left;
}

#pingtest #a2 {
    width: 890px;
    float: left;
    margin-left: 22px;
}