/* Rende la navbar trasparente (per debug) */
body .wrap > nav {
  opacity: 0.7; }

html, body {
  font-family: PT Sans Narrow, Helvetica; }

body > .container {
  padding-top: 60px; }

body > footer {
  border-top: 1px solid #bababa;
  color: #bababa;
  margin-top: 15px;
  padding-bottom: 20px;
  padding-top: 10px; }
  body > footer a {
    color: #bababa;
    transition: color 0.75s; }
    body > footer a:hover {
      color: gray;
      text-decoration: none; }
  body > footer .social {
    font-size: 14px;
    margin-top: 25px; }
    @media (min-width: 768px) {
      body > footer .social {
        margin-top: 0;
        text-align: right; } }
    body > footer .social i {
      font-size: 18px;
      margin: 0;
      padding: 0; }

/* Varie */
p.created {
  color: #bababa;
  font-size: 12px;
  font-style: italic; }

strong.simulated, span.banned, a.banned {
  color: red; }

.alert.alert-dispensa {
  border: 1px solid #ddd; }

/*# sourceMappingURL=main.css.map */
