html
{
  position:   relative;
  min-height: 100%;
}
body
{
  margin-bottom: 60px;
}
h3
{
  margin-top: 0px;
  margin-bottom: 0px;
}
#footer
{
  position:         absolute;
  bottom:           0;
  width:            100%;
  height:           60px;
  background-color: #f5f5f5;
}
body > .container
{
  padding: 60px 15px 0;
  padding: 20px 15px 0;
}
.container .text-muted
{
  margin: 20px 0;
}
#footer > .container
{
  padding-right: 15px;
  padding-left:  15px;
}
code
{
  font-size: 80%;
}
.dperalta-page-header
{
  padding-bottom:      9px;
  margin-top:          11px;
  margin-right:        0px;
  margin-bottom:       20px;
  margin-left:         0px;
  border-top-width:    0px;
  border-top-style:    solid;
  border-top-color:    rgb(238, 238, 238);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(238, 238, 238);
}
.dperalta-page-title
{
  font-size: 36px;
}
.dperalta-page-title-right
{
  font-size: 36px;
}