/* ----------------------------------------------div główny - kontener */
.raport_meczowy {
    margin-top: 10px; 
    padding: 0;
    margin-left: auto; margin-right: auto;
    width: 1000px;
    font-size: 13px;
}
/* ----------------------------------------------cz.1 - tytuł */
.rap1 {
    text-align: center;
    padding: 3px;
}
/* ----------------------------------------------cz.2 - dane główne, logo imprezy, sędziowie */
.rap2 {
    display: flex;
    /*flex-direction: column;*/
}
.rap2_1 {
    width: 400px;
}
.rap2_1_1 {
    padding: 2px;
}
.rap2_2 {
    width: 200px;
    text-align: center;
}
.rap2_3 {
    width: 400px;
    text-align: left;
}
.rap2_3_1 {
    padding: 2px;
    text-align: right;
}
/* ----------------------------------------------cz.3 - loga państw, przeciwnicy, wynik */
.rap3 {
    display: flex;
}
.rap3_1, .rap3_3 {
    width: 400px;
    text-align: center;
}
.rap3_2 {
    width: 200px;
    text-align: center;
}
.rap3_1_2, .rap3_3_2 {
    font-weight: bold;;
    font-size: 20px;
    padding: 4px;
}
.rap3_2_1 {
    font-weight: bold;;
    font-size: 40px;
    padding-top: 20px;
}
.rap3_2_2 {
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
}
/* ----------------------------------------------cz.4 - strzelcy, kartki */
.rap4 {
    display: flex;
    margin-bottom: 10px;
}
.rap4_1 {
    width: 475px;
    text-align: right;
}
.rap4_2 {
    width: 50px;
    text-align: center;
}
.rap4_3 {
    width: 475px;
    text-align: left;
}
.rap4_1_1, .rap4_3_1 {
    font-size: 12px;
    padding: 2px;
}
.rap4_2_1 {
    font-size: 11px;
    padding: 2px;
}
/* ----------------------------------------------cz.5 - zawodnicy - poziomo */
.rap5 {
    display: flex;
    margin-top: 15px;
}
.rap5_1, .rap5_3 {
    width: 475px;
}
.rap5_2 {
    width: 50px;
    text-align: center;
}
.rap5_1_1, .rap5_3_1 {
    display: flex;
    margin-top: 2px;
}
.rap5_1_1_1, .rap5_3_1_1 {
    width: 50px;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
}
.rap5_1_1_2, .rap5_3_1_2 {
    width: 25px;
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    font-size: 11px;
}
.rap5_1_1_3, .rap5_3_1_3 {
    width: 185px;
    text-align: left;
}
.rap5_1_1_4, .rap5_3_1_4 {
    width: 210px;
    text-align: left;
    font-size: 11px;
}
.rap5a_1, .rap5a_3 {
    display: flex;
    width: 475px;
}
.rap5a_1_1, .rap5a_3_1 {
    width: 50px;
}
.rap5a_1_2, .rap5a_3_2 {
    width: 425px;
    font-weight: bold;
    font-size: 12px;
}
.zejscie {
    color:red;
    font-size: 13px;}
.wejscie {
    color:#00CC00;
    font-size: 13px;}
/* ---------------------------------------------------------------cz.6 - wydarzenia */
.rap6 {
    margin-top: 15px;
    
}
.rap6_1 {
    background-color: #777777;
    color: #eeeeee;
    font-weight: bold;
    text-align: left;
    padding-top: 2px; padding-bottom: 2px; padding-left: 5px;
}
.rap6_2 {
    background-color: #EEEEEE;
    display: flex;
    padding-top: 1px; padding-bottom: 1px;
}
.rap6_3 {
    background-color: #dddddd;
    display: flex;
    padding-top: 1px; padding-bottom: 1px;
}
.rap6_1_1 {
    width: 450px;
    text-align: right;
}
.rap6_1_2 {
    width: 100px;
    text-align: center;
}
.rap6_1_3 {
    width: 450px;
    text-align: left;
}
.rap6_1_3a {
    width: 450px;
    text-align: right;
    font-style: italic;
    font-size: 11px;
}




