html,
body {
    background: #4b4b4b;
}

html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#golden-race-mobile-app{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-around;
}

#golden-race-mobile-app.logged{
    height: 100%;
}

#golden-race-mobile-app.no-logged{
    height: 95%;
}

#demo-mode-bar{
    padding: 3px;
    height: 5%;
}

#demo-mode-bar-content{
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background-color: #c22222;
    text-align: center;
    font-size: 12px;
    display: table;
    table-layout: fixed;
}

#demo-mode-bar-content-in{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.alert{
    border-radius: 0px !important;
    width: 100%;
    height: 50px;
}

@media only screen
and (min-width : 550px) {
    iframe {
        height: 100% !important;
        width: 550px !important;
    }
}