/* Here you can include your additional CSS Styles */
h3.moduletitle {
  background: url("../images/module-title-line.jpg") no-repeat left bottom;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 20px;
  padding-bottom: 25px;
  color: #ff0000;
}            
.items-leading >div {
  padding-bottom: 10px;
  margin-bottom: 10px;
}            
body {
  line-height: 20px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  background-color: #303030;
  overflow-x: hidden;
}