@charset "utf-8";

.content-holder {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.body-text {
    padding: 30px 10px;
    line-height: 1.2;
}

.bold-text {
    font-weight: 700;
}

.bold-title {
    font-size: 24px;
    font-weight: 500;
}

ul.no-head {
    list-style: none;
}

.topic {
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
}

.term {
    text-decoration: underline;
}