
*{
  background-color: #2b2e35;
}

body {
  margin: 0px;
  /* color: #00edff; */
  background-color: #2b2e35;
}

[hidden] {
  display: none !important;
}

@charset "UTF-8";

.table {
  margin-top: 22px;
  float: right;
  width: 80%;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}

th {
  color: #00edff;
  font-size: 16px;
}

td {
  float: center;
  color: #35ff0c;
  font-size: .7rem;
  line-height: 2px;
  overflow-wrap: break-word;
}

ts {
  float: center;
  color: #35ff0c;
  /* overflow-wrap: break-word; */
}

.cnt-src-int {
  margin: 2px;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {

/*** TABLE-borders ***/

  /* border-color: inherit; */
  border-color: #2b2e35;
  border-style: solid;
  border-width: 0;
}

label {
  /* display: inline-block; */
}

button {
  border-radius: 0;
}

button:focus {
  /* outline: dotted 1px; */
  /* outline: -webkit-focus-ring-color auto 5px; */
}

textarea {
  margin: 0;
  font-family: tahoma;
}

button,
select {
  text-transform: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  }
}





