SELECT
{
	font-size: 1.5rem;
	padding:5px;
	box-sizing:border-box;
	border-radius:8px;
	background-color:#E8F1EF;
	color:#1B2F2A;
	font-weight:500;
}

table td
{
	font-size:1.7rem;
	padding:10px;
}

div
{
	margin-left:1rem;
}

.title
{
	background-color:#2F6F6D;
	text-align:center;
	font-size:2.0rem;
}

.small
{
	font-size:1.4rem;
}

.small2
{
	font-size:1.1rem;
	line-height:2.0rem;
	color:#AEB9B8;
}

.small3
{
	font-size:1.0rem;
}

.up
{
	font-size:1.3rem;
	color:#E76F51;
}

.down
{
	font-size:1.3rem;
	color:#4DA3FF;
}

.same
{
	font-size:1.3rem;
	color:#AEB9B8;
}

.border td
{
	border-bottom:2px dotted #AEB9B8;
}

.clinics
{
	font-size:1.4rem;
	line-height:2.5rem;
	border-bottom:2px dotted #AEB9B8;
}

.clinic_small
{
	font-size:1.2rem;
	color:#AEB9B8;
}

.hosp
{
	color:#FFD166;
}

#map
{
	float:left;
	width:30rem;
	height:30rem; 
	margin-left:1rem;
	margin-top:5.0rem;
}