body {
    font-family: Geneva, Tahoma, Verdana, sans-serif;
/*    font-size: 18px;*/
}

html, body {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin: auto;
}

.graph {
    height: 120px;
}

.grapho {
    height: 60px;
}

#update, #daemonstat, #dbstat {
    text-align: center;
    font-size: 14px !important;
}

#wrapper{width: 100%;}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 15em;
}

.bcstats {
    width: auto;
}

.bcstats td {
    padding: 5px;
}

table {
    width: 800px;
    border-collapse: collapse;
}

td {
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
    line-height: 80%;
}

th {
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
}

.example_d {
color: black !important;
background: #ffffff;
text-decoration: none;
padding: 3px;
border: 1px solid black !important;
border-radius: 6px;
display: inline-block;
transition: all 0.3s ease 0s;
}

.example_d:hover {
cursor: pointer;
color: #494949 !important;
border-radius: 50px;
border-color: #494949 !important;
transition: all 0.3s ease 0s;
}

button {
cursor: pointer;
  border: 1px solid;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 300px;
    max-width: 300px;
    margin: 0em auto;
    height: 120px;
}

.highcharts-figureo, .highcharts-data-tableo table {
    min-width: 300px;
    max-width: 100%;
    margin: 0em auto;
    height: 50px;
}

.highcharts-figureb, .highcharts-data-tableo table {
    min-width: 300px;
    max-width: 100%;
    margin: 0em auto;
    height: 120px;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.graphcoll {
	width: 300px;
}

.graphcollo {
        width: 300px;
	height: 100px;
}

.green {
  color: #0a0;
}

.red {
  color: #f00;
}

.grey {
  color: grey;
}
