/* /file/site/style/ob.2016.utils.less:L1 */
.btn-reset {
  all: unset;
  background: none;
  border: 0;
  box-sizing: border-box;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  text-align: left;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
/* /file/site/style/ob.2016.utils.less:L18 */
.btn-reset::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* /file/site/style/ob.2016.utils.less:L24 */
.lowercase {
  text-transform: lowercase;
}
/* /file/site/style/ob.2016.utils.less:L28 */
.link-unstyled,
.link-unstyled:hover,
.link-unstyled:active {
  color: inherit !important;
  text-decoration: inherit !important;
}
