@charset "utf-8";
/* CSS Document */

/* Spielpaarungen und Ergebnisse */

#radballtabelle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-color: black;
    border-style: groove;
    background: lightblue;
    
}

#radballtabelle td, #radballtabelle th {
    /*padding: 2px 20px 2px 20px;*/
    border: 1px solid gainsboro;
    /*border-color: white;*/

}
#radballtabelle th {
    /*padding: 2px 20px 2px 20px;*/
    border: 1px solid gainsboro;
    border-bottom: 1px solid black;
    /*border-color: white;*/

}

.t_th_left {
    text-align: left;
    padding: 2px 2px 2px 10px;
}
.t_th_right {
    text-align: right;
     padding: 2px 2px 2px 20px;
}
.t_th_center {
    text-align: center;
     padding: 2px 2px 2px 2px;
}

.t_mannschaft {
    /*width: 200px;*/
    text-align: left;
    /*border-bottom: 1px solid black;*/
    padding: 2px 10px 2px 10px;
}
.t_platz{
    padding: 2px 5px 2px 10px;
}
.t_score {
    text-align: right;
    font: 16px courier, sans-serif;
    vertical-align: bottom;

}
.t_scoreSP {

    
}
.t_scoreU {
    
}

.t_scoreS {
    color: green;
    
}
.t_scoreN {
    color: red;
    /*padding: 2px 2px 2px 10px;*/
    
}
.t_scoreP {
    text-align: center;
    font-weight: bold;
}



figure {
    border: thin #c0c0c0 solid;
    display: flex;
    flex-flow: column;
    padding: 5px;
    /*max-width: 295px;*/
    /*margin: 20px;*/
          float: left;
}


figcaption {
    background-color: black;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
    margin-top: 5px;
    max-width: 295px;
}
      .zweiprozeile {
          float: left;
          /*margin-left: 40px;*/
      }

.twopics {
    clear: both;
    margin: auto;
    width: auto;
    max-width: 800px;
    height: auto;
}

.clear {
    clear: both;
}
