.test-name {
    font-size: 20px;
    margin-bottom: 1rem;
    color: #BE3626;
    font-weight: bold;
    line-height: 28px;
}

.test {
    width: 100%;
}
@media screen and (min-width:1130px){
    .test {
        width: 50rem;
    }
}

.test-button-close {
    margin: 0 0 0 auto;
    width: 8rem;
    text-align: center;
    border: 1px solid #e1e1e1;
    line-height: 2rem;
    border-radius: 1px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    cursor: pointer;
    display: block;
}
.test-button-close:hover{
    box-shadow: 0 2px 6px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
}

.test-variant-name {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    cursor:pointer;
    margin-left: 1rem;
    margin-right: -1rem;
    font-size: 20px;
}
.test-variant-result{
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    margin-left: 1rem;
    margin-right:-1rem
;
    font-size: 20px;
}
.test-variant-name:hover {
    background-color: #F5F5F5;
}

.test-variant.bad.open {
    border-left: 4px solid #F44336;
}

.test-variant.correctly.open {
    border-left: 4px solid #4CAF50;
}

@media screen and (max-width:640px){
    .r {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    iframe.juxtapose {
        margin: -7rem 0;
    }
}
@media screen and (min-width:640px){
    .test-button-close {
        display: none;
    }
}

