body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #000e1f;
}

#main {
    background: url("/img/nx_window_background_pattern_x2.png") repeat;
    min-height: 100%;
}

#copyright {
    color: #ccc;
}

#content {
    margin: auto;
}

#app-installed .notes, #app-download {
    color: #616770;
}

#splash img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

#main-wrapper {
    /*height: 100%;*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*display: flex;*/
    /*align-items: center;*/
}

#main-widget {
    margin: 15px auto 15px auto;
    position: relative;
}

#main-widget .logo {
    position: absolute;
    left: 16px;
    top: 16px;
}

.widget-content > section {
    margin-top: 4px;
}

.widget-content > section:first-child {
    margin-top: 0rem;
}

.container {

}

.widget {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 0 rgba(128, 128, 128, 0.5);
    max-width: 550px;
    margin: auto;
}

.widget-content {
    padding: 2rem;
}

.c {
    text-align: center;
}

.l {
    text-align: left;
}

.r {
    text-align: right;
}

.hidden {
    display: none;
}

.btn {
    display: block;
    border-radius: 6px;
    line-height: 1em;
    padding: 1.2em;
    text-shadow: 1px 2px 1px rgba(128, 128, 128, 0.8);
    text-align: center;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    background-color: rgba(84, 178, 12, 1);
}

.btn:active {
    -webkit-transform: scale(.95);
    transform: scale(.95);
}

a.btn:focus, a.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn.btn-negative {
    background-color: rgba(249, 159, 36, 1);
}

.btn.btn-negative:active {
}

.store {
    display: inline-block;
    background: transparent;
    box-sizing: border-box;
    line-height: 1em;
    vertical-align: top;
    margin-bottom: 4px;
}

.store > img {
    height: 40px;
}

.logo {
    background: rgb(228, 35, 46) url(/img/logo.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    text-indent: -9000px;
    height: 48px;
    width: 56px;
    margin: auto;
}

footer {
    background: #000e1f;
    padding: 10px 0 10px 0;
    color: #fff;
    text-align: left !important;
    box-sizing: border-box
}

footer .links {
    display: block;
    overflow: hidden;
    color: #00f;
    text-transform: none;
    line-height: 3em;
    text-align: center;
}

footer .links a {
    margin: 0 8px;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
}

.logo-wrap {
    display: none;
}

@media screen and (max-width: 424px) {
    footer .logo-wrap {
        display: block;
    }

    #main-widget > .logo {
        display: none;
    }
}
