*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font: 300 18px/1.3 Lato, sans-serif;
    color: #444;
    background: #f2f2f3;
    width: 100%;
}
.unsupported .container {
    width: 100%;
    min-width: 300px;
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.18);
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.18);
}
.unsupported-browser {
    background: #fff;
    margin: 35px auto;
    width: 100%;
    box-shadow: 0 0 5px #cacace;
    position: relative;
    padding: 20px 30px;
    text-align: left;
}
.unsupported-browser h1 {
    font-size: 3em;
    font-weight: 0;
}
.unsupported-browser h2 {
    border: 0;
}
.unsupported-browser li {
    margin-bottom: 5px;
}
.unsupported-browser li a {
    color: inherit;
}
.unsupported-browser li a:hover {
    color: #007bc3;
}
.unsupported hr{
    margin-top: 50px;
}
.unsupported-message {
    font-size: 0.9em;
    margin-top: 40px;
    margin-bottom: 30px;
}
.unsupported-message li {
    margin-bottom: 5px;
}
