/*Стиль yhoho*/
div#yohoho {
    width: 100%;
}
iframe#yohoho-iframe {
    width: 100%;
}
/*#yohoho-buttons div:hover, #yohoho-buttons div.yohoho-active {
    color: #fff;
    background: #779f00;
    cursor: pointer;
    opacity: 1;
}*/
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ed9316;
}
.table-hover > tbody > tr:hover {
    background-color: #ed9316;
    cursor: pointer;
}

