div.sidenote {
   background: #E7E7E7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 11px;
  width: 250px;
}
div.sidenote-content {
  padding: 15px 15px 0px 15px;
}
div.sidenote-content div.container {
  display:block;
  padding:0 0px 0 30px;
}
h3.sidenote {
  color: #f0f0f0;
  font-weight: bold;
  background: #397395;
  padding-left: 10px;
  border-bottom: solid 1px #f0f0f0;
  font-size: 12px;
  line-height: 30px;
  margin:0px;
}
div.container.definition {
  background: url('img/definition.png') no-repeat;  
}
div.container.facts {
  background: url('img/facts.png') no-repeat;  
}
div.container.info {
  background: url('img/info.png') no-repeat;  
}
div.container.default {
  background: url('img/ncm.png') no-repeat;  
}
div.sidenote-content ul li {
  list-style: circle;
}
div.sidenote-content ul {
  margin: 0 5px 0px 10px!important;
  padding: 0 !important;
}