.table {
  margin-top: 250px;
  font-size: 20px;
}
.table .table-content {
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  border-spacing: initial;
  background-color: #62656c;
}
.table .table-content tr .count-img {
  width: 30px;
}
.table .table-content tr th {
  padding: 5px;
  line-height: 100%;
}
.table .table-content tr td {
  padding: 5px;
  line-height: 100%;
  text-align: center;
}
.table .table-content tr td .img-positive {
  background-color: green;
  border-radius: 50%;
}
.table .table-content tr td .img-negative {
  background-color: red;
  border-radius: 50%;
}
.table .table-content tr td .img-unmark {
  background-color: transparent;
  border-radius: 50%;
}
.table .table-content tr td img {
  width: 25px;
  height: 25px;
}
.table .table-content tr td button {
  background: transparent;
  border-radius: 10px;
  width: 30px;
  height: 30px;
}
.table .table-content tr td button:hover {
  background: #2d2e31;
  opacity: 0.7;
}

/*# sourceMappingURL=words.css.map */
