.perf_gage {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center
}
.perf_gage canvas {
    position: absolute;
    top: 0;
    left: 0
}

.font-weight-bold {
    font-weight: bold;
}

.card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #414141;
  border-radius: 4px;
  overflow: hidden;
  margin: 10px;
}

.card-wc {
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #4e4e4e;
  padding: 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-hd {
  color: #000000;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid black;
  padding: 2px 5px;
  background-color: white;
}

.card-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  background-color: white;
}

.main-content {
  color: #000000;
  font-size: 20px;
  text-align: center;
}

.card-left {
  font-size: 11px;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: 1px solid black;
}

.card-right {
  font-size: 11px;
  display: block;
  float: right;
  box-sizing: border-box;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icon-red {
    color: #ff0000;
    font-size: 1.3em;
    text-shadow: 0 0 3px grey;
}

.icon-yellow {
    color: orange;
    font-size: 1.3em;
    text-shadow: 0 0 3px grey;
}

.icon-green {
    color: #55ff55;
    font-size: 1.3em;
    text-shadow: 0 0 3px grey;
}

.icon-grey {
    color: #5c5c5c;
    font-size: 1.3em;
    text-shadow: 0 0 3px grey;
}




