/* Responsive Image */


#hditable tr:nth-child(even){background-color: #f2f2f2;}

#hditable tr:hover {background-color: #F8F8F8;}

#hditable td {
    border: 1px solid #ddd;
    padding: 4px;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
}

#hditable th {

    border: 1px solid #ddd;
    padding: 4px;
    color: #ffffff !important;
    font-size: 16px;
    letter-spacing: 1px;
    background: #ed1942;
	text-align: left;
}


h4.winner {
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
}
h4.winner-1 {
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
}

.image-table {
 border: 0px solid rgba(0, 0, 0, 0);
 border-collapse: separate;
 border-spacing: 6px;
 table-layout: fixed;
 text-align: center;
 width: 100%;
}

/* OPTIONAL -  */

.image-table img {
 border: 0px solid #fff;
 box-sizing: border-box;
 height: auto;
 max-width: 75%;
 min-width: 85px;
}

/* Einfügen */

@media only screen and (max-width: 479px){
	
.image-table img {
  max-width: 75px;
 min-width: 30px;
}
}