.map {
     position: relative;
}

.territory {
     position: absolute;
     width: 36px;
     height: 36px;
     background-image: url('/images/risk_territories.png');
}

.territory.capital {
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url('/images/risk_capitals.png');
}

.territory.grey {
    background-position: 0px 0px;
}
.territory.grey.not_visible {
    background-position: 0px -72px;
}
.territory.green {
    background-position: -36px 0px;
}
.territory.blue {
    background-position: -72px 0px;
}
.territory.red {
    background-position: -108px 0px;
}
.territory.pink {
    background-position: -144px 0px;
}
.territory.purple {
    background-position: -180px 0px;
}
.territory.orange {
    background-position: -216px 0px;
}
.territory.black {
    background-position: -252px 0px;
}
.territory.yellow {
    background-position: -288px 0px;
}
.territory.cyan {
    background-position: -324px 0px;
}
.territory.grey.selected {
    background-position: 0px 72px;
}
.territory.green.selected {
    background-position: -36px 72px;
}
.territory.blue.selected {
    background-position: -72px 72px;
}
.territory.red.selected {
    background-position: -108px 72px;
}
.territory.pink.selected {
    background-position: -144px 72px;
}
.territory.purple.selected {
    background-position: -180px 72px;
}
.territory.orange.selected {
    background-position: -216px 72px;
}
.territory.black.selected {
    background-position: -252px 72px;
}
.territory.yellow.selected {
    background-position: -288px 72px;
}
.territory.cyan.selected {
    background-position: -324px 72px;
}

.territory a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    line-height: 36px;
}

table {
    margin-bottom: 10px;
}

.admin_table {
    border:1px solid black;
    width:100%;
    text-align:left;
    margin-bottom: 25px;
}
.admin_table th, .admin_table tr, .admin_table td {
    border:1px solid black;
    padding: 10px;
}

#game_summary {
    position: absolute;
    margin-bottom: 20px;
}

#game_summary .header {
    text-align:center;
    border-top: 1px solid black;
    border-bottom:1px solid black;
    font-size:14px;
    padding:1px;
    font-weight:bold;
    margin-top:2px
}

#players {
    float: left;
    background-color:#dcdcdc;
    height:250px;
    border:1px solid black;"
}

#players_table {
    font-size: 14px;
    width:100%;
    text-align:center;
    border-bottom:1px solid black;    
    border-left:1px solid black;    
}
#players_table tr, #players_table td, #players_table th {
    border-top:1px solid black;
    border-right:1px solid black;
}


#replay_summary {
    height:210px;
    background-color:#dcdcdc;
    font-size:12px;
    border:1px solid black;
    line-height:12px;
}

#replay_summary ul {
    list-style-type:none;
    -webkit-padding-start:10px;
    overflow-y: scroll;
    height: 190px;
    padding-left: 10px;
    margin-left: 0px;
}

#replay_summary li.entry {
    list-style-type:none;
    width:100%;
    display: inline-block;
    border-bottom: 1px solid white;
    font-size: 11px;
}

#replay_summary li.entry .timestamp {
    float:left;
    display:inline-block;
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 18px;
}
#replay_summary li.entry .message {
    float:left;
    display: inline-block;
    width: auto;
    word-wrap: break-word;
    line-height: 18px;
    padding-bottom: 2px;
    padding-top: 2px;
}

#game_log {
    float: right;
    height:250px;
    background-color:#dcdcdc;
    font-size:12px;
    border:1px solid black;
    line-height:12px;
}

#game_log ul {
    list-style-type:none;
    -webkit-padding-start:10px;
    overflow-y: scroll;
    height: 190px;
    padding-left: 10px;
    margin-left: 0px;
}

#game_log li.entry {
    list-style-type:none;
    width:100%;
    display: inline-block;
    border-bottom: 1px solid white;
}

li.entry .timestamp {
    float:left;
    text-align:right;
    display:inline-block;
    padding-bottom:5px;
    padding-right:10px;
    width: 120px;
}
li.entry .message {
    float:left;
    text-align;left;
    display:inline-block;
    padding-bottom:2px;
    width: 330px;
    word-wrap: break-word;
    padding-left: 10px;
    padding-top:2px;
    line-height: 14px;
}
