[data-tabullet-map="entity_id"],
[data-tabullet-type="save"] + td,
[name="entity_id"]{
	display: none;
	visibility: hidden;
}

.dynamic_itinerary {
	width: 98%;
}

.dynamic_itinerary thead tr th{
	text-align: center;
	background-clip: padding-box;
	color: #ffffff;
	padding: 1rem 1rem;
	position: relative;
	vertical-align: middle;
	background-color: #514943;
	color: #ffffff;
	font-weight: 600;
	padding: 0;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.1s linear;
	z-index: 1;
	font-size: 1.3rem;
	line-height: 1.36;
}
.dynamic_itinerary tbody tr{
	border-bottom: 0.1rem dashed #d6d6d6;
}
.dynamic_itinerary tbody tr td{
	background-color: #ffffff;
	border-left: 0.1rem dashed #d6d6d6;
	border-right: 0.1rem dashed #d6d6d6;
	color: #303030;
	padding: 1rem 1rem;
	font-size: 1.3rem;
	line-height: 1.36;
	transition: background-color 0.1s linear;
	vertical-align: top;
}

.shown-elements {
	border: 0.1rem solid #8a837f;
	border-left-color: transparent;
}

#edit-element{
	border: 0.1rem solid #8a837f !important;
}

#delete-element{
	border-bottom: 0.1rem solid #8a837f !important;
}

.save-day{
	width: 100%;
}

[name="answer"]{
	width: 100%;
}

[name="question"] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #adadad;
	border-radius: 1px;
	box-shadow: none;
	color: #303030;
	font-size: 1.4rem;
	font-weight: 400;
	height: auto;
	line-height: 1.36;
	padding: 0.6rem 1rem 0.6rem;
	transition: border-color 0.1s linear;
	width: 100%;
	vertical-align: middle;
}

[name="question"]::nth-child(1){
	margin-top: 8%;
}