body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, "arial ce", "helvetica ce", arial, helvetica, sans-serif;
    font-size: 12px;
    color: #00024a;
    text-align: justify;
}

TD  {
    color: #00024a;
    font-size: 12px;
}

h2 {
    color: #00024a;
    font-size: 18px;
}

A  {
    color: #49a1c7;
    font-size: 18px;
    font-weight: bold;
    text-decoration : underline;
}

A:Active  {text-decoration : underline;}

A:Hover  {
      color: #1d78a5;
      font-weight: bold;
      text-decoration : none;
}

#speedtest_contents {
    text-align: center;
}

#speedtest_credits {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

table.sp_tab td{
    background-color: #DBD9CA;
    font-size: 12px;
}

table.vysledek td{
    text-align: right;
    font-size: 12px;
}

table.speedtestjq {
    background-color: #CDCDCD; 
    border: 1px solid #102D71; 
    border-radius: 5px 5px 5px 5px;
    margin: 3px;
}

.checkboxst {
    font-size: 22px;
}

.buttonst {
    font-size: 22px;
    font-weight: bold;    
    display: block;
    padding: 4px 10px;
    color: #fff;
    width: 60%;
    background-color: #102D71;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid white;
    margin-top: 10px;
}

.buttonst:hover {
    color: #102D71;
    background-color: #fff;
    border: 1px solid #102D71;
    text-decoration: none;
}

.divst {
    text-align: center;
    font-size: 22px;
    display: block;
    padding: 4px 10px;
    color: #fff;
    width: 60%;
    background-color: #102D71;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid white;
    margin-top: 10px;
}
