
.tab_acontent small {
    font-size: 0.9em;
}

.tab_a {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    border: 1px solid rgb(203,73,60);
    /*background-color: #f1f1f1;*/
    background-color: rgb(222,143,133);

    /*writing-mode: vertical-lr;
    text-orientation: inherit;
    transform: rotate(270deg);*/
}

.tab_alinks {
    color: black;
    /*font-weight: bold;*/
}

.tab_more button {
    width: 16.66% !important;
}

/* Style the buttons inside the tab */
.tab_a button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 16px;
    transition: 0.3s;
    /*font-size: 17px;*/

    /*    min-width: 62px;
        writing-mode: vertical-lr;
        transform: rotate(270deg);
        position: absolute;
        left: 111px;*/


    /*    min-width: 62px;
        writing-mode: vertical-lr;
        text-orientation: inherit;
        transform: rotate(270deg);*/
}

/* Change background color of buttons on hover */
.tab_a button:hover {
    /*background-color: #ddd;*/
    /*color: black;*/
    background-color: rgb(211,102,88);
    color: white;
}

/* Create an active/current tablink class */
.tab_a button.active {
    /*background-color: #ccc;*/
    background-color: rgb(203,73,60);
    color: white;
}

/* Style the tab_a content */
.tab_acontent {
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    border: 1px solid rgb(203,73,60);
    border-top: none;
}

/* Style the tab content */
.tab_acontent + .tab_acontent {
    display: none;
}

.tab_acontent iframe, .rtvsframe .video-js {
    margin-left: -12px;
}




h2 .fav, h2 .unfav {
    width: 32px;
    height: 32px;
    margin-top: -4px;
}

h2 .fav {
    opacity: 0.6;
    background: url(/images/fav/fav32_gray.png) left top no-repeat;
    cursor: zoom-in;
}
h2 .unfav {
    opacity: 1;
    background: url(/images/fav/fav32.png) left top no-repeat;
    cursor: zoom-out;
}




div.rel_gal {
    overflow: hidden;
    height: 105px;
    display: inline-flex;
    overflow-x: hidden;
    width: 100%;
}
.rel_gal img, .main_character img {
    border: 1px white solid;
    height: 90px;
    width: auto !important;
    margin-right: 9px !important;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
}
.main_character img {
    margin-bottom: 9px;
}
.main_character {
    display: inline-block;
    width: calc(100% - 20px);
}
.main_character h3 {
    padding-bottom: 0.3em !important;
}





span.votingMovie:not(:empty) {
    font-size: 22px;
    display: inline-block;
    padding: 0px 5px 3px 5px;
    background-color: rgba(255,255,255,0.75);
    top: 15px;
    float: right;
    position: absolute;
    color: #dcba5f;
    left: 259px;
    left: calc(100% - 99px);
    text-align: center;
    width: 70px;
}

.voteBox {
    border-radius: 5px;
    margin-top: 20px;
    left: 220px;
    left: calc(100% - 128px);
    display: inline-block;
    padding: 1px 5px 3px 5px;
    background-color: white;
    top: 14px;
    float: right;
    position: absolute;
}

.votingCount {
    width: calc(100%);
    text-align: center;
    display: block;
    font-size: 10px;
    color: #706443;
    top: -11px;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .votingCount {
        top: -16px;
    }
}

.relacia_facebook {
    width: 100%;
}


.today strong {
    color: white;
}

.today {
    color: white;
    background-color: black;
    animation: color-me-in 5s;
    animation-iteration-count: 2;
}
@keyframes color-me-in {
    0% {
        background: black;
    }
    50% {
        background: gray;
    }
    100% {
        background: black;
    }
}

.cday {
    background-color: white;
}

span.fancybox {
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

td.slb {
    border-left: 1px solid #877850;
}
td.srb {
    border-right: 1px solid #877850;
}
td.a_up {
    text-align: right;
    height: 6px;
    position: relative;
}
td.a_up i {
    height: 4px;
    border: solid #877850;
    border-width: 0 3px 3px 0;
    display: inline-block;
    /*padding: 3px 3px 3px 3px;*/
    padding: 4px 1px 1px 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    right: -4px;
}
td.a_down {
    text-align: right;
    height: 6px;
    position: relative;
}
td.a_down i {
    height: 4px;
    border: solid #877850;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px 1px 1px 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: -4px;
    top: -3px;
}
.rivtab_den {
    padding-left: 5px;
    text-align: left;
    border: 1px solid #877850;
}
.rivtab_pr{
    /*padding-left: 5px;*/
    text-align: left;
    border-left: 1px solid #877850;
}
.rivtab_lv{
    text-align: right;
    border-right: 1px solid #877850;
}
.rivtab_dat {
    padding-left: 5px;
    text-align: left;
    border: 1px solid #877850;
}

