﻿.sp_arrow {
    display: inline-block;
    padding-left: 14px;
    float: left;
    padding-top: 10px;
}
.sp_title {
    display: inline-block;
    padding-left: 14px;
    padding-top: 12px;
    float: left;
    font-size: 17px;
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
}
.sp_menu {
    display: inline-block;
    width: 100%;
    height: 48px;
    z-index: 1000;
    padding-top: 5px;
    position: absolute;
    top: 130px;
}
.sp_foto {
    position: absolute;
    top: 45px;
    left: 40px;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: solid 0px #333333;
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
}
.sp_nick {
    position: absolute;
    top: 85px;
    left: 130px;
    font-style: italic;
}
.sp_spelernaam {
    position: absolute;
    top: 105px;
    left: 130px;
    font-size: 17px;
    white-space: nowrap;
    width: calc(100% - 135px);
    overflow: hidden;
}
.sp_sterren {
    position: absolute;
    top: 45px;
    left: 130px;
    right: auto;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
