.PSwitch {
    display: inline-block;
    height: 70px;
    width: auto;
    padding: 10px;
    cursor: pointer;

    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

#nowPlaying {
    font-weight: bold;
    color: green;
}
