﻿.videoChoiceRaam {
    content: "";
    clear: both;
    display: block;
}

.videoChoiceMedia {
    padding-left: 35px;
    padding-top: 35px;
    background: #FFF;
    text-align: right;
    padding-right: 35px;
}

.videoChoice-txt {
    background: #FFF;
    padding-top: 35px;
    text-align: left;
}

.videChoiceq {
    top: 0px;
    font-family: "EtelkaMediumPro";
    font-size: 120%;
    color: #007c91;
    text-align: center;
    padding-top: 0px;
}

.videChoiceTab {
    width: 100%;
    top: 50px;
    border: none;
    align-items: center;
    text-align: left;
    justify-content: center;
}

.videoChoiceTab td {
    padding: 10px;
    line-height: 180%;
}

#small-vid-iframe {
    display: none;
}

.videoChoice-a {
    color: #aaa683;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background-color: #edece1;
    padding: 3px;
}

    .videoChoice-a:hover {
        color: #edece1;
        background-color: #aaa683;
        padding: 3px;
    }

.videoChoice-a-sel {
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 3px;
}

    .videoChoice-a-sel:hover {
        background-color: #aaa683;
        padding: 3px;
    }

.videoChoice-a-ok {
    color: #007c91;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 3px;
}

.videoChoice-a-err {
    color: #be1e2d;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 3px;
}
