.widefat td,
.widefat th {
  vertical-align: middle;
}

.widefat tr:hover {
  background-color: #f1f1f1;
}

.widefat tr,
.widefat th {
  text-align: center;
}

.sync-deleted-recordings {
  padding: 4px;
  color: white;
  background-color: darkslategray;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: hand;
  cursor: pointer;
}

.delete-recording {
  color: #ff3937 !important;
  border-color: #ff3937 !important;
}

.slim-btn {
  padding: 0 5px !important;
  min-height: 20px !important;
  line-height: 1.5 !important;
  font-size: 12px !important;
  width: 100% !important;
  margin-block: 2px !important;
}

.flex-items {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
