<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header .container {
    padding-top: 60px;
    padding-bottom: 20px;
}

section .container {
    padding-top: 40px;
    padding-bottom: 20px;
}

section {
	margin-top: 50px;
}
.big-stat {
	color: #F25F5C;
}
.call-out {
	border-style: solid;
	border-color: rgb(169, 188, 208);
	border-width: 3px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

.float-right {
	float:right;
}

.eyo-plan-list-image {
	width: 100%;
}

.shop-health-plan {
	margin-bottom: 30px;
}

.graph_container{
  display:block;
  width:600px;
}

.shop-health-plan {
    display: block;
    width: 100%;
    padding: 12px;
    border: 1px solid #adadad;
    clear: both;
    margin-bottom: 12px;
    -webkit-box-shadow: 2px 4px 6px -1px #E1E1E1;
    -moz-box-shadow: 2px 4px 6px -1px #E1E1E1;
    box-shadow: 2px 4px 6px -1px #E1E1E1;
}

.highlighted {
    background-color: #d9ffa5;
}

.plan_detail_boxes {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #adadad;
    padding-top: 8px;
}

.h111 {
	height:95px;
}

</pre></body></html>