form {
	margin: 0 0 20px 0;
}
#info {
	margin-top: 20px;
}
ul.kroky li.active {
	font-weight: bold;
}
ul.checklist li {
	color: red;
}
ul.checklist li.valid {
	color: green;
}

#info {
  margin: 80px 0;
  text-align: center;
}

.autocomplete-input {
  position: relative;
}

ul.options-list {
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  margin-top: -12px;
  border: 1px solid #dbdbdb;
  border-radius: 0 0 3px 3px;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
ul.options-list li {
  width: 100%;
  flex-wrap: wrap;
  background: white;
  margin: 0;
  border-bottom: 1px solid #eee;
  color: #363636;
  padding: 7px;
  cursor: pointer;
  list-style: none;
}
ul.options-list li.highlighted {
  background: #f8f8f8
}

pre {
  margin-top: 20px;
}
li.list-group-item img {
  width: 100%;
}

.app-content {
    display: table;
    width: 100%;
}

.app-content-left {
	display: table-cell;
	width: 70%;
}

.app-content-right {
	display: table-cell;
	width: 30%;
}