

body > .ui.container {
    padding-top: 3em;
    padding-left: 1em;
    padding-right: 1em;
    min-width: 1300px;
}

.ui.table > thead > tr > th {
    text-align: center;
}
.ui.grid>.column:not(.row), .ui.grid>.row>.column {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

iframe {
    border: none;
    width: calc(100% + 2em);
    margin: 0em -1em;
    height: 300px;
}

iframe html {
    overflow: hidden;
}

iframe body {
    padding: 0em;
}

.ui.container h1 {
    font-size: 3em;
    text-align: left;
    font-weight: normal;
}

.ui.container h2.header {
    font-size: 2em;
    font-weight: normal;
    margin: 1em 0em 1em;
}

.ui.container h2.dividing.header {
    font-size: 2em;
    font-weight: normal;
    margin: 3em 0em 1em;
}
.ui.container div.pointing.menu {
    margin: 2em 0em 2em;
}

.ui.segment{
    padding: 2em;
}

@media (min-height: 320px) {
    .ui.footer.form-page { /* Increased specificity for SO snippet priority */
        position: absolute;
        bottom: 0;
    }
}

.ui.form > .actions {
    background: #f9fafb;
    padding: 1rem 1rem;
    border-top: 1px solid rgba(34,36,38,.15);
    text-align: right;
}

.ui.form > .fields {
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 1.4;
    padding: 1.5rem;
    background: #fff;
}

.wrapper {
    min-height: calc(100vh - 18em);
}
.footer {
    padding-top: 7em;
    margin-bottom: 10em;
}
.tac {
    text-align: center;
}
.nw {
    white-space: nowrap;
}

.h4_token {
    margin-bottom: 0em;
    text-align: center;
}

.ui.compact.table .luck_cell.td
{
    font-size: 70%;
    text-align: center;
    padding: .1em;
}

.ui.compact.table .luck_cell td
{
    padding: .1em;
}

.ui.progress .bar {
    min-width: 0 !important;
}

.ui.active.progress .bar {
    min-width: 0 !important;
}
.line {
    fill: none;
    stroke-width: 4px;
    clip-path: url(#clip);
}

.opacity-area {
    stroke: none;
    opacity: 0.2;
    clip-path: url(#clip);
}

.shares-bar, .blocks-bar, .invalid-shares-bar, .stale-shares-bar {
    stroke: none;
    clip-path: url(#clip);
}

.zoom {
    fill: none;
    pointer-events: all;
}
.tooltip-bar {
    fill: none;
    pointer-events: all;
    position: absolute;
}
div.tooltip {
    z-index: 1;
    position: absolute;
    opacity: 0;
    width: 150px;
    height: 180px;
    padding: 2px;
    font: 14px sans-serif;
    background: white;
    border: 0px;
    border-radius: 5px;
    pointer-events: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

a.comining
{
    color: rgb(0,0,0);
}
a.comining:hover
{
    color: rgb(0,0,0);
}

g.axis path
{
    stroke: rgb(0,0,0);
}

g.axis g line
{
    stroke: rgb(0,0,0);
}

g.axis g text
{
    fill: rgb(0,0,0);
}
g.axis text
{
    fill: rgb(0,0,0);
}
code.code {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgb(40,40,40);
    border-radius: 3px;
    display: inline-block;
    font-family: "Monaco","Menlo","Ubuntu Mono","Consolas","source-code-pro",monospace;
    font-size: 0.875em;
    font-weight: bold;
    padding: 1px 6px;
    vertical-align: baseline;
}
pre code.code {
    border: none;
    padding: 0;
    font-size: 1em;
}
/*
.ui.grid > .column.compact:not(.row) {
    padding-top: 0rem;
    padding-bottom: 1rem;
}
*/
