body {

    background: #fff!important;
    font-family: 'Poppins', sans-serif;
}

.pizarra {

        background: #fff;
        padding: 3px;
        border: 1px solid #ddd;
        box-shadow: 0 0 3px 1px rgba(0,0,0,.06);
        border-radius: 5px;
        margin-top: 10px;
}

.table thead th {
    vertical-align: middle!important;
    border-bottom: 1px solid #dee2e6!important;
    font-size: 12px;
    font-weight: bold;
}


.table td, .table th {
    padding: .30rem!important;
    vertical-align: top;
    border-top: 0px solid #dee2e6!important;
    border-bottom: 1px solid #f2f2f2;
}

.table {
    width: 100%;
    margin-bottom: 0rem!important;
    color: #212529;
    border-top: 0px!important;
    margin-top: .5rem!important;
    margin-left: .5rem!important;
}

.runs {

    font-weight: 600;
    font-size:16px!important;
}

.team {

    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 5px;
}

.entrada {
    font-weight: 600;
    font-size: 12px;
}

*, ::after, ::before {
    box-sizing: border-box;
    text-align: left;
}

.lanzadores {

    font-size: 11px;
    margin-left: 1rem;
    text-align: left;
}

.estadio {

   text-transform: uppercase;
   font-size: 11px;
}