.window body {
  height: auto;
  padding: 0;
  margin: 0;
}
.window .window-mainbody {
  padding: 20px;
}
.window .window-mainbody #k2FrontendContainer .adminK2RightCol input {
  display: inline;
  height: auto;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
.window .window-mainbody #k2FrontendContainer #editor-xtd-buttons .btn {
  background-color: #079aee;
  color: #ffffff;
  text-shadow: none;
}
.window .window-mainbody #k2FrontendContainer #editor-xtd-buttons .btn:hover,
.window .window-mainbody #k2FrontendContainer #editor-xtd-buttons .btn:focus,
.window .window-mainbody #k2FrontendContainer #editor-xtd-buttons .btn:active {
  background-color: #067abc;
}