.spieltage {
    margin-top: 20px;
}

.spieltage ul {
    width: 100%;
	border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
	list-style: outside none none;
    margin: 0;
    padding: 0;
}

.spieltage ul > li {
    display: inline;
}

.spieltage ul > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
	border-left-width: 1px;
}
.spieltage .spieltagrunde {
    display: block;
    padding-left: 10px;
    text-align: left;
    width: 8.5%;
}


.spieltage ul > li > a, .spieltage ul > li > span {
    display: block;
	min-width: 5.29%;
    padding: 2px 6px;
    text-align: center;
	font-size: 11.9px;
    padding: 2px 10px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 9px;
    text-decoration: none;
}

.goneRound a:hover {
	background: #EEE !important;
}

.activeRound a {
    background: #1c6f00 !important;
    border-color: #1c6f00;
    color: #fff;
    cursor: pointer;
}