.translated .sy .title li.zw {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.translated .gn-list span {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.translated .tabs .tab_menu a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 2rem;
}

.translated .tab_menu2 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 2rem;
}

.translated .tab_box2 ul li a {
    word-wrap: break-word;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.translated .disclaimer-list li {

    text-indent: 2em;
}

.translated .disclaimer-content {
    max-width: 35em;
}