  #enrichment {
  height: 100%;
  float:right;
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  background: #E5E7E9;
  padding-left:10px;
  padding-top:10px;
 overflow-y:scroll 
}

  #cy {
  height: 100%;
  float:left;
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}
#reset {
  top: 0;
  right: 31%;
}
#filter {
  top: 0;
  right: 35%;
}
#go_bp,#go_mf,#go_cc{
  cursor:pointer;
  color:#FFFFFF;
  width:30%;
  margin-right:2%;
  float:left;
font:bold .8em Arial, Helvetica, sans-serif; padding:8px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-align:center;
}
#go_bp{
   margin-left:2%;
  
}
.go_bp_open,.go_mf_open,.go_cc_open{
  background-color: #339966;
}

.go_bp_close,.go_mf_close,.go_cc_close{
  	  background-color:#78909C ;
}

#bp_result,#mf_result,#cc_result{
 padding:8px;
  float:left;
 margin-top:20px;
 margin-bottom:20px;
 border: solid 2px #78909C  ;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;

  line-height: 25px;
}
.mf_result_close,.bp_result_close,.cc_result_close{
display:none;
}
.mf_result_open,.bp_result_open,.cc_result_open{
display:block;
}