#tests, form.spam *{
    font-size: 16px !important;
    
    color: black;
}

.clear {
    clear: both;
}

#tests h2 {
    font-family: "Georgia", serif;
    font-size: 25px !important;
    margin-top: 20px;
}

#tests legend {
    font-weight: 700;
    
}

#tests fieldset {
    display: inline-block;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding-top: 20px;
    margin-top: 20px;
}

#tests label, form.spam label {
    display: block; 
    margin-bottom: 20px;
}

input.wide {
    width: 300px;
}

input.very-wide {
    width: 600px;
}

input.mid {
    width: 200px;
}

input.small {
    width: 100px;
}

#tests textarea, form.spam textarea {
    display:block;
    margin-top: 20px;
    padding: 10px;
}

li.test {
    margin-top: 10px;
}

.form_lang {
    background-color: white;
}
.form_lang form {
    padding: 40px;
}

#tests div.input, form.spam div.input {
    border: 1px solid #d0d0d0;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

#tests div.no-border {
    border: 0;
}

#tests input, form.spam input {
    border: 0;
    outline: 0;
    margin: 8px 10px;
}

label.check{
    margin-top: 10px !important;
    margin-left: 40px;
    margin-bottom: 0 !important;
}

.m-bottom {
    margin-top: 20px;
}

.q_level {
    background-color: #ffdc00;
    color: black !important;
    text-align: center;
    line-height: 50px;
}

.q-number {
    background-color: #0281ff;
    color: white !important;
    text-align: center;
    line-height: 50px;
}

.q-q-block {
    margin: 20px 20px 20px 40px;
}

.margin-5 {
    margin-top: 5px;
}

#tests table {
    margin: 20px 0;
}

#tests tr {
    line-height: 50px;
}

#tests td {
    border-bottom: 1px solid #dedede;
}

#tests .author {
    margin-top: 40px;
    right: 50px;
    background: #0281ff;
    display: inline-block;
    color: white;
    float: right;
    padding: 10px;
    margin-bottom: 40px;
}


.send {
    width: 40%;
    height: 22px;
    border-radius: 3px;
    background-color: #5b0;
    padding: 14px 0 10px;
    text-align: center;
    user-select: none;
    cursor: pointer;
    -webkit-user-select: none;
    margin-top: 40px;
    color: white !important;
    font-size: 19px !important;
    font-weight: 700;
}

#tests .send:hover, form.spam .send:hover {
    opacity: .7;
}

#tests label.error, form.spam label.error {
    position: absolute;
    color: red;
    margin-top: 3px;
}

/*���� ��������*/

.spam_col {
    width: 30%;
    margin: 0 40px 0 0;
    display: inline-block;
    
}

.spam_col_active{
    background: #5b0;
    color: white !important;
}

.spam_display {
    display: none;
}

.pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}



