html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 100px;
  margin-bottom: -65px;
}

#footer {
	height: 65px;
    width: 100%;
}

.CodeMirror {
	resize: vertical;
}

.top {
   z-index: 999999;
}

.dropdown-size {
	max-height: 300px; 
	overflow-y: scroll;
}

.jad-radio-input {
  cursor: pointer;
  position: relative;
  z-index: 1;
  top: 5px;
  left: -10px;
  width: 24px;
  height: 24px;
  margin: 0;
}