@charset "utf-8";

#blanding_t {
	margin-top: 2em;
	margin-bottom: 2em;
}
#blanding_t .layout {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
}
#blanding_t .layout div {
	background-color: #f1f1f1;
	width: calc(50% - 15px);
	height: auto;
}
#blanding_t .layout table td {
	border: none !important;
	min-width: 140px !important;
}
#blanding_t .layout table td:first-child {

}

#blanding_t .layout table td {
	vertical-align: top;
	padding-left: 20px;
}
span.position {
	background-color: #52a399;
	color: #fff;
	padding: 1px 5px;
	border-radius: 2px;
}
#leftcolumn table td {
	background:none !important;
}

@media (max-width: 767px) {
	#blanding_t .layout table td {
	  padding-left: 0 !important;
	}
	#blanding_t .layout div {
		width: 100%;
		height:auto;
	}
}
