.container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hidden {
  display: none;
}

.image {
	margin-top: 2rem;
	margin-bottom: 2rem;
	display: block;
  max-width:300px;
  max-height:200px;
  width: auto;
  height: auto;
}

.flex-parent {
	display: flex;
}

.jc-center {
	justify-content: center;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

label, input, button {
  margin-top: 1rem;
}

input {
  padding: 0.5rem;
}

button {
  padding: 0.5rem 1rem;
  background-color: #DADADA;
  color: black;
  border:  1px solid black;
  border-radius: 1px;
  cursor: pointer;
  margin: 22px 6px;
}

button:hover {
  background-color: #DADADA;
}

button.margin-right {
	margin-right: 20px;
}

#zoom_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 810px;
    z-index: 10;
    text-align: center;
    font-family: Tahoma, sans-serif
}

#zoom_text div {
    position: absolute;
    width: 810px
}
#keyword_list {
    min-height: 25px;
    overflow: hidden
}
/*# sourceMappingURL=site_template.css.map */