.competitionSelector{
    width: 80%;
    font-family: PtSansBold, Arial;
    font-weight: bold;
    margin-top: 1em;
}

.tabelle{
    margin-top: -1em;
}

table {
    width:100%;
    font-family: Arial;
}

td.tabelleTeam {
    font-size: 0.875em !important;
    font-family: PtSansBold, Arial;
    font-weight: normal !important;
}

tr, th, td {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 0.9em;
}

th {
    border-bottom: 1px solid #cccccc;
    background: #FFFFFF;
    color: #c4272e;
    font-weight: normal;
    font-size: 0.8em;
}

tr {
    background-image: url('../../images/mobile/table_background.png');
    background-repeat: repeat;
    color: #858585;
}

tr.active {
    background-image: url('../../images/mobile/table_background_active.png');
    background-repeat: repeat;
    color: #c4272e;
}

table td {
    padding: 0.5em 0em 0.5em 0em;
    border-bottom: 1px solid #cccccc;
}

table th {
    padding: 0.25em 0em 0.25em 0em;
}

table tr th:nth-child(1),
table tr td:nth-child(1){
    width: 15%;
    text-align: center;
}

table tr th:nth-child(2),
table tr td:nth-child(2){
    width: 32%;
    text-align: left;
}

table tr th:nth-child(3),
table tr td:nth-child(3){
    width: 12%;
    text-align: center;
}

table tr th:nth-child(4),
table tr td:nth-child(4){
    width: 13%;
    text-align: center;
}

table tr th:nth-child(5),
table tr td:nth-child(5){
    width: 15%;
    text-align: center;
}

table tr td:nth-child(6),
table tr td:nth-child(7){
    text-align: center;
}

table tr td:nth-child(1),
table tr td:nth-child(2),
table tr td:nth-child(3){
    font-weight: bold;
    color: #3c4650;
}

table tr td:nth-child(2) {
    font-family: PtSansBold, Arial;
    line-height: 0.8em;
    font-size: 0.95em !important;
    vertical-align: bottom;
}

table tr.active td {
    color: #c4272e;
}




/*
    Góllövőlista 
*/

.goalList table{
    font-family: Arial;
}
.goalList tr td:first-child{
    font-weight: bold;
    color: #3c4650;
}
.goalList tr td:nth-child(2){
    font-weight: normal;
    color: #000000;
    font-family: Arial;
    vertical-align: middle;
}
.goalList tr.active td{
    color: #c4272e;
}
.goalList tr td{
    padding: 0.25em 0em 0.25em 0em;
}
.goalList tr:first-child td{
    border-top: 1px solid #CCCCCC;
}

.homeGoalList table{
    font-family: Arial;
}
.homeGoalList{
    margin-bottom: 1em;
}
.homeGoalList tr td{
    font-weight: bold;
    color: #3c4650;
}
.homeGoalList tr.active td{
    color: #c4272e;
}
.homeGoalList tr td{
    padding: 0.25em 0em 0.25em 0em;
}
.homeGoalList tr:first-child td{
    border-top: 1px solid #CCCCCC;
}
.homeGoalList tr td:nth-child(2){
    font-weight: normal;
    font-family: Arial;
    vertical-align: middle;
}