#boton_jugar{
    background-color: #FFA500;
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 15px;
    text-decoration: none;
}

#boton_jugar a{text-decoration: none;}

#conten_boton_jugar{
    float: right;
    margin-bottom: 5px;
    width: 80px;
}

#panel_user{
    background-color: black;
    color: white;
    min-height: 300px;
}

#panel_user_estadisticas{
    border-bottom: 1px solid white;
    color: white;
    font-size: 2em;
    padding: 12px 10px 10px 10px;
}

#panel_user_partidas_single{
    border-bottom: 1px solid #FB1919;
    color: #FB1919;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0px 0px 30px;
    width: 94%;
}

.panel_user_colunm{
    display: inline-block;
    vertical-align: top;

}

.panel_user_colunm ol ul li{

    background-image: none;
    list-style: none;

}

.panel_user_li{
    background-image: none;
    list-style: none;
}

.panel_user_puntuacion{
    font-size: 1.4em;
    font-weight: bold;
    text-shadow: 0 0 0.5em #00b000,0 0 0.5em #00b000,0 0 0.5em #00b000;
}

.panel_user_li_row{
    display: inline-block;
    margin: 10px 5px;
}

.panel_user_ul{
    background-image: none;
    list-style: none;
}