.hidden span,
.hidden select {
    display: none;
}
.hidden input {
    visibility: hidden;
}
a,
a:link,
a:visited,
a:active {
    text-decoration: none;
    color: black;
}
#pbr {
    font-family: Georgia;
    background-color: #bdaf8a;
    margin-top: 10px;
    margin-left: 10px;
}
#pbr form {
    padding: 0px;
    margin: 0px;
}
#pbr form input,
#pbr form select {
    margin-left: 5px;
    margin-right: 5px;
}


div.table {
    display: table;
}
div.serverrow {
    display: table-row;
}
div.leftcolumn,
div.rightcolumn {
    display: table-cell;
    vertical-align: top;
}
div.leftcolumn {
    border-style: none solid;
    border-width: 1px;
}
div.table div.serverrow:last-child div.leftcolumn {
    border-bottom-style: solid;
    border-width: 1px;
}

div.header div.leftcolumn {
    border-top-style: solid;
    border-width: 1px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    background-color: #6b542f;
}
#pbr table tbody tr.server th {
    background-color: #8b744f;
    cursor: pointer;
}
#pbr table tbody tr.server th a {
    display: block;
}

#pbr table tr td {
    padding: 0px 5px;
}

td.data {
    padding: 0px;
}
td.data table tr td:first-child {
    width: 20px;
    text-align: right;
    font-size: 0.7em;
}
td.data table tr td:last-child {
    width: 32px;
    text-align: right;
    font-size: 0.7em;
}

.ENGLAND {
    color: red;
}
.SPAIN {
    color: yellow;
}
.FRANCE {
    color: blue;
}
.PIRATE {
    color: black;
}
