/** Player Controls */
.player {
    position: fixed;
    bottom: 0;
    z-index: 10;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    border: 1px solid #000;
    padding: 5px 5px;
    margin-left: 400px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
}

/** alphaTab Design **/
.alphaTabSurface {
    background: #F5F5F5;
}

/** alphaTab Div adjustment
	this style is required by IE if you use the editor
	it enables to get newline symbols from div **/
.alphaTab {
    overflow: hidden;
    width: 100%;
    overflow-y: auto;
    margin-top: 20px;
    margin-left: 0;
}


