.leaderboard-ad-container {
    margin-top: 5px;
    margin-bottom: 10px;
}

.user-action-input {
    border-radius: 0.5em;
}

.status-log-container, .user-action-input {
    background: #fefefe;
    border: 1px solid #e8e8e8;
    border-radius:0.8em;
    padding:15px;
}

/* Game Status Area Classes */

p.room_description, p.info, .comm_say, .comm_gossip, .comm_shout {
    padding:1em;
}

p.room_description {
    border: 1px solid black;
}

p.info {
    background: #e8e8e8;
}

.room_name {
    color:darkslateblue;
    font-weight:bold;
}

.room_imm_info {
    color: #ff0000;
    font-weight: bold;
}

.exit_list {
    color:darkgreen;
    font-weight:bold;
}

.char_list {
    font-weight:bold;
}

.comm_say {
    background: #cccccc;
}
.comm_gossip {
    background: #cccccc;
}
.comm_shout {
    background: #cccccc;
}