/* Write your custom CSS here */

.close {
    opacity: 0.4 !important;
}

.monospace {
   /* font-family: 'Black Ops One', cursive; */
    font-family: 'Comfortaa', cursive;
    font-size: 180px;
    color: black;
    text-align: center;
    display: inline-block;
    line-height: 180px;
    height: 150px;
    width: 150px;
}

.monospace2 {
    font-family: 'Comfortaa', cursive;
    font-size: 210px;
    color: black;
    text-align: center;
    display: inline-block;
    line-height: 200px;
    height: 150px;
    width: 150px;
}


.jugador {
    font-size: 15px;
    font-weight: 500;
    color: black;
    text-align: center;
    display: inline-block;
/*    line-height: 40px;
    height: 40px;
    */
}

.jugador2 {
    font-size: 30px;
    font-weight: 500;
    color: black;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    height: 40px;
}

.estadisticas {
    font-size: 15px;
    font-weight: 500;
    color: black;
    text-align: center;
    display: inline-block;
}

.img-color {
    border-radius: 50%;
    width:30px;
    height:30px;
    border:1px solid #000000;
}

.botonmarcador {
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-align: center;
    border-radius: 10px !important;
    border-width: 1px;
    border-color: #FFFFFF;
    width:60px;
    height:50px;
}

.botonmarcador2 {
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-align: center;
    border-radius: 10px !important;
    border-width: 1px;
    border-color: #FFFFFF;
    width:65px;
    height:55px;
}

.botonmarcadorbig {
    font-size: 25px;
    font-weight: bold;
    color: white;
    text-align: center;
    border-radius: 10px !important;
    border-width: 1px;
    border-color: #FFFFFF;
    width:50px;
    height:50px;
}

.fixed_header{
    width: 400px;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody{
    display:block;
    width: 100%;
    overflow: auto;
    height: 300px;
    overflow-y: scroll;
}

.fixed_header thead tr {
    display: block;
    overflow-y: scroll;
}

.fixed_header thead {
    background: white;
    color:#000000;
}

.fixed_header th, .fixed_header td {
    padding: 5px;
    text-align: left;
    width: 200px;
}