/* --------------------
 Template
-------------------- */
.template__title {
    margin: 0 0 15px;
    position: relative;
}

.template-container {
    padding: 0 5px;
}

@media (min-width: 768px) {
    .template-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.template__note {
    border: 2px solid #cccccc;
    margin: 0 0 15px;
    padding: 15px 15px 15px 30px;
    position: relative;
}

@media (min-width: 768px) {
    .template__note {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.template__note:before {
    background-image: url(../images/pdf.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 18px;
    bottom: 0;
    content: "";
    display: block;
    height: 18px;
    left: 5px;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 15px;
}

.template__note__content {
    font-size: 1.6rem;
    margin: 0 0 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .template__note__content {
        flex-grow: 1;
        flex-shrink: 1;
        margin-bottom: 0;
        padding-right: 15px;
        width: calc(100% - 160px);
    }
}

.template__note__action {
    text-align: center;
}

@media (min-width: 768px) {
    .template__note__action {
        flex-grow: 0;
        flex-shrink: 0;
        text-align: right;
        width: 160px;
    }
}

.template__content {
    margin: 0 0 15px;
}

.template__content p {
    background-image: url(../images/pdf.gif);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 1.6rem;
    margin: 0;
    padding: 3px 0 3px 25px;
}

.template__content p:last-of-type {
    margin-bottom: 0;
}
