#og_chart table{
table-layout: fixed;
width: 100%;
border-spacing: 1rem;
border: 2px #fff solid;
border-collapse: separate;
}

#og_chart contents-body{
margin-right:-1rem;
margin-left:-1rem;
}


#og_chart table td{
vertical-align: middle;
background: #1f357d;
color: #fff !important;
padding-top:3rem;
padding-bottom:4rem;
}

#og_chart ul{
list-style:none;
margin:0;
padding:0;
margin-top:1.5rem;
}



#og_chart h4{
margin-bottom:2rem;
}

#og_chart h5{
margin:1.5rem 0;
}

#og_chart h5:nth-child(2n){
margin-top:3rem;
}

#og_chart h4,#og_chart h5, #og_chart p{
font-size:1rem;
font-weight:normal;
}

#og_chart h4{
font-size: 1.2rem;
}



@media screen and (max-width: 736px) {

#og_chart h5 {
font-size:0.85rem;
}

}
