@charset "UTF-8";
/* CSS Document */
#demteksto{
	min-height: 80px;
	margin-bottom: 10px;
}
#savi{
	margin-top: 10px;
}
#redaktorius{
	min-height: 500px;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}