.hide {
    display: none;
}

.show {
    display: inline-block;
}

.error_button {
    cursor: none;
}

.request_response {
    width: 100%;
    margin-bottom: 10px;
}