html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 30px;
}
.main-content {
    padding: 0 30px !important;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #f5f5f5;
}
form.balls-form, .balls-form.input-group .form-control:first-child,
form.balls-form .balls-form__btn {
	display: block;
	width: 100%;
}
.balls-form.input-group .form-control:first-child {
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
form.balls-form {
	max-width: 100px;
}
form.balls-form .balls-form__btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.crc-key {
    word-break: break-word;
}
.json-code-editor {
    display: block;
    width: 100%;
    height: 400px;
}