html,
body,
iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #0a0a23;
    color: #fff;
}

#wrap {
    width: 100%;
    height: 100%;
}

iframe {
    border: none;
}

select,
input,
button {
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

#seekto-button-back,
#seekto-button-next,
#play-button-text,
#pause-button-text,
#player-shuffle-text,
#player-unshuffle-link,
#Previous-button-back,
#next-button-next
{
    color: blueviolet;
}

#pasteToInputText,
#skipTo
{
    color: blue;
}

select:focus {
    outline: none;
}

a {
    size: 20;
    width: 50px;
    height: 200px;
    border: none;
    color: greenyellow;
    border-radius: 5px;
}