h3 {
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0;
  color: #5f5f5f; }

.special {
  font-style: italic;
  font-weight: bold; }

p.center {
  margin-top: 20px;
  font-size: 90%;
  font-weight: bold; }

ol {
  margin: 0 35px; }
  ol li {
    padding: 5px 0;
    list-style-type: decimal; }

.tutorials {
  margin-top: 25px;
  padding-top: 25px;
  border-top-color: #dbdbdb;
  border-top-style: solid;
  border-top-width: 1px;
  overflow: auto; }
  .tutorials a {
    color: #5f5f5f;
    display: block;
    font-size: 110%;
    font-weight: bold;
    padding: 5px 0; }
  .tutorials h2 {
    color: #99cc33;
    font-size: 120%;
    font-weight: bold; }

#demo_link {
  font-size: 150%; }

.sdk_features ul li {
  margin-left: 25px; }
  .sdk_features ul li h3 {
    font-size: 100%;
    margin-bottom: 2px; }

.app img {
  padding-right: 10px; }
