#rdimg{
    height: 1.3em;
}
#analyzer{
    max-height: 120px;
    height: 120px;
    background-color: black;
    font-size: 4em;
    background-image: url('../images/leds351x120.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.votedown{
    margin-right: 8px;
    cursor: pointer;
}
.voteup{
    cursor: pointer;
}
#bigplaybutOGG{
    color: #f03434;
    cursor: pointer;
    text-align: center;
    top: 45%;
    left:25%;
    line-height: .6;
    font-weight: bold;
}
#bigplaybutAAC{
    color: #f03434;
    cursor: pointer;
    text-align: center;
    top: 45%;
    left: 75%;
    line-height: .6;
    font-weight: bold;
}
.playbutwords{
    font-size: .7em;

}
#currsong{
    font-weight: bold;
}
.audioogg{
    display:none;
}
.audioaac{
    display:none;
}
.appicons{
    height: 40px;

}
.copied {
    opacity: 0;
    position: absolute;
    left: 115px;
    color: blue;
    font-size: 2em;
    top: -.2em;
}

@media (min-width: 576px) {
    #analyzer{
        background-image: url('../images/ledsbig.png');
        max-height: 240px;
        height: 240px;
        font-size: 8em;
    }
    .appicons{
        height: 70px;
    }
    .copied {
        left: 135px;
    }
}


#apps{
    max-width: 100%;
    overflow: hidden;
}
