*{
  margin: 0;
  padding: 0; 
  /*overflow: hidden;*/
  overflow-x: hidden;
  /*border: 1px solid red;*/
}
.testerinfo {
  margin-top: 10px;
  background-color: #f0fdfc;
}
td {
  white-space: nowrap;
}
.result td {
  text-align: right;
}
.result tr:last-child {
  border-bottom: solid 2px
}
.result th {
  text-align: right;
}
.result tr th:first-child {
  text-align: left;
}
.left {
  text-align: left !important;
}
.action {
  margin-top: 20px;
  width: 100%;
}
.chart {
  height: 300px;
  width: 100%;
  margin: 0 auto;
 /* background: #f0f0f0;*/
}

[v-cloak] {
  display: none;
}