body {
    padding: 0;
    margin: 0;
}

#europe {
    margin: 0;
    padding: 0;
    width: 423px;
}

#europe img {
    border: 0;
}

#europe .map {
    margin: 0;
    padding: 0;
}

#europe .table {
    display: table;
    width: 423px;
}

#europe .trline1 {
    display: table-row;
    background-color: #b5b5b5;
}

#europe .trline2 {
    display: table-row;
    background-color: #fafafa;
}

#europe .left, #europe .center, #europe .right {
    display: table-cell;
    padding: 3px;
    font-family: "Open Sans", sans-serif, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
    font-size: 12px;
    font-weight: 400;
    color: #333;
}

#europe .left {
    text-align: left;
}

#europe .center {
    text-align: center;
}

#europe .right {
    text-align: right;
}