.medic_container {
	width: 100%;
	border: 1px solid white;
	border-radius: 6px;
	padding: 2px;
	position: relative;
}

.medic_patient {
	width: 49%;
	border: 1px solid white;
	border-radius: 5px;
	padding: 2px;
	position: relative;
	height: 135px;
}
.medic_patient > .portrait {
	position: absolute;
	top: 0;
	right: 0;
	width: 96px;
	height: 122px;
	border: 1px solid gray;
	border-radius: 3px;
}
.medic_patient > .label {
	margin: 3px;
	font-family: aurebesh;
}
.medic_patient .label span {
	font-family: monospace;
}

.medic_question {
	width: 48%;
	border: 1px solid white;
	border-radius: 3px;
	height: 135px;
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 10px;
}
.medic_question > button {
	background: black;
}

#question {
	width:  100%;
	/*font-family: aurebesh;*/
	font-family: "Ubuntu Sans Mono",monospace;
}

.medic_solution {
	width: 100%;
	padding: 2px;
	border: 1px solid white;
	margin-top: 2px;
	border-radius: 3px;
	padding-left: 20px;
}

.dud {
	/*font-family: aurebesh;*/
	font-family: "Ubuntu Sans Mono",monospace;
	color: #bbb;
}