/* BOOTSTRAP ALTERATIONS */

.modal-dialog {
    width: 720px;
}

body {
    counter-reset: footnotecounter;
}

span.footnote:before {
  counter-increment: footnotecounter;
  content: counter(footnotecounter);
  position: relative;
  top: -0.4em;
}

span.footnote {
    color: #24B1E6;
}

a.grey{
    color: #777;
}
