.division-name {
    margin-top: 10px;
}

.division-dropdown {
	margin-top: 2px;
	margin-bottom: 2px;
}

.division-info {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.division-info p {
    margin: auto;
}

.division-info ul {
    list-style-type: none;
    display:flex;
    justify-content: center;
    margin-top: 10px;
    padding-left: 0;
}

.division-info ul li{
  display: list-item;
  padding: 5px 10px;
  border-radius: 5px;
  border-color: #355B42;
  border-style: solid;
  border-width: 2px;
  color: #355B42;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 568px) {
    .division-info ul li {
        font-size:13px;
    }
}

.btn-overview {
	margin-top: 2px;
	margin-bottom: 2px;
    margin-right: 5px;
}

#pointsOverview {
    margin-top: 10px;
}

.btn-ranking {
	margin-top: 2px;
	margin-bottom: 2px;
    margin-right: 5px;
	color: #FFE569;
	background-color: #837B56;
}

.btn-ranking:hover {
	color: #FFE569;
	background-color: #7C7348;
}

.btn-spieltag {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
	color: #FFE569;
	background-color: #837B56;
}

.btn-spieltag:hover {
    color: #FFE569;
	background-color: #7C7348;
}

.badge-image {
    margin: 0 5px;
    height: 36px;
}

@media screen and (max-width: 568px) {
    .badge-image {
        margin: 2px 5px;
        height: 20px;
    }
}

.table-ranking {
    margin-top: 10px;
}

.table-ranking td {
    vertical-align: middle;
}

.ranking-headline {
    margin-top: 10px;
}

.dropdown-item {
  outline: 0;
}

@media screen and (max-width: 568px) {
    .dropdown-item {
        font-size:13px;
    }
}

.divisionState {
    font-style: italic;
    color: darkgray;
    font-size: .8em;
    vertical-align: middle;
}

.dropdown-scrollable {
    max-height: 500px;
    z-index: 1050;
    overflow-y: scroll;
}

@media screen and (max-height: 768px) {
    .dropdown-scrollable {
        max-height: 300px;
    }
}
