/*
  Style for all maze_maths web pages.
  There may also be separate style sheet for individual items, e.g. wiener.css
  2015-02-01 Removed maze_maths_fn (footnote style for <p>) as scarcely different from the usual footnote.
*/
p, td, li {
  font-family: Times New Roman, Georgia, serif;
  font-size: 1.3em;
}
/* But at start of file keep title, publication details, and comment full width (or nearly) */
p.title,
p.published,
p.comment {
  margin-left: 1%;
  width: 98%;
}
/* Style for flag + language name inside h2 (Lucas only, may need to be different in other pages) */
span.lang {
  position: absolute;
  right: 5%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.0em;
  letter-spacing: 0;
}
/* Style for headings: to be adjusted in later .css files if desired */
h1 {
  font-family: Times New Roman;
  font-size: 1.0em;
  font-weight: normal;
  letter-spacing: 0.0em;
  word-spacing: 0.0em;
  text-align: center;
/* padding-top: 1.0ex; */
}
/* Style for sub and superscripts throughout maze maths pages */
sup, sub {font-size: 0.8em; vertical-align: 0; position: relative;}
sup { bottom: 1.0ex;}
sub {top: 0.8ex;}
/* Style for note indicator, typically referring to an entry in mb_notes.html */
a.mb_note {
  background-color: #E0E0FF;
  color: blue;
  text-decoration: none;
}
a.mb_note:visited {
  color: blue;
}
a.mb_note:hover {
  color: red;
}
/* Different font for maths symbols */
span.op {
  font-family: "Lucida Sans Unicode", Arial, Verdana;
}
/* Wide spacing for emphasis in German */
span.gesperrt {
  letter-spacing: 0.10em;
}
/* Style for the long string of letters in Euler: space them out a bit */
span.long {
  letter-spacing: 0.1em;
}
/* end */
