.yearSelector{ display: inline; text-align: center; } .yearSelector select{ /* font-size: 7.5vmin;*/ text-align: center; } .galTable{ width: 100%; } .galTable tr, th, td { /* display: block;*/ vertical-align: middle; } .galTable tr:nth-child(odd){ background-color: #FF8100; } .galTable tr td img{ /* float: right;*/ display: inline; vertical-align: middle; } /* Die erste Zelle in jeder Zeile ist das Datum*/ /* .galTable > tr > td:nth-child(1){} */