body{
  font:20px;
  background:#F7FF9E;
  margin: 30px;
  font-family: "Adelphe", serif;
}

.col-wrapper{
	display: flex; 
	flex-wrap: wrap;
	width: 100%;
	/*justify-content: space-between;*/
}

.col{
	width: 33.333%;
	opacity: 0.5;
	height: 50vh
}

.col.started{
	opacity: 1;
}

textarea{
	width: 100%;
	min-height: 40vh;
	font-size: 40px;
	border: none; 
	background:transparent;
	outline: none;
	padding: 10px;
	resize: none;
}

.config{
	min-height: 40px;
	/*border-left: 2px solid grey;*/
	/*border-right: 2px solid grey;*/
	font-size: 20px;
	text-align: center;
}

.editor{
	/*border-top: 2px solid grey;*/
}

#add-col-btn{
	position: fixed; 
	top: 10px; 
	right: 30px;
	cursor: pointer;
	font-size: 20px; 
	background: white; 
	padding: 10px 15px 5px;
	line-height: 1;
}

footer{
	width: 100%;
	position: fixed; 
	bottom: 0;
	left: 0;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 5px 20px;
}

footer button{
	font-size: 30px;
	cursor: pointer; 
	color: red;
	line-height: 0.8;
}

#live-recording{
	display: flex;
}

#new-word{
	width: 150px;
}
#words-added{
	display: flex; 
	word-wrap: wrap;

}

#words-added li{
	padding: 5px;
}




