@CHARSET "ISO-8859-1";
.text-muted {
  color: #909090 !important;
}
.text-small {
  font-size: 1.1rem !important;
  line-height: 1.15rem !important;
}
p.i2m_comment {
  font-size: 1.25rem;
  line-height: 1.3rem;
  font-family: Nunito, sans-serif;
  margin-bottom: 10px;
}
.i2m_btn_commentAs{
  transition: 0.2s;
}
.i2m_btn_commentAs:hover{
  transform: scale(1.1);
}