body {
    margin: 0;
    background-color: #ffffff;
}

p {
    color: #333;
    cursor: default;
    font-family: 'futura_book';
    font-size: 1.1em;
}

.buttonNorm {
    background: #e84c3d;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'futura_book';
    font-size: 1.1em;
    margin-bottom: 16px;
    outline: none;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    user-select: none;
	-moz-user-select: none;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    width: 50%;
}
.buttonNorm:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    background: #c0392b;
}

.buttonNormBlocked {
    background: #c0392b;
    border-radius: 15px;
    color: #eee;
    cursor: default;
    display: block;
    font-family: 'futura_book';
    font-size: 1.1em;
    margin-bottom: 16px;
    outline: none;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    user-select: none;
	-moz-user-select: none;
    width: 50%;
}

.moResize {
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
}
.moResize:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    filter: brightness(1.2);
}

/* клас для позиціонування звичайних кнопок */
.answerButtons {
    margin-left: 8px;
    margin-right: 8px;
}

img {
    user-select: none;
	-moz-user-select: none;
}
.textVars {
    color: #16a085;
    font-size: 0.8em;
    margin: 0;
    margin-left: 0px;
    padding: 0;
}
.textVarsSmall {
    color: #16a085;
    font-size: 0.7em;
    margin: 0;
    padding: 0;
}
.varAnswers {
    display: none;
}
.varCommon {
    display: none;
}
.quaziButtons {
    color: #27ae60;
    cursor: pointer;
    font-family: "futura_demi";
    font-size: 1.4em;
}
.quaziButtons:hover{
    color: #2ecc71;
}

.textLink {
    color: #e84c3d;
    cursor: pointer;
    font-family: "futura_demi";
    text-decoration: none;
}
.textLink:hover {
    color: #e56963;
}

.fieldLefted {
    background-color: #fefefe;
    border: 1px solid #cecece;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    outline-color: #0a30f0;
    padding: 10px 0 10px 10px;
    /* text-align: center; */
}
.fieldLefted:focus {
    border-color:#0a30f0;
    box-shadow: 1px 1px 8px rgba(61,76,232,.6);
    -webkit-box-shadow: 1px 1px 8px rgba(61,76,232,.6);
    -moz-box-shadow: 1px 1px 8px rgba(61,76,232,.6);
}