.opec18 {
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1198px) {
    .opec18 {
        margin-bottom: 40px;
    }
}

/* logo gif */
.opec18_logo {
    font: bold 16px/1.2 a;
    font-family: inherit;
    color: #666;
    background-image: url(/CorpImages/Custom/opec2018/for_table.gif);
    background-position: bottom right 150px;
    background-size: auto 45px;
    background-repeat: no-repeat;
    margin: 10px 0 30px;
    min-height: 45px;
    text-align: right;
}

.opec18_logo--bottom {
    margin: 0;
}

.opec18_logo__link {
    font-size: 14px;
    font-weight: normal;
}

.opec18_logo__link:hover,
.opec18_logo__link:focus {
    color: #000;
    text-decoration: none;
}

.opec18_logo__name {
    width: 150px;
    padding-left: 90px;
    margin-left: auto;
    border-bottom: 1px solid #333;
}

.opec18_logo--bottom .opec18_logo__name {
    border-bottom: 0;
}

/* content */
.opec18__info {
    font: 16px/1.5 a;
    font-family: inherit;
    color: #666;
}

.opec18__case:not(:last-child) {
    margin-bottom: 8px;
}

.opec18__remark {
    font: 16px/1.5 a;
    font-family: inherit;
    color: #666;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
    margin-bottom: 40px;
}

/* quotes */
.opec18_quote__person {
    font: 0/0 a;
    font-family: inherit;
    margin-bottom: 18px;
    position: relative;
}

.opec18_quote__person::before {
    content: "";
    border-bottom: 1px solid #8f7b63;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (min-width: 1198px) {
    .opec18_quote__person::before {
        top: 38px;
    }
}

.opec18_quote__photo {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: top;
}

.opec18_quote__img {
    display: block;
    width: auto;
    height: 100%;
}

.opec18_qute__src {
    font: 14px/1.2 a;
    font-family: inherit;
    color: #999;
    display: inline-block;
    margin-top: 34px;
    width: calc(100% - 70px);
    vertical-align: top;
}

.doc__text + .opec18_qute__src {
    margin: 0 0 18px;
}

.opec18_quote .doc__text {
    color: #8f7b63;
}

.opec18_quote .opec18_quote__title {
    color: #111;
}

@media only screen and (min-width: 1198px) {
    .opec18_quote__photo {
        width: 75px;
        height: 75px;
        margin-right: 15px;
    }

    .opec18_qute__src {
        font-size: 16px;
        margin-top: 44px;
        width: calc(100% - 90px);
    }
}

.opec18__photo {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin: 30px 0;
    background-color: #eee;
}

.opec18__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
