.container {
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.maintenance-unit p{
    color: rgb(51,51,51);
}
#side {
    width: 189px;
    height: 99.7%;
    z-index: 10;
}
.affix{
    position: fixed;
}
#side .bkgBlack {
    background: #edeffe;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: -1;
    border: 1px solid #333130;
}
.inner{
    padding: 16px 20px;
}
body{
    margin: 0;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header-bar{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-color: #eaf3f4;
    padding: 15px;
}

.catch-phrase{
    text-align: center;
    font-size: 50px;
    color: #737878;
    font-weight: 300;
    margin: 50px 0 0 0 ;
}

.period-phrase{
    text-align: center;
    font-size: 20px;
    color: #737878;
    margin: 50px 0 0 0 ;
}

.sub-catch-phrase{
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    color: #737878;
    margin: 0;
}

.access-denied-sub-catch-phrase{
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    color: #737878;
    margin: 0;
}

.maintenance-catch-phrase{
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    color: #737878;
    margin-top: 10px
}
