/**************************************
    - Related Health Content v1
	- Author:
	- Bulit for: Framework 2.0
***************************************/
/*****************************************************
GRID
******************************************************/
/*******************************************
Semantic.gs // for LESS: http://lesscss.org/
********************************************/
/*@gridsystem-width;*/
/***************
GRID LOGIC
****************/
/*******************************************
LESS HELPERS
*******************************************/
/*======= LESS --> LESS MIXINS =======*/
#ehc-related-content-health-content {
  display: block;
  text-align: left;
  float: none;
  padding-bottom: 10px;
}
#ehc-related-content-health-content h2 {
  line-height: 22px;
}
#ehc-related-content-health-content ul {
  margin: 10px 0px 0px 0px !important;
  margin-left: 0px !important;
  padding-left: 10px !important;
}
#ehc-related-content-health-content ul li {
  list-style: none;
  margin-left: 0px !important;
  border-bottom: 1px solid #DDDDDD;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 10px 0 !important;
  padding: 0 0 5px;
}
#ehc-related-content-health-content #ehc-related-content-health-content-show-all {
  cursor: pointer;
}
