audio,
.eq-wrap {
    display: inline-block;
}

input[type="range"] {
    transform: rotate(-90deg);
    position: relative;
    display: inline-block;
    width: 100px;
    margin: 50px -60px 0 0;
}

input[type="file"] {
    display: block;
    width: 300px;
}

.the-tag {
    line-height: 24px;
}

.the-tag-line {
    background-color: rgba(0,0,0,.1);
    text-align: center;
    /*color: #FFF;*/
}

.the-tag.active {
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.6);
}

.tag-green td:nth-of-type(2), .tags-green{
    background-color: #77de77;
}
.tag-orange td:nth-of-type(2), .tags-orange{
    background-color: #f58e48;
}
.tag-red td:nth-of-type(2), .tags-red {
    background-color: #fc6c59;
}


.tag-SOME
{
    background-color: #c4e7ff;
}

#export-track {
    background-color: rgb(52,52,52)	;
    color: #FFF;
}

.tag-fixed {
    background-color: #FFF;
    color: #999;
}
.tag-fixed span:before {
    content: '✓ ';
}

.word {
    background-color: #777;
    color: #FFF;
    display: inline-block;
    padding: 3px 8px;
    margin: 3px;
    border-radius: 3px;
    font-size: 120%;
}
.words {
    position: fixed;
    background-color: rgba(0,0,0,.9);
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 6px;
    z-index: 10;
}

table {
    /*color: #fff;*/
}
