
#example * {
  font-family: "futura-pt",sans-serif;

/*  font-weight: 700; */
  font-size: 14px;
  margin-top: 10px;
  color: #26402a;
  line-height: 120%;
  width: 100%;
/*  text-shadow: 1px 1px #345c6d; */
  padding-top: 5px;
  padding-bottom: 5px;
}
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}


#strap ul { width: 100%; }
#example, .example { text-align: center; background-color: #66cd76; background-image: url("ticker_bg.jpg"); background-position: center; border-radius: 5px;}
.example button { margin: 10px; }
.example.paused,
#example.paused { background-color: #e6b73e; color: #2C7391; }