*{
    margin: 0px;
    padding: 0px;
}

h2 {
    text-align: center;
    font-family: 'Bangers', cursive;
    background-color: #005161;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 10px;
    font-size: 40px;
    letter-spacing: 2px;
}

.form-wrapper{
    margin: 10px;
}
input{
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin: 15px 0;
    font-size: 20px;
    padding-bottom: 5px;
}

/**********************************/

.clear{
    clear: both;
}
.d1{
    background-color: #f5f1e8;
    width: 100%;
}
.game-options{
    float: left;
    width: 50%;
    height: 100%;
    padding: 15px 0;
    text-align: center;
    background-color: #f5f1e8;
    font-family: 'Josefin Sans', serif;
    border-bottom: 1px solid #ccc;
}
.game-options:last-child{
    border-left: 1px solid #ccc;
    width: calc(50% - 1px);
}

.button{
    background-color: #0094b3;
    border: 2px solid #111;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    margin: 4px 0 4px 8px;
    padding: 0px;
    width: 60%;
    height: 40px;
    -webkit-appearance: none;
    float: left;
}
.button_runde{
    background-color: #12b42c;
    border: 1px solid #095d17;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    margin: 40px 0px 6px 0px;
    padding: 7px;
    -webkit-appearance: none;
    border-radius: 7px;
}
.player-wrapper{
    width: 100%;
}
.player-left, .player-right{
    width: 50%;
    float: left;
}
.player-points{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
    border: 2px solid #111;
    border-left: none;
    float: left;
    height: 36px;
    margin: 4px 4px 4px 0;
    text-align: center;
    width: 30%;
}
.player-points span{
    position: relative;
    top: 10px;
    font-family: 'Josefin Sans', serif;
    color: #3e2e1a;
}

.new-game{
    margin-left: 10px;
    padding-bottom: 30px;
    padding-top: 20px;
}