.port-battles-unrest {
    max-height: 140px;
    overflow: auto;
    width: 1005px;
    background-color: #8b744f;
    padding-left: 10px;
    border-style: solid;
    border-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.port-battles-unrest div.link {
    float: right;
    margin-left: -100%;
    margin-right: 10px;
    font-size: 0.7em;
}
.port-battles-unrest div.link a,
.port-battles-unrest div.link a:link,
.port-battles-unrest div.link a:visited {
    text-decoration: none;
    color: #bdaf8a;
}
.port-battles-unrest div.link a:hover {
    text-decoration: none;
    color: #4b332f;
}

.port-battles-unrest table thead .header th {
    text-align: left;
    font-weight: bold;
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
}
.port-battles-unrest table thead .header .name {
    width: 12em;
}
.port-battles-unrest table tbody .battle {
    font-weight: bold;
}
.port-battles-unrest table tbody .attack {
    font-weight: bold;
}
.port-battles-unrest table tbody .port {
    cursor: crosshair;
}
.port-battles-unrest table tbody .port:hover {
    background-color: #6b543f;
}
.port-battles-unrest table tbody .port td {
    padding-left: 5px;
    padding-right: 5px;
}
.port-battles-unrest table thead .header th.unrestNations,
.port-battles-unrest table thead .header th.time .small,
.port-battles-unrest table tbody .port td.attacker,
.port-battles-unrest table tbody .port td.defender,
.port-battles-unrest table tbody .port td.time,
.port-battles-unrest table tbody .port td.pbmap,
.port-battles-unrest table tbody .port td.unrestNations {
    font-size: 0.7em;
}

.port-battles-unrest table tbody .port td.pbmap a,
.port-battles-unrest table tbody .port td.pbmap a:link,
.port-battles-unrest table tbody .port td.pbmap a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}
.port-battles-unrest table tbody .port td.pbmap a:hover {
    text-decoration: none;
    font-weight: normal;
    color: #333333;
}
.port-battles-unrest table tbody .battle td.pbmap a,
.port-battles-unrest table tbody .battle td.pbmap a:link,
.port-battles-unrest table tbody .battle td.pbmap a:visited,
.port-battles-unrest table tbody .battle td.pbmap a:hover {
    font-weight: bold;
}

}
.port-battles-unrest table tbody .port td.owner {
    text-decoration: underline;
    color: #a85;
}
.port-battles-unrest table tbody .port td.owner span {
    color: black;
}
.port-battles-unrest table thead .header th.time .small {
    line-height: 1.5em;
    vertical-align: bottom;
}
.port-battles-unrest table thead .header th .sort {
    cursor: s-resize;
}
.port-battles-unrest table thead .header th .floatleft {
    float: left;
}
.port-battles-unrest table thead .header th .floatright {
    float: right;
}
.portgraphlink {
    font-size: 0.6em;
    margin-left: 0.5em;
    cursor: help;
    top: -0.2em;
}
.portgraphlink-l {
    font-size: 0.6em;
    margin-right: 0.5em;
    cursor: help;
    top: -0.2em;
}
