html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
}
.ie-warning {
    width: 100%;
    height: 100%;
    text-align: left;
    background: url("./ie-pattern.png");
    font-family: Arial;
    color: #555;
}
.ie-warning__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}
.ie-warning__description {
    font-size: 14px;
    margin-bottom: 24px;
}
.ie-warning__button {
    padding: 10px 14px;
    font-size: 13px;
    color: #fff;
    background: #a7c900;
    display: inline-block;
    cursor: pointer;
}
.ie-warning__button:hover {
    color: #fff;
    background: #98b70e;
    text-decoration: none;
}
.ie-warning__row {
}
.ie-warning__row--hide {
    display: none;
}
