/* -*- coding: utf-8 -*- */
/* style.css
 * Style for example page of embedSpeakerDecks.
 *
 * GPLv3 --- Copyright (C) 2022 Olivier Pirson
 * http://www.opimedia.be/
 *
 * * February 27, 2022
 * * Started February 19, 2022
 */

.margin-left-2m { margin-left: 2em; }

.monospace { font-family: monospace; }

.surname { font-variant: small-caps; }

.vertical-bottom { vertical-align: bottom; }


a,
a[href] {
  outline: none;
  text-decoration: none;
}

a[href] { color: #2070b0; }
a[href]:visited { color: #104060; }
a[href]:focus, a[href]:hover {
  color: #2070f0;
  text-decoration: underline;
}
a[href]:active { color: #002030; }


body {
  margin: 0;
  text-align: center;
}


body > footer {
  border-top: 1px solid black;
  margin-top: 1em;
  padding: 1em;
  text-align: right;
}


img {
  border: 0;
  vertical-align: middle;
}
