﻿.bar {
    background-color: green;
    height:15px;
    display: inline-block;
    vertical-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bar {
    left: 5px;
    z-index: 100;
}

.eq {
    position: relative;
    height: 20px;
    width:35%;
}

audio#audelem {
	width:100%;
}

div#volume {
	position:relative;
	width:40%;
}
