/*3 masseurs*/
a.free
{
  background:       #ef8f4e;
  color:            white !important;
  display:          block;
  text-decoration:  none !important;

}
a.free-hover
{
  background:       #e85e02;
  color:            white !important;
  display:          block;
  text-decoration:  none !important;
}

/*1 masseur*/
a.free_close
{
  background:       #e85e02;     /* ff7676 */
  color:            white !important;
  display:          block;
  text-decoration:  none !important;
}
a.free-close-hover
{
  background:       #ff4f4f;
  color:            white !important;
  display:          block;
  text-decoration:  none !important;
}

/*3 masseur*/
a.free_alles
{
  background:       #f8a872;  /* f8a872   */
  color:            white !important;
  display:          block;
  text-decoration:  none !important;
}
a.free_alles-hover
{
  background:       #ef8f4e;
  color:            white !important;
  display:          block;
  text-decoration:  none !important;
}

/*gesloten*/
div.close
{
  background:       #9c9c9c;  /*e85e02*/
  color:            white !important;
}
div.close-hover
{
  background:       #cccccc;
  color:            white !important;

}