/*-hr-*/
.remarks{
    font-size: x-small;
}
.composer{
    font-size: smaller;
}

/*-hr-*/
.dash{
    border-top: 1px dashed #bbb;
}
.dotted {
    border-top: 1px dotted #bbb;
}
.row-eq-height{
    display: flex;
    flex-wrap: wrap;
    word-break: keep-all;
}
.newscontents{
    list-style: none;
}
.new{
    color: orange;
}

.date{
    color: orange;
}

/* data */

.data--wrapper {
    display: flex;
}
.data--graph {
    flex: 1 1 100%;
    max-width: 600px;
    margin: auto;
}
