/* Creatures Page */

/* Charts */
.creature-chart-container {
    height: 350px;
    position: relative;
}

.creature-reset-trend-btn {
    font-size: 12px;
    padding: 5px 15px;
}

.creature-reset-trend-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Table */
.creature-col-name {
    width: 70%;
}

.creature-col-share {
    width: 15%;
}

.creature-row {
    transition: background 0.2s ease;
}

.creature-row:hover {
    background: rgba(143, 217, 168, 0.05);
}

.creature-row:hover .creature-hover-icon {
    opacity: 1 !important;
}
