h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 300;

    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #26a69a;
}

h2 {
    font-size: 20px;
    font-weight: 300;

    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #26a69a;

    margin-top: 48px;
}

hr {
    border: none;
    color: #26a69a;
    height: 1px;
    background-color: #26a69a;
    margin: 0;
}

/* index */

#sortable_game {
    min-height: 4em;
    margin-bottom: 5%;
}

.collection {
    overflow: visible;
}

.collection .collection-item {
    position: relative;
    padding-left: 40px;
    line-height: 2em;
}

.drag-handle {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    padding-top: 12px;
    padding-left: 8px;
}

#sortable_game .ui-sortable-helper, #sortable_players .ui-sortable-helper {
    position: absolute;
    background-color: #eee;
    z-index: 1000;
}

#submit {
    margin-top: 6%;
    display: block;
    width: 100%;
}


/* stats */

#choose-player {
    /* margin-bottom: 5%; */
}

#choose-player > ul {
    margin: 0;
}

#choose-player > ul > li {
    width: 49%;
    height: 50px;
    display: inline-block;
}

.axis path, .axis line
{
    fill: none;
    stroke: #777;
    shape-rendering: crispEdges;
}

.axis text
{
    font-family: 'Arial';
    font-size: 13px;
}

ul.legend {
    width: 100%;
    text-align: center;
}

ul.legend li {
    display: inline-block;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 900;
}

#eintragen-button {
    margin-top: 5%;
    margin-bottom: 5%;
}

.seasons {
    margin: 24px 0 0 0;
}

.seasons button {
    margin: 0 12px 0 12px;
}