#beatscore .sub-menu {
    width: 100%;
    position: relative;
    padding: 0px 0px 20px 0px;
}

#beatscore .sub-menu>div {
    width: 100%;
    position: relative;
    height: 40px;
    overflow: hidden;
    margin: 0px auto;
}

#beatscore .tabs {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: table;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    transition: left 0.5s ease;
}

#beatscore .tabs li {
    background-color: #f5f5f5;
    float: left;
    padding: 10px;
    border: 1px solid #ddd;
    width: 150px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    line-height: 18px;
    cursor: pointer;
    height: 40px;
}

#beatscore .tabs .selected {
	/*background-color: #239D31;*/
	color: #ffffff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#beatscore .tabs .selected {
    /*background-color: #239d31;*/
}

#beatscore .sub-menu span {
    position: absolute;
    top: 0px;
    width: 20px;
    text-align: center;
    height: 40px;
    cursor: pointer;
    font-size: 40px;
    color: #898888;
}

#beatscore .sub-menu .left {
    left: 0px;
}

#beatscore .sub-menu .right {
    right: 0px;
}
