.__result {
    min-width: 100%;
    min-height: 2rem;
    padding: 1rem;
    margin: 1rem;
    line-height: 3.2rem;
    background: #e3f2fd;
    border: transparent;
    box-shadow: 0px 3px 6px 1px hsla(0, 0%, 0%, 0.1);
}

.test-button:hover {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
    transform: translateY(-1px);
}

.test-button:focus {
    outline: none !important;
}

.test-button:active {
    background-color: #e4c330;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
    transform: translateY(-1px);
}

.test-button {
    padding: 0.5rem;
    border-radius: 3px;
    border: transparent;
    background: #FDD835;
    min-width: 4rem;
    color: #564e01;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
