/* Probably doesn't need all these prefixes but oh well */
.content-header {
  padding: 25px 15px 0 15px !important;
}

.sidebar-menu {
  padding: 10px 0 0 0 !important;
}

.disable-animations,
.disable-animations * {
  /* CSS transitions */
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /* CSS transforms */
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /* CSS animations */
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}

.hint-block {
  margin-top: 5px !important;
}