@charset "utf-8";

/*---------- palliative ----------*/

#content>h1:first-child {
  background: url(../../../../images/visual_patient.jpg) 0 0 no-repeat;
}

#content h2 {
	background: url(../images/head_palliative.jpg) 0 0 no-repeat;
}

#content h3 {
  border-left: 5px solid #F2A529;
}

#content p {
	margin-left: 20px;
}

#staff {
  margin: 0 10px 10px 15px;
}

#staff thead th {
  padding: 5px 3px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  background: #00AADB;
  font-size: 16px;
  color: #FFF;
}

#staff tbody th,
#staff td {
  color: #333;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 3px;
  background: #FFF;
}

#staff tbody th {
  border-left: 1px solid #DDD;
  width: 120px;
}

#staff td:nth-child(2) {
  width: 400px;
}

#results {
  margin: 0 10px 10px 10px;
}

#palliative #wrap dt {
  background: #00AADB;
  color: #FFF;
  width: 100px;
  text-align: center;
}



#palliative #wrap .generallist {
  margin-left: 10px;
  overflow: hidden;
}

#palliative #wrap .generallist li {
  float: left;
  margin-left: 10px;
}