/*

These styles belongs to not supported page.

*/

.not-supported-container {
    display: table-cell;
    overflow-x: hidden;
    width: 100vw; /* For alignment magic in the child */
    height: 100vh;
    vertical-align: top;
}

.not-supported,
.not-supported p {
    color: #000;
}

.not-supported-container h1 {
    background: #2A2A2A;
    margin: -8px;
    padding: 20px 0px 10px 0px;
    text-align: center;
}

.not-supported {
    font-size: 12px;
    margin: 30px 10px;
    padding: 20px 15px;
    border-radius: 10px;
    background: #D0D0D0;
}

.not-supported-tit {
    font-weight: normal;
    margin-bottom: 12px;
}

