﻿.grammarRaam {
    display: table;
    position: relative;
    background-color: #ffffff;
    border: 4px solid #aaa683;
}

.grammarTxt {
    position: absolute;
    background: #ffffff;
    text-align: center;
    line-height: 100%;
    opacity: 0.97;
    overflow: auto;
    font-size: 120%;
	z-index:1000;
}

#vid-iframe {
    display: none;
}

.youtube-player{
	pointer-events: auto;
}

.youtube-player-disabled{
	pointer-events: none;
}

.grammarTab {
    width: 100%;
    border: 0px;
    text-align: center;
    justify-content: center;
    border-collapse: collapse;
}

    .grammarTab td {
        padding-top: 0px;
        height: 35px;
        border: 0px none;
    }

.grammar-a {
    color: #aaa683;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background-color: #edece1;
    padding: 3px;
}

    .grammar-a:hover {
        color: #edece1;
        background-color: #aaa683;
        padding: 3px;
    }

.grammar-a-sel {
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 3px;
}

    .grammar-a-sel:hover {
        background-color: #aaa683;
        padding: 3px;
    }

.grammar-a-ok {
    color: #007c91;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 3px;
}

.grammar-a-err {
    color: #be1e2d;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 3px;
}

.grammar-mask {
    position: absolute;
    border: none;
    opacity: 1;
    display: none;
	z-index:999;
}
.grammarq {
    top: 0px;
    font-family: "EtelkaMediumPro";
    font-size: 120%;
	line-height: 120%;
    color: #007c91;
    text-align: center;
    padding: 20px;
}