.tabellenkopf {
    font-weight: bold;
    background-color: #f5f5f5;
    text-align: center;
}

.tippen {
    width: 100%;
}

.tippen img {
    max-width: 14px;
    max-height: 9px;
}

.tippen input {
    font-size: 14px;
    background-color: #edfef1;
    padding: 1px 2px;
    text-align: center;
    width: 34px;
}

.tippen td {
    padding: 2px;
}

.tippen th {
    word-break: break-word;
}


.tiphideoverflow {
    height: 21px;
    overflow: hidden;
}

.content {
    background-color: #fdfffe;
}

.livetickerTable td {
    padding: 2px;
}

.tippuebersicht {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    display: block;
}
.tippuebersicht td {
    border: 1px solid #eee;
    margin: 0;
    padding: 2px;
}
.tippuebersicht th {
     position: sticky;
     top: 0;
     z-index: 1;
     background-color: #f5f5f5;
}

.ranking {
    width: 100%;
    hyphens: auto;
    padding: 1px;
}

.ranking th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f5f5f5;
    word-break: break-word;
}

.gametable {
    width: 100%;
    padding: 1px;
}

.gametable th {
    word-break: break-word;
}

.ranglisteAdminZeile td, .greyRow td {
    color: #BBB;
}

.menuoben ul {
	padding: 5px;
	margin: 0;
}
.menuoben li {
	padding: 0;
	margin: 0;
	display: block;
}
.menuoben div {
    float: left;
    width: 152px;
}

.long-view{
   display: inline-block;
}

.short-view{
   display: none;
}

@media screen and (max-width: 970px) {
    .long-view{
       display: none;
    }

    .short-view{
       display: inline-block;
    }
}


.long-view-td {
   display: table-cell;
}

.short-view-td {
   display: none;
}

@media screen and (max-width: 700px) {
    .long-view-td {
       display: none;
    }

    .short-view-td {
       display: table-cell;
    }
}

