.podcastOptions {
    float: left;
    height: 80px;
    margin-right: 8px;
    padding: 6px;
    position: relative;
    width: 200px;
    }

.podcastOptions:hover {
    background-color: #ecd9fa;
    }
