@charset "utf-8";

#right-panel {
  overflow: auto;
  margin: 0px;
  float: left;
  background: #F8F4EA;
  width: 551px;
  height: 412px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.intro {
  /*font-family: Trebuchet MS, sans-serif;*/
  font-family: 'FuturaMdBT'; 
  font-size: 11.5px;
  color: #437076;
  padding-top: 27px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: justify;
  line-height: 1.6em;
  /*margin-top:20px;*/
}

span#qm {
  font-family: "Trajan Pro";
  font-size: 18px;
  letter-spacing: 1.2;
}

h1 {
  
  font-weight: 500;
  font-size: 11.5px;
  text-align: center;
  line-height: 1.7em;
  color: #CBB677;
  margin-bottom: 7px;
  margin-top: 12px;
}

#feature_list {

  font-weight: 500;
  list-style: none;
  padding-left: 60px;
  font-size: 11px;
  line-height: 2.4em;
  color: #437076;
}





