.col-bounded,
.col-bounded-sm {
  min-width: 300px!important;
  flex-basis: auto!important;
}

body {
	overflow-x:hidden;
}
.col-bounded {
  max-width: 600px!important;
}

.col-bounded-sm {
  max-width: 400px!important;
}

button, input[type="button"], input[type="submit"] {
  display: inline;
}

input[type=submit].disabled,
input[type=button].disabled,
input[type=reset].disabled,
button.disabled,
a.disabled {
  cursor: not-allowed;
}

input[type=submit].disabled,
input[type=button].disabled,
input[type=reset].disabled,
button.disabled {
  background-color: #e8e8e8;
  color: #9d9ea4;
}

a.disabled {
  text-decoration: none;
  color: currentColor;
  opacity: 0.5;
}
