body {
    font-size: 1.5em;
    background-color: #e9ecef;
}
ul.documents {
    padding: 0;
    list-style: none;
}
ul.documents li {
    background-size: 1.5em;
    background-repeat: no-repeat;
    padding: 0 0 0 2em;
    margin: 0 0 5px;
}
.document {
    background: url(/qr/img/file.png);
}
.document-pdf {
    background: url(/qr/img/file-pdf.png);
}
.document-image {
    background: url(/qr/img/file-image.png);
}
.section {
    padding-left: 15px;
    height: 2em;
    line-height: 2em;
    margin-top: 20px;
    background: #fff;
    color: #63666a;
    font-size: 1.4em;
    border: 1px #ebebec solid;
    border-radius: 6px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.08);
    z-index: 2;
    cursor: pointer;
}
.section:after {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "\f107";
    font-family: FontAwesome;
    color: #e70033;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 30px;
}
.section:not(.collapsed):after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.section-link {
    display: block;
}
.section-link:after {
    content: "\f105";
}
.card {
    z-index: 1;
    margin-top: -5px;
    border: 1px #f1f1f1 solid;
}
.footer-apps img {
    height: 2em;
}
h1.title {
    font-weight: 300;
    font-size: 2.5rem;
}