body {
    background-color: #fb004c;
    font-family: 'Roboto Condensed', sans-serif;
}

.main {
    margin-top: 50px;
    margin-bottom: 150px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 99999;
}

.text-big {
    font-size: 24pt;
    line-height: 1.4em;
    font-weight: bold;
}

.headline {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.admin-headline {
    margin-bottom: 50px;
}

.petition-updates article {
    margin-bottom: 30px;
}
.list-info li {
    margin-bottom: 10px;
}
.comment {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 10px;
}
.comment .comment-head {
    margin-bottom: 10px;
}
.comment:last-of-type {
    border-bottom: 1px solid transparent;
}

.side-footer {
    margin-top: 50px;
}

@media screen and (min-width : 320px)
and (max-width : 480px)  {
    .main {
        margin: 0;
    }

    .fixed {
        position: relative !important;
        z-index: 0 !important;
    }
}