span.TeX {
    font-style: italic;
    letter-spacing: -0.1em;
}

span.TeX span {
    position: relative;
    top: 0.2em;
    right: 0.05em;
}

#InteractiveTutorial {
    position: relative;
    height: 520px;
    border: 1px solid #666;
    background-color: #F0F0F0;
    padding: 0;
}
#TutorialInstructions {
    position: absolute;
    overflow: hidden;
    top: 0px;
    right: 8px;
    bottom: 165px;
    left: 8px;
}
#TutorialInstructions div.TutorialStep {
    display: none;
    margin: 8px;
}
#TutorialInstructions div.TutorialStep p.Answer {
    text-align: center;
}
#TutorialInstructions table.TeX_Examples {
    width: auto;
    border-spacing: 0px;
    border-collapse: collapse;
}
#TutorialInstructions table.TeX_Examples td {
    padding: 1px 15px 1px 0px;
}

#TutorialInstructions table.TeX_Examples td.Glyph {
    padding: 1px 0px 1px 0px;
}

#TutorialControls {
    position: absolute;
    height: 25px;
    right: 10px;
    bottom: 218px;
    left: 10px;
}
#TutorialControls button {
    padding: 4px 7px 4px 7px;
}
#ProgressBar {
    position: absolute;
    left: 43px;
    right: 43px;
    overflow: hidden;
    height: 20px;
    bottom: 6px;
    text-align: center;
}
#ProgressBar button {
    padding: 0px;
    margin: 0px 1px;
    width: 14px;
    height: 7px;
    border: 1px solid #666;
}
#ProgressBar button.On {
    background-color: #00AA00;
}
#TutorialPrev {
    position: absolute;
    left: 0px;
}
#TutorialNext {
    position: absolute;
    right: 0px;
}

#TeX_Output {
    position: absolute;
    right: 8px;
    height: 100px;
    bottom: 95px;
    left: 8px;
    overflow: hidden;
    border: 1px solid #666;
    background-color: white;
    margin-bottom: 3px;
    padding: 5px;
}

#MarkupBox {
    position: absolute;
    height: 50px;
    right: 8px;
    bottom: 38px;
    left: 8px;
    border: 1px solid #666;
    background-color: white;
}
#MarkupBox textarea {
    position: absolute;
    width: 98%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 0px;
    padding: 4px;
    font-size: 12px;
}

#TypesetItButton {
    position: absolute;
    right: 10px;
    bottom: 7px;
    left: 10px;
    text-align: center;
}
#TypesetItButton button {
    padding: 4px 7px 4px 7px;
}

