
.wp-coin-hive .overlay {
    position: fixed;
    bottom: 30px;
    left: 30px;

    z-index: 10000;
    background: white;
    border: 1px solid #CCC;
}

.wp-coin-hive .miner .center {
    text-align: center;
}

.wp-coin-hive .miner .small {
    font-size: 0.8rem;
}


.wp-coin-hive .miner {
}

.wp-coin-hive .miner .description {
    padding: 5px;
    font-size: 0.8rem;
}

.wp-coin-hive .miner .action {
    padding: 5px;
    text-align: center;
    font-size: 0.875rem;
}

.wp-coin-hive .action {
    cursor: pointer;
    user-select: none;
}

.wp-coin-hive .action-text {
    text-decoration: underline;
}

.wp-coin-hive .action:hover {
    cursor: pointer;
    text-decoration: underline;
}

.wp-coin-hive .miner .status {
    padding: 5px;
    text-align: center;
    font-size: 0.8rem;
}

.wp-coin-hive .miner .status-speed,
.wp-coin-hive .miner .status-throttle {
    display: none;
}

.wp-coin-hive .action-stop {
    display: none;
}

.wp-coin-hive .row .field {
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

.wp-coin-hive .row .field-right {
    text-align: right;
}

.wp-coin-hive .protected-area .title {
    text-align: center;
    font-weight: bold;
}

.wp-coin-hive .protected-area .text {
    text-align: center;
    font-weight: bold;
}

.wp-coin-hive .protected-area .error {
    text-align: center;
}