html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

#first_view,
#second_view {
  height: auto;
}

#first_view > *,
#second_view > * {
  margin: 10px 10px 2px 10px;
}

#first_view .vs_ui_textarea {
  height: 100px;
}