
div#dos{
	display: flex;
	flex-direction: row;
	height: 100%;
}

div#dos div.medsep{
	width: 1px;
	background: black;
	height: 100%;
}

div#dos div.oneday{
	width: 50%;
	height: 100%;
	overflow-y: auto;
	padding: 10px;
}

div#dos div.continue{
	width: 50%;
	height: 100%;
	overflow-y: auto;
	padding: 10px;
}

div#dos div.date{
	margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    display: inline-block;
	font-weight: bold;
	background: #dce5ff;
    padding: 0.2rem 0.8rem;
    font-size: 0.9rem;
    border-radius: 0.4rem;
}

div#dos div.time{
	font-weight: bold;
	font-size: 0.8rem;
	color: #333;
	float: left;
    padding: 0.1rem 0.4rem;
    background: #dce5ff;
    border-radius: 0.6rem;
    margin-right: 0.2rem;
}

div#dos div.date_container{
	margin-top: 0.2rem;
	border-bottom: 1px solid;
}

div#dos div.order_container{
	
}

div#dos div.item_container{
	padding-bottom: 0.4rem;
}

div#dos div.item_container:hover{
	background: #f0f0f0;
}

div#dos div.order_text{
	white-space: pre-wrap;
}

div#dos div.orderer{
	text-align: right;
    width: 100%;
}

div#dos div.item_container .drug_name{
}

div#dos div.item_container .drug_usage{
	font-size: 0.9em;
}