@charset "utf-8";
/* videos/styles.css */

#player {
margin-left: -98px;
}

#resolution span {
color: #0000ff;
margin-right: 10px;
outline: none;

cursor: pointer;
}

#resolution span.active, #resolution span.active:hover {
color: #ff0000;
text-decoration: none;
cursor: default;
}

#resolution span:hover {
color: #ff0000;
text-decoration: underline;
}