/**********************************************
  *   Generic Mods to Bootstrap
  *********************************************/

html, body {
  background-color: #eee;
}

.content {
  background-color: #fff;
  padding: 20px;
  margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
          box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.page-header {
  background-color: #f5f5f5;
  padding: 20px 20px 10px;
  margin: -20px -20px 20px;
}

.container > footer p {
  text-align: center;
}

/* specific additions for the example index page */
.nav-logo img {
  margin-top: 4px;
}

h4 {
  line-height: 28px;
  margin-bottom: 10px;
}

.abovescrollbar {
    height: 15px;
    clear: both;
    overflow-x: auto;
    overflow-y: hidden;
}

.text-right {
    text-align: right;
}

#relevanceDebug h4{
    margin-top:5px;
    margin-bottom:3px;
    line-height:1em;
}

#relevanceDebug h3{
    margin-top:0;
    margin-bottom:5px;
}
