.element {
    background: linear-gradient(rgba(176, 176, 197, 0.1), rgba(176, 176, 197, 0.3));
    border: 1px white solid;
    display: inline-block;
    padding: 5px 6px 3px 6px;
}

.element__symbol {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.0em;
}

.element__name {
    display: inline-block;
    font-size: 0.7em;
}

#harvest table:not(:last-child) {
    margin-bottom: 12px;
}

#harvest tbody td {
    padding-left: 8px;
}

#harvest tbody td:not(:last-child) {
    padding-right: 24px;
}

#harvest tbody th {
    width: 58px;
    text-align: left;
}

span.trend.positive:after {
    color: greenyellow;
    content: '▲';
    display: inline-block;
    line-height: 0;
    padding-left: 0.5em;
}

.trend.negative:after {
    color: orangered;
    content: '▼';
    display: inline-block;
    line-height: 0;
    padding-left: 0.5em;
}

.display .is-closed {
    display: none;
}
