/* Emerald Valley Library - Interactive Mathematics, generated by Mathigon Studio */
#triangle-inequality .labels text {
  font-weight: 600;
}
#triangle-inequality .item {
  margin-bottom: 12px;
}
#triangle-inequality .item:before, #triangle-inequality .item:after {
  display: table;
  content: " ";
  clear: both;
}
#triangle-inequality .check {
  float: right;
  margin: 6px;
}

.t-num {
  font-size: 22px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
  float: left;
  margin-right: 1px;
  background: #f5f5f6;
}
.t-num:first-child {
  border-radius: 18px 0 0 18px;
}
.t-num:nth-child(3) {
  border-radius: 0 18px 18px 0;
}

.t-num.correct {
  background: #8cd08d;
}

.item.correct .t-num {
  background: #22ab24;
  color: white;
}

#inequality-picker x-picker {
  flex-wrap: wrap;
  justify-content: center;
}

#inequality-picker .item {
  width: 120px;
  border: none;
  margin: 4px;
}

#triangle-inequality-3 .orange {
  transition: none;
}