a:link {
    text-decoration: none;
    color: #666666;
}

a:visited {
    text-decoration: none;
    color: #666666;
}

a:active {
    text-decoration: none;
    color: #999999;
}

a:hover {
    color: #3399ff;
}

a:focus {
    outline: 0
}

a:active, a:hover {
    outline: 0
}

td {
    border: 1px solid #4C5A67;
    padding: 5px 5px 5px 5px;
}

.bg {
    background-color: #999999;
}

.country-name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.centered {
    text-align: center;
}

.center-img {
    display: block;
    margin: 0 auto;
}

.icon-img {
    float: right;
    max-width: 32px;
    vertical-align: middle;
}

.logo-img {
    max-height: 40px;
    max-width: 115px;
}

.device-img {
    max-height: 60px;
    max-width: 95px;
    margin-right: 5px;
}

.flag-img {
    max-height: 30px;
    max-width: 50px;
}