.scoreboard {
    position: relative;
    width: 1005px;
    height: 65px;
    background-color: #8b744f;
    padding-left: 10px;
    border-style: solid;
    border-width: 1px;
}
.suppression {
    background-color: #a02b06;
}
.nationselect {
    background-color: #4f6b8b;
}
.scoreboard .nation {
    width: 250px;
    height: 55px;
    float: left;
}
.scoreboard .nation .header {
    width: 240px;
    height: 24px;
}
.scoreboard .nation .header .name {
    font-size: 1.2em;
    color: #280000;
    float: left;
}
.scoreboard .nation .header .wonlast {
    width: 21px;
    height: 17px;
    margin-left: 5px;
    margin-top: 3px;
    float: left;
}.scoreboard .nation .header .sparkle {
    width: 21px;
    height: 21px;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: -4px;
    float: left;
}
.scoreboard .nation .header .details {
    font-size: 0.6em;
    color: #280000;
    margin-right: 0px;
    margin-top: 7px;
    float: right;
}
.scoreboard .nation .score {
    border-style: solid;
    border-width: 2px;
    border-color: #402f1f;
    background-color: #0f0c08;
    width: 240px;
    height: 19px;
    position: relative;
}
.scoreboard .nation .score .progress {
    height: 19px;
    position: absolute;
    top: 0px;
}
.scoreboard .nation .score .startpoints {
    background-color: #6c7610;
    left: 0px;
}
.scoreboard .nation .score .victorypoints {
    background-color: #d9af18;
}
.scoreboard .nation .score .portspoints {
    background-color: #a02b06;
}
.scoreboard .nation .score .totalpoints {
    position: absolute;
    right: 5px;
    top: -1px;
    color: white;
    font-size: 0.9em;
}

.scoreboard .times {
    font-size: 0.7em;
    bottom: 0px;
    position: absolute;
    clear: left;
}
.scoreboard .times span {
    margin-right: 20px;
}

.scoreboard .times span.histgraph,
.scoreboard .times span.histgraph:link,
.scoreboard .times span.histgraph:visited {
    text-decoration: none;
    font-weight: normal;
    color: #bdaf8a;
    cursor: pointer;
}
.scoreboard .times span.histgraph:hover {
    text-decoration: none;
    font-weight: normal;
    color: #4b332f;
    cursor: pointer;
}
