﻿.app-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
}

.phone-app {
    background-color: #2c3e50;
}

.not-supported {
    background-color: #1abc9c;
    padding-top: 150px;
}

    .not-supported-icon-cell {
        padding-top: 22px;
        text-align: right;
    }