/* classes, mostly alphabetical, but sensibly grouped */

.command { /* the command name, like \alpha */
  font-family:monospace;
  width:20%;
}

.description { /* a brief description of each command */
  width:70%;
}

.exampleTable td {
padding-bottom: 10px;
padding-right: 10px;
}

.exampleTable2 td {
padding-bottom: 3px;
padding-right: 10px;
}

.ltr { /* each letter of the alphabet, like the 'A' heading */
  font-size:xx-large;
  margin-top:30px;
}

.ltrTable { /* the table for each letter of the alphabet, like 'A' */
  width:100%;
}

.ltrTableRow { /* each row in class="ltrTable" */
  vertical-align:top;
}

/* code from Davide Cervone, email correspondence, March 2011 */
@font-face {
  font-family: 'MathJax_Main-web';
  src: url('MathJax_Main-Regular.eot'); /* IE9 Compat Modes */
  src: url('MathJax_Main-Regular.eot?iefix') format('eot'),
       url('MathJax_Main-Regular.otf')  format('opentype'),
       url('MathJax_Main-Regular.svg#MathJax_Main') format('svg');
}
.MJ_Main {font-family: MathJax_Main-web}

@font-face {
  font-family: 'MathJax_Math-Italic';
  src: url('MathJax_Math-Italic.otf') format('opentype');
}
.MJ_Math-Italic {font-family: MathJax_Math-Italic}

@font-face {
  font-family: 'MathJax_AMS-Regular';
  src: url('MathJax_AMS-Regular.otf') format('opentype');
}
.MJ_AMS-Regular {font-family: MathJax_AMS-Regular}

.MathJax_Preview {
  color:green;
}

.sampleChar {
  padding-bottom:5px;
  padding-top:5px;
  text-align:center;
  vertical-align:top;
  width:10%;
}

.syntax {
font-family:monospace;
font-size:large;
background-color:#e0e070;
padding:3px;
text-align:center;
margin-top:7px;
margin-bottom:7px;
}


/* id elements */

#JavaScriptWarning {
  color:#CC0000;
  text-align:center;
}

/* regular tags */

body {
  background-image: url(conceptDiscBackground.gif);
  margin-left:30px;
  width:1000px;
}

li {
margin-bottom: 5px;
}


