article{
	width:95%;
	margin: 0 auto;
	background-color:#ebe7e0;
	border-radius:5px;
	padding:10px;
	font-family:Tahoma;
	position:relative;
}
.title {
	width:95%;
	margin: 0 auto;
	padding: 10px 0;
	font: 20px 'Georgia'
}
#error {
	border:1px solid red;
	background-color: MistyRose;
	padding:10px;
	display:none;
	position:absolute;
	top:45%;
	left:40%;
	font-weight:normal;
}
#status {
	width:0;
	height:5px;
	background:#a5e916;	
}
.label {
	font-size:11px;
	font-weight:bold;
	color:dimgray;
	padding-bottom:2px;
}
#status_wrapper {
	padding: 5px;
	background-color:white;
	border-radius:4px;
}
 #result {
	display:none;
	color:dimgray;
	line-height:20px;
}
#load {
	display:none
}
.disease {
	margin-bottom:10px !important;
	font-size:12px;
	padding:0 !important;
}
.disease span{
	border-radius:4px;
	background-color: rgba(255, 255, 255, 0.5);
	padding:4px;
	margin: 0 5px;
}
.disease sup {
	cursor:pointer
}
.section {
	border-bottom: 2px dotted white;
	padding: 10px 0;
}
.section div {
	padding: 5px 0;
	color:dimgray;
}
.scheme {	
	margin:10px 0;
	border-radius:4px;
	background-color:white;
	padding:10px;
}
#go {
	margin-top:10px;
	padding: 7px 20px;
	border-radius: 4px; 
	font:16px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	display:inline-block;
	color:white; 
	background-color:#a99a94; 
	cursor:pointer;
	transition: background-color 0.4s;
}
#go:hover {
	background-color:#777371;
}
.error {
	border:1px solid red
}
.ver {
	position:absolute;
	right:5px;
	bottom:5px;
	font-size:9px;	
}
/* Поделиться*/
.position {
	width:96%;
	margin:10px auto;
}