table.table thead th {
  background-color: rgba(0,0,0,0.7);
}

table.table {
  width: 100%;
  border: none;
    background-color: transparent;
}

table.table tbody td:hover, .table.is-striped tbody tr:not(.is-selected):nth-child(even):hover, .table tr:hover {
  background-color: rgba(35, 209, 96, .4);
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: rgba(0,0,0,.08);
}

.table thead tr:hover {
    background-color: rgba(0,0,0,0.7);
}

html {
  font-size: 14px;
}

#highchart {
	margin: 0 auto;
}

.option1 {
  background-color: rgba(0,0,0,0.3);
}

.option2 {
  background-color: rgba(0,0,0,0.1);
}

.content table thead td, .content table thead th, .table thead td, .table thead th {
    color: #fff;
}

.gearspeed td:nth-last-child(-n+4) {
    background-color: rgba(251,255,97,0.3);
}

.gearspeed td:nth-last-child(-n+2) {
    background-color: rgba(243,198,93,0.3);
}

.modal {
  display: block;
}

.modal-card {
  margin-top: 10%;
}
