.player {
    margin: 0 auto;
    width: 100%;
}

    .player ul, li {
        padding: 0;
        list-style: none;
    }

    .player li a {
        display: block;
        text-decoration: none;
        color: #000;
    }

        .player li a:hover {
            background: #C15;
            color: #FFF;
        }

.videoresponsive {
    height: 200px;
    width: 300px;
}

.urlControl {
    width: 70%;
    min-width: 400px;
}
