.player_legal {

}
.player_legal iframe {
    width: 100%;
    height: 400px;
    display: block;
}
.list_legal {

}
.epizode {
    background: #42a3c1;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    text-align: left;
    margin: 5px;
}
.epizode:hover {
    background: #31798f;
}
.active_epz_sh {
	background: #31798f;
    cursor: default;
}