body {
  background-color: #FFF; 
  border: none 0;
  color:#333;
  font: 300 1.2em/1.6em "Droid Serif", "Open Sans", Cambria, Georgia, "DejaVu Serif", serif; 
  margin-bottom: 60px;
  margin-top: 20px;
  padding-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px; 
  padding-top: 30px;
  text-align: justify;
  padding-top: 40px;
  -moz-border-radius-bottomleft: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-bottom-right-radius: 25px;
  max-width: 800px;
}

#main a {
    color: #5eb0b1;
    padding: 0px;
    text-decoration: none;
    line-height: .4em; 
    text-shadow: 1px 1px 0px #FFF;	
}

#main a.visited {
    color: #1c6566;
}

#main a:hover {
    text-decoration: underline;
}

#main code {
    color:#666666;
    background-color:#f1f5fa;
    font-size:12px;
}


#main img {
    margin-left: 20px;
    margin-bottom: 20px;
}

#main h1 {
    font-size:16px;
    font-weight: bold;
}

#main h2 {
    font-size:14px;
    font-weight: bold;
}

#main h3 {
    font-size:12px;
    font-weight: bold;
}

#main h4 {
    font-size:10px;
    font-weight: bold;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

/* code blocks */

.src {
    background-color: #f1f5fa;
}

.org-type {
    font-weight: bold;
    color: #4e9a06;
}

.org-variable-name {
    color: #065d9a;
}

.org-function-name {
    font-weight: bold;
    color: #8fb28f;
}

.org-string {
   color: #2a5831;
}

.org-keyword {
    font-weight: bold;
    color: #bc8383;
}

.org-comment {
    color: #666666;
    font-style: italic;
}

.org-comment-delimiter {
    color: #666666;
    font-style: italic;
}

.org-constant {
    color: #bc8383;
    font-weight: bold;
}

.org-rainbow-delimiters-depth-1 {
    color: #205a1d;
}

.org-rainbow-delimiters-depth-2 {
    color: #2954b3;
}

.org-rainbow-delimiters-depth-3 {
    color: #771988;
}

