@import 'reset.css';
@import 'normalize.min.css';
.red {
    background: #c32f22;
}

.orange {
    background: #ff8f00!important;
}

.blue {
    background: #007ec1;
}

.green {
    background: #46b700;
}

.yellow {
    background: #ffe568;
}

h1 {
    font-size: 2.1em;
}

p {
    line-height: 1.4em;
}

#nuslogo {
    width: auto;
    height: auto;
}

#content {
    width: 70%;
}

#contentBody {
    width: 100%;
    text-align: center;
}

#reason {
    font-size: 100%!important;
}

#details {
    margin-top: 40px;
    padding: 10px 5%;
    width: 90%;
    font-size: 80%!important;
    background: #eee!important;
}

#footer,
#contentFooter {
    border-top: solid 1px #ddd;
    margin-top: 10px;
    padding-top: 40px;
    width: 100%;
    text-align: center;
}

.genericFooter {
    padding-bottom: 20px;
}

#belowFooter {
    height: 60px;
}
