/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

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

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

.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;
    cursor: pointer;
    font-size: 0.875rem;
}
.wp-coin-hive .miner .action:hover {
    text-decoration: underline;
}

.wp-coin-hive .miner .status {
    display: none;
    text-align: center;
    font-size: 0.8rem;
}

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