
.comm {
    line-height: .5; 
    font-size: 18px;
    margin-bottom: 10px; 
    cursor: pointer
}
.comm:hover {
    color: crimson;
}

#player {
    color: #cfd8dc;
    text-align: left;
}
#player_comm {
    background: #607d8b;
    padding: 5px;
    text-align: left;
    color: #cfd8dc;
}
