table {
  border-collapse: initial;
}

body {
  line-height: initial;
}

label {
  display: initial;
  margin-bottom: initial;
}

.btn.focus,
.btn:focus,
button:focus {
  outline: none !important;
}

svg {
  box-sizing: content-box;
}

textarea {
  resize: both;
}

.ui-widget .close {
  font-size: 1.5rem !important;
}

.dropdown-toggle::after {
  vertical-align: .1em;
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
