#lm_yoga_touch_form {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#lm_yoga_touch_form.step-0 {
	position: static;
}
#lm_yoga_touch_form.step-1 div.cover {
	flex: 1;
}
#lm_yoga_touch_form div.staff, #lm_yoga_touch_form div.hashtags {
	flex: 1;
}
#lm_yoga_touch_form div.content {
	flex: 4;
}
#lm_yoga_touch_form div.apparels {
	height: 32px;
}
#lm_yoga_touch_form div.buttons {
	display: flex;
	justify-content: space-between;
}
#lm_yoga_touch_form input[type=text] {
	width: 100%;
}
#lm_yoga_touch_form textarea {
	width: 100%;
	height: 100%;
}
#lm_yoga_touch_form textarea.hidden {
	display: none;
}
#lm_yoga_touch_form div.day {
	display: flex;
	flex-wrap: wrap;
}
#lm_yoga_touch_form div.day h3 {
	width: 100%;
	text-align: center;
	margin: 4px;
}
#lm_yoga_touch_form div.day .yoga-day {
	width: 50%;
	padding: 4px;
}
#lm_yoga_touch_form div.image-container {
	margin-bottom: 0;
}
#lm_yoga_touch_form p.private-note {
	margin: 0;
	font-size: 0.9em;
}
#lm_yoga_touch_form p {
	margin-top: 4px;
	margin-bottom: 4px;
}
#masthead {
	display: none;
}
#lm_yoga_touch_form textarea, #lm_yoga_touch_form textarea input[type=text] {
	padding: 4px 6px;
	line-height: 1.4em;
}
div.touch-search {
	display: flex;
	align-items: end;
}
div.touch-search p {
	margin: 0;
	flex: 1;
}
div.touch-search a.button {
	height: 42px;
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	align-items: center;
}
#lm_yoga_touch_form .hashtag {
	border: 1px solid white;
	background: rgba(255,255,255,0.6);
	padding: 0 2px;
	display: inline-block;
	color: black;
	margin: 0 0 2px 0;
}
ul.hashtags-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 786px) {
	#lm_yoga_touch_form div.day .yoga-day {
		width: 33.33%;
	}
}
@media (min-width: 1168px) {
	#lm_yoga_touch_form div.day .yoga-day {
		width: 25%;
	}	
}