.oleo {
  font-family: 'Oleo Script Swash Caps', cursive;
}
.navbar .navbar-brand {
  font-size: 19pt !important;
}
.navbar .navbar-brand.small {
  font-size: 12pt !important;
  padding-right: 2px;
}
.panel-section {
  border-bottom:1px solid #DDD;
}

.share-controls {
  padding-top:12px;
  margin-right:10px;
}

html, html body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
  padding-top: 20px;
  /*margin-top: -50px;*/
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.push {
  height: 100px; /* .push must be the same height as .footer */
}

footer {
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.footer {
  text-align: center;
  padding: 30px;
  /*margin-top: 40px;*/
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

.footer-links {
  margin: 10px 0;
}
.footer-links li:first-child {
  padding-left: 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}

.passport-countries-menu {
  max-height: 404px;
  overflow: auto;
}