body {
  padding-top: 50px;
}
.starter-template {
  padding: 10px 15px;
  text-align: center;
}
.footer {
  position:relative; 
  bottom:-20px; 
  background-color: #000;
  color:#fff;
  width:100%;
  position: relative;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/* callouts */
span.tt {font-family:'Courier New'; color:red;}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 7px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

/* spo sentences */
.subject {color:#218359;}
.predicate {color:#717dd7;}
.object {color:#ff7101;}

/* typeahead */
.container {margin-top:10px;}
.typeahead li blockquote {border:0; margin:0; padding:0;}
.typeahead li a {white-space:normal;}
.typeahead .active .muted {color:#ddd;}
.typeahead li blockquote small:before {content:"";}

/* h2, h3 { font-family:"Times New Roman", Arial;} */
h1, h2, h3 { font-family:Lobster, "Bradley Hand ITC", "Times New Roman", Arial; text-shadow: 4px 4px 4px #aaa;} */
hr { margin: 30px 0; }