﻿#pagespeler {
    position: fixed;
    top: 0px;
    left: -100%;
    background-color: white;
    width: 100%;
    color: white;
    display: block;
    z-index: 999999;
    height: 100%;
    border: solid 0px darkgrey;
}
#spelerHeader {
    width: 100%;
    height: 160px;
    padding: 0px;
    display: inline-block;
    font-size: 13px;
    color: black;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
#spelerMain {
    width: 100%;
    height: calc(100% - 160px);
    padding: 0px;
    display: inline-block;
    font-size: 13px;
    color: black;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
#sphistdiv {
    padding-top: 10px;
}
.spheader{
    width: 100%;
    background: linear-gradient(70deg, #00e000 30%, rgba(0, 0, 0, 0) 30%), linear-gradient(30deg, #00c000 60%, #00d000 60%);
    color:#ffffff;
    overflow:hidden;
    text-align:left;
    height:45px;
}
.spelerblok {
    width: calc(100% - 18px);
    color: black;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    background-color: white;
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 1px;
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
}
.spelerUit{
    background-color:crimson;
    color:#eeeeee;
}
.spelerIn {
    background-color:forestgreen;
    color: #eeeeee;
}

