📚 The CoCalc Library - books, templates and other resources
License: OTHER
/*******************************************************************************1* MATHBOOK STYLESHEET2*******************************************************************************3* These styles accompany the Mathbook online textbook platform.4*5* Homepage: http://mathbook.pugetsound.edu6* Issue Tracker: https://github.com/BooksHTML/mathbook-assets/issues7* Repository: https://github.com/BooksHTML/mathbook-assets8*9* Authors: Michael DuBois, David Farmer, Rob Beezer10*11*******************************************************************************12*/1314/*******************************************************************************15* MATHBOOK CONTENT PREFIXED16*******************************************************************************17* Standalone content styling for Mathbook documents.18* Prefixed with .mathbook-content19*20* Homepage: http://mathbook.pugetsound.edu21* Issue Tracker: https://github.com/BooksHTML/mathbook-assets/issues22* Repository: https://github.com/BooksHTML/mathbook-assets23*24* Authors: Michael DuBois, David Farmer, Rob Beezer25*26*******************************************************************************27*/28/* line 21, ../../../../../MathBook/mathbook-assets/scss/mathbook-content-prefixed.scss */29.mathbook-content {30font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;31/*******************************************************************************32* Content33******************************************************************************/34/* deleted by David Farmer on 2/15/16 because it is too non-specific35* and difficult to over-ride in MathJax36* Then put back with the "p > a" restriction. (2/19/16)37*/38/*******************************************************************************39* Environments40******************************************************************************/41/* Links that open knowls */42/* Since CodeMirror output contains a bunch of lines with their own padding */43}44/* line 61, ../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */45.mathbook-content * html {46font-size: 100%;47}48/* line 64, ../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */49.mathbook-content html {50font-size: 16px;51line-height: 1.25em;52}53/* line 5, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */54.mathbook-content h1, .mathbook-content .h1, .mathbook-content h2, .mathbook-content .h2, .mathbook-content h3, .mathbook-content .h3, .mathbook-content h4, .mathbook-content .h4, .mathbook-content h5, .mathbook-content .h5, .mathbook-content h6, .mathbook-content .h6 {55font-family: "PT Serif", "Times New Roman", Times, serif;56font-weight: 700;57color: inherit;58}59/* line 9, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */60.mathbook-content h1, .mathbook-content .h1 {61font-size: 2em;62line-height: 1.25em;63margin-top: 0.625em;64margin-bottom: 0.3125em;65}66/* line 14, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */67.mathbook-content h2, .mathbook-content .h2 {68font-size: 1.75em;69line-height: 1.42857em;70margin-top: 0.71429em;71margin-bottom: 0.35714em;72}73/* line 19, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */74.mathbook-content h3, .mathbook-content .h3 {75font-size: 1.5em;76line-height: 1.25em;77margin-top: 0.83333em;78margin-bottom: 0.41667em;79}80/* line 24, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */81.mathbook-content h4, .mathbook-content .h4 {82font-size: 1.3125em;83line-height: 1.42857em;84margin-top: 0.95238em;85margin-bottom: 0.47619em;86}87/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */88.mathbook-content h5, .mathbook-content .h5 {89font-size: 1.125em;90line-height: 1.66667em;91margin-top: 1.11111em;92margin-bottom: 0.55556em;93}94/* line 34, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */95.mathbook-content h6, .mathbook-content .h6 {96font-size: 1em;97line-height: 1.25em;98margin-top: 1.25em;99margin-bottom: 0.625em;100}101/* line 44, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */102.mathbook-content section h2 > a:link, .mathbook-content section h2 > a:visited, .mathbook-content li > a:link, .mathbook-content li > a:visited, .mathbook-content p > a:link, .mathbook-content p > a:visited {103color: #bf3520;104color: #bf3520;105/**106* Better underlines using background gradients107* See http://bit.ly/1vTg7hr108*/109/* the better underlines were removed by David Farmer on 2/9/16110because of various headaches */111}112/* line 48, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */113.mathbook-content section h2 > a:hover, .mathbook-content section h2 > a:focus, .mathbook-content li > a:hover, .mathbook-content li > a:focus, .mathbook-content p > a:hover, .mathbook-content p > a:focus {114color: #932919;115/**116* Better underlines using background gradients117* See http://bit.ly/1vTg7hr118*/119/* the better underlines were removed by David Farmer on 2/9/16120because of various headaches */121}122/* line 52, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */123.mathbook-content section h2 > a:active, .mathbook-content li > a:active, .mathbook-content p > a:active {124color: #3572a0;125/**126* Better underlines using background gradients127* See http://bit.ly/1vTg7hr128*/129/* the better underlines were removed by David Farmer on 2/9/16130because of various headaches */131}132/* line 221, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */133.mathbook-content p {134/* Reset margins */135margin: 0;136font-size: 1em;137line-height: 1.25em;138/* We only want bottom margins on paragraphs */139margin-bottom: 1.25em;140}141/* line 252, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */142.mathbook-content blockquote .blockquote {143padding-left: 2.5em;144padding-right: 0.625em;145}146/* line 331, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */147.mathbook-content address, .mathbook-content .address {148padding: 0;149margin: 0;150line-height: inherit;151font-style: inherit;152}153/* line 72, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */154.mathbook-content ul,155.mathbook-content ol {156font-size: 1em;157line-height: 1.25em;158margin-top: 0;159margin-bottom: 1.25em;160}161/* line 79, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */162.mathbook-content ul ul,163.mathbook-content ul ol,164.mathbook-content ol ul,165.mathbook-content ol ol {166margin-bottom: 0;167}168/* line 87, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */169.mathbook-content .list-unstyled, .mathbook-content .list-inline {170padding-left: 0;171list-style: none;172}173/* line 97, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */174.mathbook-content .list-inline > li {175display: inline-block;176padding-left: 5px;177padding-right: 5px;178}179/* line 102, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */180.mathbook-content .list-inline > li:first-child {181padding-left: 0;182}183/* line 110, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */184.mathbook-content dl {185margin-top: 0;186margin-bottom: 1.25em;187}188/* line 115, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */189.mathbook-content dt,190.mathbook-content dd {191font-size: 1em;192line-height: 1.25em;193}194/* line 118, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */195.mathbook-content dt {196font-weight: bold;197}198/* line 121, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */199.mathbook-content dd {200margin-left: 0;201}202/* line 6, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */203.mathbook-content section, .mathbook-content .section-like {204margin-bottom: 3.125em;205}206/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */207.mathbook-content section > .heading, .mathbook-content section > header > .heading, .mathbook-content .section-like > .heading, .mathbook-content .section-like > header > .heading {208/* Support links in headings */209/* Support knowl links in headings */210}211/* line 104, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */212.mathbook-content section > .heading, .mathbook-content section > header > .heading, .mathbook-content .section-like > .heading, .mathbook-content .section-like > header > .heading {213font-family: "PT Serif", "Times New Roman", Times, serif;214font-weight: 700;215color: inherit;216}217/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */218.mathbook-content section > .heading:before, .mathbook-content section > header > .heading:before, .mathbook-content .section-like > .heading:before, .mathbook-content .section-like > header > .heading:before {219display: none;220}221/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */222.mathbook-content section > .heading:after, .mathbook-content section > header > .heading:after, .mathbook-content .section-like > .heading:after, .mathbook-content .section-like > header > .heading:after {223content: " ";224}225/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */226.mathbook-content section > .heading .type:before, .mathbook-content section > header > .heading .type:before, .mathbook-content .section-like > .heading .type:before, .mathbook-content .section-like > header > .heading .type:before {227display: none;228}229/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */230.mathbook-content section > .heading .type:after, .mathbook-content section > header > .heading .type:after, .mathbook-content .section-like > .heading .type:after, .mathbook-content .section-like > header > .heading .type:after {231content: " ";232}233/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */234.mathbook-content section > .heading .codenumber:not(:empty):before, .mathbook-content section > header > .heading .codenumber:not(:empty):before, .mathbook-content .section-like > .heading .codenumber:not(:empty):before, .mathbook-content .section-like > header > .heading .codenumber:not(:empty):before {235display: none;236}237/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */238.mathbook-content section > .heading .codenumber:not(:empty):after, .mathbook-content section > header > .heading .codenumber:not(:empty):after, .mathbook-content .section-like > .heading .codenumber:not(:empty):after, .mathbook-content .section-like > header > .heading .codenumber:not(:empty):after {239content: "\2002";240}241/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */242.mathbook-content section > .heading .title:before, .mathbook-content section > header > .heading .title:before, .mathbook-content .section-like > .heading .title:before, .mathbook-content .section-like > header > .heading .title:before {243display: none;244}245/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */246.mathbook-content section > .heading .title:after, .mathbook-content section > header > .heading .title:after, .mathbook-content .section-like > .heading .title:after, .mathbook-content .section-like > header > .heading .title:after {247content: " ";248}249/* line 124, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */250.mathbook-content section > .heading .type, .mathbook-content section > .heading .codenumber, .mathbook-content section > .heading .title, .mathbook-content section > header > .heading .type, .mathbook-content section > header > .heading .codenumber, .mathbook-content section > header > .heading .title, .mathbook-content .section-like > .heading .type, .mathbook-content .section-like > .heading .codenumber, .mathbook-content .section-like > .heading .title, .mathbook-content .section-like > header > .heading .type, .mathbook-content .section-like > header > .heading .codenumber, .mathbook-content .section-like > header > .heading .title {251/**252* Hide the space after the last element,253* defer to .heading:after instead XX obsolete comment254*/255}256/* line 69, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */257.mathbook-content section > .heading.hide-type .type, .mathbook-content section > header > .heading.hide-type .type, .mathbook-content .section-like > .heading.hide-type .type, .mathbook-content .section-like > header > .heading.hide-type .type {258display: none;259}260/* line 76, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */261.mathbook-content section > .heading.hide-codenumber .codenumber, .mathbook-content section > header > .heading.hide-codenumber .codenumber, .mathbook-content .section-like > .heading.hide-codenumber .codenumber, .mathbook-content .section-like > header > .heading.hide-codenumber .codenumber {262display: none;263}264/* line 83, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */265.mathbook-content section > .heading.hide-title .title, .mathbook-content section > header > .heading.hide-title .title, .mathbook-content .section-like > .heading.hide-title .title, .mathbook-content .section-like > header > .heading.hide-title .title {266display: none;267}268/* line 26, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */269.mathbook-content section > .heading a:link, .mathbook-content section > .heading a:visited, .mathbook-content section > header > .heading a:link, .mathbook-content section > header > .heading a:visited, .mathbook-content .section-like > .heading a:link, .mathbook-content .section-like > .heading a:visited, .mathbook-content .section-like > header > .heading a:link, .mathbook-content .section-like > header > .heading a:visited {270color: #bf3520;271color: #bf3520;272/**273* Better underlines using background gradients274* See http://bit.ly/1vTg7hr275*/276/* the better underlines were removed by David Farmer on 2/9/16277because of various headaches */278}279/* line 33, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */280.mathbook-content section > .heading a:hover, .mathbook-content section > .heading a:focus, .mathbook-content section > header > .heading a:hover, .mathbook-content section > header > .heading a:focus, .mathbook-content .section-like > .heading a:hover, .mathbook-content .section-like > .heading a:focus, .mathbook-content .section-like > header > .heading a:hover, .mathbook-content .section-like > header > .heading a:focus {281color: #932919;282/**283* Better underlines using background gradients284* See http://bit.ly/1vTg7hr285*/286/* the better underlines were removed by David Farmer on 2/9/16287because of various headaches */288}289/* line 40, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */290.mathbook-content section > .heading a:active, .mathbook-content section > header > .heading a:active, .mathbook-content .section-like > .heading a:active, .mathbook-content .section-like > header > .heading a:active {291color: #3572a0;292/**293* Better underlines using background gradients294* See http://bit.ly/1vTg7hr295*/296/* the better underlines were removed by David Farmer on 2/9/16297because of various headaches */298}299/* line 31, ../../../../../MathBook/mathbook-assets/scss/content/mixins/_section.scss */300.mathbook-content section > .heading *[knowl], .mathbook-content section > header > .heading *[knowl], .mathbook-content .section-like > .heading *[knowl], .mathbook-content .section-like > header > .heading *[knowl] {301/* not used? */302margin-left: -3px;303}304/* line 57, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */305.mathbook-content section > .heading *[knowl], .mathbook-content section > .heading *[knowl]:hover, .mathbook-content section > .heading *[knowl].active, .mathbook-content section > header > .heading *[knowl], .mathbook-content section > header > .heading *[knowl]:hover, .mathbook-content section > header > .heading *[knowl].active, .mathbook-content .section-like > .heading *[knowl], .mathbook-content .section-like > .heading *[knowl]:hover, .mathbook-content .section-like > .heading *[knowl].active, .mathbook-content .section-like > header > .heading *[knowl], .mathbook-content .section-like > header > .heading *[knowl]:hover, .mathbook-content .section-like > header > .heading *[knowl].active {306position: relative;307color: #9c2310;308background: transparent;309padding: 0px 2px 0px 2px;310margin: 0;311text-decoration: none;312/* add a bottom margin so the line313* doesn't jump onHover.314*/315/*margin-bottom: 1px;*/316/*border-bottom: 1px dotted $color;*/317margin-bottom: 0;318border-bottom: none;319font-weight: 500;320white-space: nowrap;321-moz-border-radius-topleft: 3px;322-webkit-border-top-left-radius: 3px;323border-top-left-radius: 3px;324-moz-border-radius-topright: 3px;325-webkit-border-top-right-radius: 3px;326border-top-right-radius: 3px;327/* Prevent accidental text selection on click */328-webkit-user-select: none;329-moz-user-select: none;330user-select: none;331-webkit-transition-property: background-color;332-moz-transition-property: background-color;333-o-transition-property: background-color;334transition-property: background-color;335-webkit-transition-duration: 0ms;336-moz-transition-duration: 0ms;337-o-transition-duration: 0ms;338transition-duration: 0ms;339/**340* This gets us an underline that's a bit tighter with the baseline341* instead of awkwardly floating below like a border on the parent342*/343}344/* line 89, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */345.mathbook-content section > .heading *[knowl]:after, .mathbook-content section > .heading *[knowl]:hover:after, .mathbook-content section > .heading *[knowl].active:after, .mathbook-content section > header > .heading *[knowl]:after, .mathbook-content section > header > .heading *[knowl]:hover:after, .mathbook-content section > header > .heading *[knowl].active:after, .mathbook-content .section-like > .heading *[knowl]:after, .mathbook-content .section-like > .heading *[knowl]:hover:after, .mathbook-content .section-like > .heading *[knowl].active:after, .mathbook-content .section-like > header > .heading *[knowl]:after, .mathbook-content .section-like > header > .heading *[knowl]:hover:after, .mathbook-content .section-like > header > .heading *[knowl].active:after {346content: "";347position: absolute;348top: 0;349bottom: 1px;350right: 2.4px;351left: 2.4px;352/* Smooth out the transition from underline to border */353-webkit-transition-property: left, right;354-moz-transition-property: left, right;355-o-transition-property: left, right;356transition-property: left, right;357-webkit-transition-duration: 0ms;358-moz-transition-duration: 0ms;359-o-transition-duration: 0ms;360transition-duration: 0ms;361border-bottom: 1px dotted #9c2310;362/*@include typography-underline(*/363/*$color,*/364/*$underline-style: dotted,*/365/*$underline-size: .1,*/366/*$underline-offset: $underline-offset);*/367/* Display under parent content, but above parent background */368z-index: 0;369}370/* line 112, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */371.mathbook-content section > .heading *[knowl]:hover, .mathbook-content section > .heading *[knowl]:active, .mathbook-content section > .heading *[knowl].active, .mathbook-content section > header > .heading *[knowl]:hover, .mathbook-content section > header > .heading *[knowl]:active, .mathbook-content section > header > .heading *[knowl].active, .mathbook-content .section-like > .heading *[knowl]:hover, .mathbook-content .section-like > .heading *[knowl]:active, .mathbook-content .section-like > .heading *[knowl].active, .mathbook-content .section-like > header > .heading *[knowl]:hover, .mathbook-content .section-like > header > .heading *[knowl]:active, .mathbook-content .section-like > header > .heading *[knowl].active {372color: #8a1200;373background: #ffedeb;374text-decoration: none;375/* See comment on default style's border/margin */376margin-bottom: 0;377/*border-bottom:2px solid darken($border-color, 15%);*/378/*border-bottom: none;*/379}380/* line 122, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */381.mathbook-content section > .heading *[knowl]:hover:after, .mathbook-content section > .heading *[knowl]:active:after, .mathbook-content section > .heading *[knowl].active:after, .mathbook-content section > header > .heading *[knowl]:hover:after, .mathbook-content section > header > .heading *[knowl]:active:after, .mathbook-content section > header > .heading *[knowl].active:after, .mathbook-content .section-like > .heading *[knowl]:hover:after, .mathbook-content .section-like > .heading *[knowl]:active:after, .mathbook-content .section-like > .heading *[knowl].active:after, .mathbook-content .section-like > header > .heading *[knowl]:hover:after, .mathbook-content .section-like > header > .heading *[knowl]:active:after, .mathbook-content .section-like > header > .heading *[knowl].active:after {382border-bottom: 2px solid #ff998a;383left: 0;384right: 0;385bottom: 0;386/*@include typography-underline(*/387/*darken($border-color, 32.5%),*/388/*$underline-size: .1,*/389/*$underline-offset: $underline-offset);*/390}391/* line 134, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */392.mathbook-content section > .heading *[knowl]:active, .mathbook-content section > header > .heading *[knowl]:active, .mathbook-content .section-like > .heading *[knowl]:active, .mathbook-content .section-like > header > .heading *[knowl]:active {393color: #3572a0;394background: #d6edff;395}396/* line 138, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */397.mathbook-content section > .heading *[knowl]:active:after, .mathbook-content section > header > .heading *[knowl]:active:after, .mathbook-content .section-like > .heading *[knowl]:active:after, .mathbook-content .section-like > header > .heading *[knowl]:active:after {398border-color: #3572a0;399}400/* line 143, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */401.mathbook-content section > .heading *[knowl].active, .mathbook-content section > header > .heading *[knowl].active, .mathbook-content .section-like > .heading *[knowl].active, .mathbook-content .section-like > header > .heading *[knowl].active {402background: #ffdcd6;403}404/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */405.mathbook-content section > .heading, .mathbook-content section > header > .heading, .mathbook-content .section-like > .heading, .mathbook-content .section-like > header > .heading {406font-size: 1.75em;407line-height: 1.42857em;408margin-top: 0.71429em;409margin-bottom: 0.35714em;410}411/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */412.mathbook-content section section > .heading, .mathbook-content section section > header > .heading, .mathbook-content section .section-like > .heading, .mathbook-content section .section-like > header > .heading, .mathbook-content .section-like section > .heading, .mathbook-content .section-like section > header > .heading, .mathbook-content .section-like .section-like > .heading, .mathbook-content .section-like .section-like > header > .heading {413font-size: 1.5em;414line-height: 1.25em;415margin-top: 0.83333em;416margin-bottom: 0.41667em;417}418/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */419.mathbook-content section section section > .heading, .mathbook-content section section section > header > .heading, .mathbook-content section section .section-like > .heading, .mathbook-content section section .section-like > header > .heading, .mathbook-content section .section-like section > .heading, .mathbook-content section .section-like section > header > .heading, .mathbook-content section .section-like .section-like > .heading, .mathbook-content section .section-like .section-like > header > .heading, .mathbook-content .section-like section section > .heading, .mathbook-content .section-like section section > header > .heading, .mathbook-content .section-like section .section-like > .heading, .mathbook-content .section-like section .section-like > header > .heading, .mathbook-content .section-like .section-like section > .heading, .mathbook-content .section-like .section-like section > header > .heading, .mathbook-content .section-like .section-like .section-like > .heading, .mathbook-content .section-like .section-like .section-like > header > .heading {420font-size: 1.3125em;421line-height: 1.42857em;422margin-top: 0.95238em;423margin-bottom: 0.47619em;424}425/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */426.mathbook-content section section section section > .heading, .mathbook-content section section section section > header > .heading, .mathbook-content section section section .section-like > .heading, .mathbook-content section section section .section-like > header > .heading, .mathbook-content section section .section-like section > .heading, .mathbook-content section section .section-like section > header > .heading, .mathbook-content section section .section-like .section-like > .heading, .mathbook-content section section .section-like .section-like > header > .heading, .mathbook-content section .section-like section section > .heading, .mathbook-content section .section-like section section > header > .heading, .mathbook-content section .section-like section .section-like > .heading, .mathbook-content section .section-like section .section-like > header > .heading, .mathbook-content section .section-like .section-like section > .heading, .mathbook-content section .section-like .section-like section > header > .heading, .mathbook-content section .section-like .section-like .section-like > .heading, .mathbook-content section .section-like .section-like .section-like > header > .heading, .mathbook-content .section-like section section section > .heading, .mathbook-content .section-like section section section > header > .heading, .mathbook-content .section-like section section .section-like > .heading, .mathbook-content .section-like section section .section-like > header > .heading, .mathbook-content .section-like section .section-like section > .heading, .mathbook-content .section-like section .section-like section > header > .heading, .mathbook-content .section-like section .section-like .section-like > .heading, .mathbook-content .section-like section .section-like .section-like > header > .heading, .mathbook-content .section-like .section-like section section > .heading, .mathbook-content .section-like .section-like section section > header > .heading, .mathbook-content .section-like .section-like section .section-like > .heading, .mathbook-content .section-like .section-like section .section-like > header > .heading, .mathbook-content .section-like .section-like .section-like section > .heading, .mathbook-content .section-like .section-like .section-like section > header > .heading, .mathbook-content .section-like .section-like .section-like .section-like > .heading, .mathbook-content .section-like .section-like .section-like .section-like > header > .heading {427font-size: 1.125em;428line-height: 1.66667em;429margin-top: 1.11111em;430margin-bottom: 0.55556em;431}432/* line 38, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */433.mathbook-content .chapter {434/**435* In LaTeX, Chapter headings are broken onto two lines... so here we go...436*/437/**438* Chapter heading in the <header> format439* This format supports a byline for anthology textbooks440* and journals with different chapter authors.441*442* The main difference is that the margin is applied to the header443* element instead of the heading element.444*/445}446/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */447.mathbook-content .chapter > .heading, .mathbook-content .chapter > header > .heading {448/*449* We use font-size-base so that ems are relative to base font size450* within this context451*/452font-size: 16px;453margin-bottom: 1.25em;454}455/* line 54, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */456.mathbook-content .chapter > .heading .type, .mathbook-content .chapter > .heading .codenumber, .mathbook-content .chapter > header > .heading .type, .mathbook-content .chapter > header > .heading .codenumber {457/* Chapter type prefix is smaller (as in LaTeX) */458font-size: 1.5em;459line-height: 1.25em;460margin-top: 0.83333em;461margin-bottom: 0.41667em;462}463/* line 59, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */464.mathbook-content .chapter > .heading .title, .mathbook-content .chapter > header > .heading .title {465display: block;466font-size: 1.75em;467line-height: 1.42857em;468margin-top: 0.71429em;469margin-bottom: 0.35714em;470/* Force a half-line leader */471margin-top: 0.35714em;472}473/* line 78, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */474.mathbook-content .chapter > header {475font-size: 16px;476margin-bottom: 1.25em;477}478/* line 84, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */479.mathbook-content .chapter > header > .heading .title, .mathbook-content .chapter > header > header > .heading .title {480display: block;481/* The margin goes on the header element instead */482margin-bottom: 0;483}484/* line 91, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */485.mathbook-content .chapter > header .byline {486font-size: inherit;487margin: 0;488margin-top: 0.625em;489color: #999999;490}491/* line 96, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */492.mathbook-content .chapter > header .byline:before {493content: "By ";494}495/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */496.mathbook-content .frontmatter > .heading, .mathbook-content .frontmatter > header > .heading, .mathbook-content .book > .heading, .mathbook-content .book > header > .heading {497text-align: center;498font-size: 2em;499line-height: 1.25em;500margin-top: 0.625em;501margin-bottom: 0.3125em;502margin-bottom: 0.625em;503}504/* line 111, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */505.mathbook-content .frontmatter > .heading .subtitle, .mathbook-content .frontmatter > header > .heading .subtitle, .mathbook-content .book > .heading .subtitle, .mathbook-content .book > header > .heading .subtitle {506display: block;507font-weight: normal;508/* Much classier */509color: #666666;510font-size: 0.875em;511line-height: 1.42857em;512margin-top: 0.35714em;513}514/* line 122, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */515.mathbook-content .frontmatter .header, .mathbook-content .book .header {516margin-bottom: 2.5em;517}518/* line 126, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */519.mathbook-content .frontmatter .contributors, .mathbook-content .book .contributors {520text-align: center;521font-style: normal;522color: #333333;523}524/* line 14, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */525.mathbook-content .definition-like, .mathbook-content .theorem-like, .mathbook-content .remark-like, .mathbook-content .example-like, .mathbook-content .exercise-like, .mathbook-content .aside-like {526margin-bottom: 1.25em;527}528/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */529.mathbook-content .definition-like > .heading, .mathbook-content .theorem-like > .heading, .mathbook-content .remark-like > .heading, .mathbook-content .example-like > .heading, .mathbook-content .exercise-like > .heading, .mathbook-content .aside-like > .heading, .mathbook-content .definition-like > header > .heading, .mathbook-content .theorem-like > header > .heading, .mathbook-content .remark-like > header > .heading, .mathbook-content .example-like > header > .heading, .mathbook-content .exercise-like > header > .heading, .mathbook-content .aside-like > header > .heading {530font-size: 1.125em;531line-height: 1.66667em;532margin-top: 1.11111em;533margin-bottom: 0.55556em;534/* Support links in headings */535/* Support knowl links in headings */536}537/* line 104, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */538.mathbook-content .definition-like > .heading, .mathbook-content .theorem-like > .heading, .mathbook-content .remark-like > .heading, .mathbook-content .example-like > .heading, .mathbook-content .exercise-like > .heading, .mathbook-content .aside-like > .heading, .mathbook-content .definition-like > header > .heading, .mathbook-content .theorem-like > header > .heading, .mathbook-content .remark-like > header > .heading, .mathbook-content .example-like > header > .heading, .mathbook-content .exercise-like > header > .heading, .mathbook-content .aside-like > header > .heading {539font-family: "PT Serif", "Times New Roman", Times, serif;540font-weight: 700;541color: inherit;542}543/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */544.mathbook-content .definition-like > .heading:before, .mathbook-content .theorem-like > .heading:before, .mathbook-content .remark-like > .heading:before, .mathbook-content .example-like > .heading:before, .mathbook-content .exercise-like > .heading:before, .mathbook-content .aside-like > .heading:before, .mathbook-content .definition-like > header > .heading:before, .mathbook-content .theorem-like > header > .heading:before, .mathbook-content .remark-like > header > .heading:before, .mathbook-content .example-like > header > .heading:before, .mathbook-content .exercise-like > header > .heading:before, .mathbook-content .aside-like > header > .heading:before {545display: none;546}547/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */548.mathbook-content .definition-like > .heading:after, .mathbook-content .theorem-like > .heading:after, .mathbook-content .remark-like > .heading:after, .mathbook-content .example-like > .heading:after, .mathbook-content .exercise-like > .heading:after, .mathbook-content .aside-like > .heading:after, .mathbook-content .definition-like > header > .heading:after, .mathbook-content .theorem-like > header > .heading:after, .mathbook-content .remark-like > header > .heading:after, .mathbook-content .example-like > header > .heading:after, .mathbook-content .exercise-like > header > .heading:after, .mathbook-content .aside-like > header > .heading:after {549content: "";550}551/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */552.mathbook-content .definition-like > .heading .type:before, .mathbook-content .theorem-like > .heading .type:before, .mathbook-content .remark-like > .heading .type:before, .mathbook-content .example-like > .heading .type:before, .mathbook-content .exercise-like > .heading .type:before, .mathbook-content .aside-like > .heading .type:before, .mathbook-content .definition-like > header > .heading .type:before, .mathbook-content .theorem-like > header > .heading .type:before, .mathbook-content .remark-like > header > .heading .type:before, .mathbook-content .example-like > header > .heading .type:before, .mathbook-content .exercise-like > header > .heading .type:before, .mathbook-content .aside-like > header > .heading .type:before {553display: none;554}555/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */556.mathbook-content .definition-like > .heading .type:after, .mathbook-content .theorem-like > .heading .type:after, .mathbook-content .remark-like > .heading .type:after, .mathbook-content .example-like > .heading .type:after, .mathbook-content .exercise-like > .heading .type:after, .mathbook-content .aside-like > .heading .type:after, .mathbook-content .definition-like > header > .heading .type:after, .mathbook-content .theorem-like > header > .heading .type:after, .mathbook-content .remark-like > header > .heading .type:after, .mathbook-content .example-like > header > .heading .type:after, .mathbook-content .exercise-like > header > .heading .type:after, .mathbook-content .aside-like > header > .heading .type:after {557content: " ";558}559/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */560.mathbook-content .definition-like > .heading .codenumber:not(:empty):before, .mathbook-content .theorem-like > .heading .codenumber:not(:empty):before, .mathbook-content .remark-like > .heading .codenumber:not(:empty):before, .mathbook-content .example-like > .heading .codenumber:not(:empty):before, .mathbook-content .exercise-like > .heading .codenumber:not(:empty):before, .mathbook-content .aside-like > .heading .codenumber:not(:empty):before, .mathbook-content .definition-like > header > .heading .codenumber:not(:empty):before, .mathbook-content .theorem-like > header > .heading .codenumber:not(:empty):before, .mathbook-content .remark-like > header > .heading .codenumber:not(:empty):before, .mathbook-content .example-like > header > .heading .codenumber:not(:empty):before, .mathbook-content .exercise-like > header > .heading .codenumber:not(:empty):before, .mathbook-content .aside-like > header > .heading .codenumber:not(:empty):before {561display: none;562}563/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */564.mathbook-content .definition-like > .heading .codenumber:not(:empty):after, .mathbook-content .theorem-like > .heading .codenumber:not(:empty):after, .mathbook-content .remark-like > .heading .codenumber:not(:empty):after, .mathbook-content .example-like > .heading .codenumber:not(:empty):after, .mathbook-content .exercise-like > .heading .codenumber:not(:empty):after, .mathbook-content .aside-like > .heading .codenumber:not(:empty):after, .mathbook-content .definition-like > header > .heading .codenumber:not(:empty):after, .mathbook-content .theorem-like > header > .heading .codenumber:not(:empty):after, .mathbook-content .remark-like > header > .heading .codenumber:not(:empty):after, .mathbook-content .example-like > header > .heading .codenumber:not(:empty):after, .mathbook-content .exercise-like > header > .heading .codenumber:not(:empty):after, .mathbook-content .aside-like > header > .heading .codenumber:not(:empty):after {565content: "\2002";566}567/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */568.mathbook-content .definition-like > .heading .title:before, .mathbook-content .theorem-like > .heading .title:before, .mathbook-content .remark-like > .heading .title:before, .mathbook-content .example-like > .heading .title:before, .mathbook-content .exercise-like > .heading .title:before, .mathbook-content .aside-like > .heading .title:before, .mathbook-content .definition-like > header > .heading .title:before, .mathbook-content .theorem-like > header > .heading .title:before, .mathbook-content .remark-like > header > .heading .title:before, .mathbook-content .example-like > header > .heading .title:before, .mathbook-content .exercise-like > header > .heading .title:before, .mathbook-content .aside-like > header > .heading .title:before {569display: none;570}571/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */572.mathbook-content .definition-like > .heading .title:after, .mathbook-content .theorem-like > .heading .title:after, .mathbook-content .remark-like > .heading .title:after, .mathbook-content .example-like > .heading .title:after, .mathbook-content .exercise-like > .heading .title:after, .mathbook-content .aside-like > .heading .title:after, .mathbook-content .definition-like > header > .heading .title:after, .mathbook-content .theorem-like > header > .heading .title:after, .mathbook-content .remark-like > header > .heading .title:after, .mathbook-content .example-like > header > .heading .title:after, .mathbook-content .exercise-like > header > .heading .title:after, .mathbook-content .aside-like > header > .heading .title:after {573content: " ";574}575/* line 124, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */576.mathbook-content .definition-like > .heading .type, .mathbook-content .theorem-like > .heading .type, .mathbook-content .remark-like > .heading .type, .mathbook-content .example-like > .heading .type, .mathbook-content .exercise-like > .heading .type, .mathbook-content .aside-like > .heading .type, .mathbook-content .definition-like > .heading .codenumber, .mathbook-content .theorem-like > .heading .codenumber, .mathbook-content .remark-like > .heading .codenumber, .mathbook-content .example-like > .heading .codenumber, .mathbook-content .exercise-like > .heading .codenumber, .mathbook-content .aside-like > .heading .codenumber, .mathbook-content .definition-like > .heading .title, .mathbook-content .theorem-like > .heading .title, .mathbook-content .remark-like > .heading .title, .mathbook-content .example-like > .heading .title, .mathbook-content .exercise-like > .heading .title, .mathbook-content .aside-like > .heading .title, .mathbook-content .definition-like > header > .heading .type, .mathbook-content .theorem-like > header > .heading .type, .mathbook-content .remark-like > header > .heading .type, .mathbook-content .example-like > header > .heading .type, .mathbook-content .exercise-like > header > .heading .type, .mathbook-content .aside-like > header > .heading .type, .mathbook-content .definition-like > header > .heading .codenumber, .mathbook-content .theorem-like > header > .heading .codenumber, .mathbook-content .remark-like > header > .heading .codenumber, .mathbook-content .example-like > header > .heading .codenumber, .mathbook-content .exercise-like > header > .heading .codenumber, .mathbook-content .aside-like > header > .heading .codenumber, .mathbook-content .definition-like > header > .heading .title, .mathbook-content .theorem-like > header > .heading .title, .mathbook-content .remark-like > header > .heading .title, .mathbook-content .example-like > header > .heading .title, .mathbook-content .exercise-like > header > .heading .title, .mathbook-content .aside-like > header > .heading .title {577/**578* Hide the space after the last element,579* defer to .heading:after instead XX obsolete comment580*/581}582/* line 69, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */583.mathbook-content .definition-like > .heading.hide-type .type, .mathbook-content .theorem-like > .heading.hide-type .type, .mathbook-content .remark-like > .heading.hide-type .type, .mathbook-content .example-like > .heading.hide-type .type, .mathbook-content .exercise-like > .heading.hide-type .type, .mathbook-content .aside-like > .heading.hide-type .type, .mathbook-content .definition-like > header > .heading.hide-type .type, .mathbook-content .theorem-like > header > .heading.hide-type .type, .mathbook-content .remark-like > header > .heading.hide-type .type, .mathbook-content .example-like > header > .heading.hide-type .type, .mathbook-content .exercise-like > header > .heading.hide-type .type, .mathbook-content .aside-like > header > .heading.hide-type .type {584display: none;585}586/* line 76, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */587.mathbook-content .definition-like > .heading.hide-codenumber .codenumber, .mathbook-content .theorem-like > .heading.hide-codenumber .codenumber, .mathbook-content .remark-like > .heading.hide-codenumber .codenumber, .mathbook-content .example-like > .heading.hide-codenumber .codenumber, .mathbook-content .exercise-like > .heading.hide-codenumber .codenumber, .mathbook-content .aside-like > .heading.hide-codenumber .codenumber, .mathbook-content .definition-like > header > .heading.hide-codenumber .codenumber, .mathbook-content .theorem-like > header > .heading.hide-codenumber .codenumber, .mathbook-content .remark-like > header > .heading.hide-codenumber .codenumber, .mathbook-content .example-like > header > .heading.hide-codenumber .codenumber, .mathbook-content .exercise-like > header > .heading.hide-codenumber .codenumber, .mathbook-content .aside-like > header > .heading.hide-codenumber .codenumber {588display: none;589}590/* line 83, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */591.mathbook-content .definition-like > .heading.hide-title .title, .mathbook-content .theorem-like > .heading.hide-title .title, .mathbook-content .remark-like > .heading.hide-title .title, .mathbook-content .example-like > .heading.hide-title .title, .mathbook-content .exercise-like > .heading.hide-title .title, .mathbook-content .aside-like > .heading.hide-title .title, .mathbook-content .definition-like > header > .heading.hide-title .title, .mathbook-content .theorem-like > header > .heading.hide-title .title, .mathbook-content .remark-like > header > .heading.hide-title .title, .mathbook-content .example-like > header > .heading.hide-title .title, .mathbook-content .exercise-like > header > .heading.hide-title .title, .mathbook-content .aside-like > header > .heading.hide-title .title {592display: none;593}594/* line 26, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */595.mathbook-content .definition-like > .heading a:link, .mathbook-content .theorem-like > .heading a:link, .mathbook-content .remark-like > .heading a:link, .mathbook-content .example-like > .heading a:link, .mathbook-content .exercise-like > .heading a:link, .mathbook-content .aside-like > .heading a:link, .mathbook-content .definition-like > .heading a:visited, .mathbook-content .theorem-like > .heading a:visited, .mathbook-content .remark-like > .heading a:visited, .mathbook-content .example-like > .heading a:visited, .mathbook-content .exercise-like > .heading a:visited, .mathbook-content .aside-like > .heading a:visited, .mathbook-content .definition-like > header > .heading a:link, .mathbook-content .theorem-like > header > .heading a:link, .mathbook-content .remark-like > header > .heading a:link, .mathbook-content .example-like > header > .heading a:link, .mathbook-content .exercise-like > header > .heading a:link, .mathbook-content .aside-like > header > .heading a:link, .mathbook-content .definition-like > header > .heading a:visited, .mathbook-content .theorem-like > header > .heading a:visited, .mathbook-content .remark-like > header > .heading a:visited, .mathbook-content .example-like > header > .heading a:visited, .mathbook-content .exercise-like > header > .heading a:visited, .mathbook-content .aside-like > header > .heading a:visited {596color: #bf3520;597color: #bf3520;598/**599* Better underlines using background gradients600* See http://bit.ly/1vTg7hr601*/602/* the better underlines were removed by David Farmer on 2/9/16603because of various headaches */604}605/* line 33, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */606.mathbook-content .definition-like > .heading a:hover, .mathbook-content .theorem-like > .heading a:hover, .mathbook-content .remark-like > .heading a:hover, .mathbook-content .example-like > .heading a:hover, .mathbook-content .exercise-like > .heading a:hover, .mathbook-content .aside-like > .heading a:hover, .mathbook-content .definition-like > .heading a:focus, .mathbook-content .theorem-like > .heading a:focus, .mathbook-content .remark-like > .heading a:focus, .mathbook-content .example-like > .heading a:focus, .mathbook-content .exercise-like > .heading a:focus, .mathbook-content .aside-like > .heading a:focus, .mathbook-content .definition-like > header > .heading a:hover, .mathbook-content .theorem-like > header > .heading a:hover, .mathbook-content .remark-like > header > .heading a:hover, .mathbook-content .example-like > header > .heading a:hover, .mathbook-content .exercise-like > header > .heading a:hover, .mathbook-content .aside-like > header > .heading a:hover, .mathbook-content .definition-like > header > .heading a:focus, .mathbook-content .theorem-like > header > .heading a:focus, .mathbook-content .remark-like > header > .heading a:focus, .mathbook-content .example-like > header > .heading a:focus, .mathbook-content .exercise-like > header > .heading a:focus, .mathbook-content .aside-like > header > .heading a:focus {607color: #932919;608/**609* Better underlines using background gradients610* See http://bit.ly/1vTg7hr611*/612/* the better underlines were removed by David Farmer on 2/9/16613because of various headaches */614}615/* line 40, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */616.mathbook-content .definition-like > .heading a:active, .mathbook-content .theorem-like > .heading a:active, .mathbook-content .remark-like > .heading a:active, .mathbook-content .example-like > .heading a:active, .mathbook-content .exercise-like > .heading a:active, .mathbook-content .aside-like > .heading a:active, .mathbook-content .definition-like > header > .heading a:active, .mathbook-content .theorem-like > header > .heading a:active, .mathbook-content .remark-like > header > .heading a:active, .mathbook-content .example-like > header > .heading a:active, .mathbook-content .exercise-like > header > .heading a:active, .mathbook-content .aside-like > header > .heading a:active {617color: #3572a0;618/**619* Better underlines using background gradients620* See http://bit.ly/1vTg7hr621*/622/* the better underlines were removed by David Farmer on 2/9/16623because of various headaches */624}625/* line 28, ../../../../../MathBook/mathbook-assets/scss/content/mixins/_environment.scss */626.mathbook-content .definition-like > .heading *[knowl], .mathbook-content .theorem-like > .heading *[knowl], .mathbook-content .remark-like > .heading *[knowl], .mathbook-content .example-like > .heading *[knowl], .mathbook-content .exercise-like > .heading *[knowl], .mathbook-content .aside-like > .heading *[knowl], .mathbook-content .definition-like > header > .heading *[knowl], .mathbook-content .theorem-like > header > .heading *[knowl], .mathbook-content .remark-like > header > .heading *[knowl], .mathbook-content .example-like > header > .heading *[knowl], .mathbook-content .exercise-like > header > .heading *[knowl], .mathbook-content .aside-like > header > .heading *[knowl] {627/* not used? */628margin-left: -3px;629}630/* line 57, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */631.mathbook-content .definition-like > .heading *[knowl], .mathbook-content .theorem-like > .heading *[knowl], .mathbook-content .remark-like > .heading *[knowl], .mathbook-content .example-like > .heading *[knowl], .mathbook-content .exercise-like > .heading *[knowl], .mathbook-content .aside-like > .heading *[knowl], .mathbook-content .definition-like > .heading *[knowl]:hover, .mathbook-content .theorem-like > .heading *[knowl]:hover, .mathbook-content .remark-like > .heading *[knowl]:hover, .mathbook-content .example-like > .heading *[knowl]:hover, .mathbook-content .exercise-like > .heading *[knowl]:hover, .mathbook-content .aside-like > .heading *[knowl]:hover, .mathbook-content .definition-like > .heading *[knowl].active, .mathbook-content .theorem-like > .heading *[knowl].active, .mathbook-content .remark-like > .heading *[knowl].active, .mathbook-content .example-like > .heading *[knowl].active, .mathbook-content .exercise-like > .heading *[knowl].active, .mathbook-content .aside-like > .heading *[knowl].active, .mathbook-content .definition-like > header > .heading *[knowl], .mathbook-content .theorem-like > header > .heading *[knowl], .mathbook-content .remark-like > header > .heading *[knowl], .mathbook-content .example-like > header > .heading *[knowl], .mathbook-content .exercise-like > header > .heading *[knowl], .mathbook-content .aside-like > header > .heading *[knowl], .mathbook-content .definition-like > header > .heading *[knowl]:hover, .mathbook-content .theorem-like > header > .heading *[knowl]:hover, .mathbook-content .remark-like > header > .heading *[knowl]:hover, .mathbook-content .example-like > header > .heading *[knowl]:hover, .mathbook-content .exercise-like > header > .heading *[knowl]:hover, .mathbook-content .aside-like > header > .heading *[knowl]:hover, .mathbook-content .definition-like > header > .heading *[knowl].active, .mathbook-content .theorem-like > header > .heading *[knowl].active, .mathbook-content .remark-like > header > .heading *[knowl].active, .mathbook-content .example-like > header > .heading *[knowl].active, .mathbook-content .exercise-like > header > .heading *[knowl].active, .mathbook-content .aside-like > header > .heading *[knowl].active {632position: relative;633color: #9c2310;634background: transparent;635padding: 0px 2px 0px 2px;636margin: 0;637text-decoration: none;638/* add a bottom margin so the line639* doesn't jump onHover.640*/641/*margin-bottom: 1px;*/642/*border-bottom: 1px dotted $color;*/643margin-bottom: 0;644border-bottom: none;645font-weight: 500;646white-space: nowrap;647-moz-border-radius-topleft: 3px;648-webkit-border-top-left-radius: 3px;649border-top-left-radius: 3px;650-moz-border-radius-topright: 3px;651-webkit-border-top-right-radius: 3px;652border-top-right-radius: 3px;653/* Prevent accidental text selection on click */654-webkit-user-select: none;655-moz-user-select: none;656user-select: none;657-webkit-transition-property: background-color;658-moz-transition-property: background-color;659-o-transition-property: background-color;660transition-property: background-color;661-webkit-transition-duration: 0ms;662-moz-transition-duration: 0ms;663-o-transition-duration: 0ms;664transition-duration: 0ms;665/**666* This gets us an underline that's a bit tighter with the baseline667* instead of awkwardly floating below like a border on the parent668*/669}670/* line 89, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */671.mathbook-content .definition-like > .heading *[knowl]:after, .mathbook-content .theorem-like > .heading *[knowl]:after, .mathbook-content .remark-like > .heading *[knowl]:after, .mathbook-content .example-like > .heading *[knowl]:after, .mathbook-content .exercise-like > .heading *[knowl]:after, .mathbook-content .aside-like > .heading *[knowl]:after, .mathbook-content .definition-like > .heading *[knowl]:hover:after, .mathbook-content .theorem-like > .heading *[knowl]:hover:after, .mathbook-content .remark-like > .heading *[knowl]:hover:after, .mathbook-content .example-like > .heading *[knowl]:hover:after, .mathbook-content .exercise-like > .heading *[knowl]:hover:after, .mathbook-content .aside-like > .heading *[knowl]:hover:after, .mathbook-content .definition-like > .heading *[knowl].active:after, .mathbook-content .theorem-like > .heading *[knowl].active:after, .mathbook-content .remark-like > .heading *[knowl].active:after, .mathbook-content .example-like > .heading *[knowl].active:after, .mathbook-content .exercise-like > .heading *[knowl].active:after, .mathbook-content .aside-like > .heading *[knowl].active:after, .mathbook-content .definition-like > header > .heading *[knowl]:after, .mathbook-content .theorem-like > header > .heading *[knowl]:after, .mathbook-content .remark-like > header > .heading *[knowl]:after, .mathbook-content .example-like > header > .heading *[knowl]:after, .mathbook-content .exercise-like > header > .heading *[knowl]:after, .mathbook-content .aside-like > header > .heading *[knowl]:after, .mathbook-content .definition-like > header > .heading *[knowl]:hover:after, .mathbook-content .theorem-like > header > .heading *[knowl]:hover:after, .mathbook-content .remark-like > header > .heading *[knowl]:hover:after, .mathbook-content .example-like > header > .heading *[knowl]:hover:after, .mathbook-content .exercise-like > header > .heading *[knowl]:hover:after, .mathbook-content .aside-like > header > .heading *[knowl]:hover:after, .mathbook-content .definition-like > header > .heading *[knowl].active:after, .mathbook-content .theorem-like > header > .heading *[knowl].active:after, .mathbook-content .remark-like > header > .heading *[knowl].active:after, .mathbook-content .example-like > header > .heading *[knowl].active:after, .mathbook-content .exercise-like > header > .heading *[knowl].active:after, .mathbook-content .aside-like > header > .heading *[knowl].active:after {672content: "";673position: absolute;674top: 0;675bottom: 1px;676right: 2.4px;677left: 2.4px;678/* Smooth out the transition from underline to border */679-webkit-transition-property: left, right;680-moz-transition-property: left, right;681-o-transition-property: left, right;682transition-property: left, right;683-webkit-transition-duration: 0ms;684-moz-transition-duration: 0ms;685-o-transition-duration: 0ms;686transition-duration: 0ms;687border-bottom: 1px dotted #9c2310;688/*@include typography-underline(*/689/*$color,*/690/*$underline-style: dotted,*/691/*$underline-size: .1,*/692/*$underline-offset: $underline-offset);*/693/* Display under parent content, but above parent background */694z-index: 0;695}696/* line 112, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */697.mathbook-content .definition-like > .heading *[knowl]:hover, .mathbook-content .theorem-like > .heading *[knowl]:hover, .mathbook-content .remark-like > .heading *[knowl]:hover, .mathbook-content .example-like > .heading *[knowl]:hover, .mathbook-content .exercise-like > .heading *[knowl]:hover, .mathbook-content .aside-like > .heading *[knowl]:hover, .mathbook-content .definition-like > .heading *[knowl]:active, .mathbook-content .theorem-like > .heading *[knowl]:active, .mathbook-content .remark-like > .heading *[knowl]:active, .mathbook-content .example-like > .heading *[knowl]:active, .mathbook-content .exercise-like > .heading *[knowl]:active, .mathbook-content .aside-like > .heading *[knowl]:active, .mathbook-content .definition-like > .heading *[knowl].active, .mathbook-content .theorem-like > .heading *[knowl].active, .mathbook-content .remark-like > .heading *[knowl].active, .mathbook-content .example-like > .heading *[knowl].active, .mathbook-content .exercise-like > .heading *[knowl].active, .mathbook-content .aside-like > .heading *[knowl].active, .mathbook-content .definition-like > header > .heading *[knowl]:hover, .mathbook-content .theorem-like > header > .heading *[knowl]:hover, .mathbook-content .remark-like > header > .heading *[knowl]:hover, .mathbook-content .example-like > header > .heading *[knowl]:hover, .mathbook-content .exercise-like > header > .heading *[knowl]:hover, .mathbook-content .aside-like > header > .heading *[knowl]:hover, .mathbook-content .definition-like > header > .heading *[knowl]:active, .mathbook-content .theorem-like > header > .heading *[knowl]:active, .mathbook-content .remark-like > header > .heading *[knowl]:active, .mathbook-content .example-like > header > .heading *[knowl]:active, .mathbook-content .exercise-like > header > .heading *[knowl]:active, .mathbook-content .aside-like > header > .heading *[knowl]:active, .mathbook-content .definition-like > header > .heading *[knowl].active, .mathbook-content .theorem-like > header > .heading *[knowl].active, .mathbook-content .remark-like > header > .heading *[knowl].active, .mathbook-content .example-like > header > .heading *[knowl].active, .mathbook-content .exercise-like > header > .heading *[knowl].active, .mathbook-content .aside-like > header > .heading *[knowl].active {698color: #8a1200;699background: #ffedeb;700text-decoration: none;701/* See comment on default style's border/margin */702margin-bottom: 0;703/*border-bottom:2px solid darken($border-color, 15%);*/704/*border-bottom: none;*/705}706/* line 122, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */707.mathbook-content .definition-like > .heading *[knowl]:hover:after, .mathbook-content .theorem-like > .heading *[knowl]:hover:after, .mathbook-content .remark-like > .heading *[knowl]:hover:after, .mathbook-content .example-like > .heading *[knowl]:hover:after, .mathbook-content .exercise-like > .heading *[knowl]:hover:after, .mathbook-content .aside-like > .heading *[knowl]:hover:after, .mathbook-content .definition-like > .heading *[knowl]:active:after, .mathbook-content .theorem-like > .heading *[knowl]:active:after, .mathbook-content .remark-like > .heading *[knowl]:active:after, .mathbook-content .example-like > .heading *[knowl]:active:after, .mathbook-content .exercise-like > .heading *[knowl]:active:after, .mathbook-content .aside-like > .heading *[knowl]:active:after, .mathbook-content .definition-like > .heading *[knowl].active:after, .mathbook-content .theorem-like > .heading *[knowl].active:after, .mathbook-content .remark-like > .heading *[knowl].active:after, .mathbook-content .example-like > .heading *[knowl].active:after, .mathbook-content .exercise-like > .heading *[knowl].active:after, .mathbook-content .aside-like > .heading *[knowl].active:after, .mathbook-content .definition-like > header > .heading *[knowl]:hover:after, .mathbook-content .theorem-like > header > .heading *[knowl]:hover:after, .mathbook-content .remark-like > header > .heading *[knowl]:hover:after, .mathbook-content .example-like > header > .heading *[knowl]:hover:after, .mathbook-content .exercise-like > header > .heading *[knowl]:hover:after, .mathbook-content .aside-like > header > .heading *[knowl]:hover:after, .mathbook-content .definition-like > header > .heading *[knowl]:active:after, .mathbook-content .theorem-like > header > .heading *[knowl]:active:after, .mathbook-content .remark-like > header > .heading *[knowl]:active:after, .mathbook-content .example-like > header > .heading *[knowl]:active:after, .mathbook-content .exercise-like > header > .heading *[knowl]:active:after, .mathbook-content .aside-like > header > .heading *[knowl]:active:after, .mathbook-content .definition-like > header > .heading *[knowl].active:after, .mathbook-content .theorem-like > header > .heading *[knowl].active:after, .mathbook-content .remark-like > header > .heading *[knowl].active:after, .mathbook-content .example-like > header > .heading *[knowl].active:after, .mathbook-content .exercise-like > header > .heading *[knowl].active:after, .mathbook-content .aside-like > header > .heading *[knowl].active:after {708border-bottom: 2px solid #ff998a;709left: 0;710right: 0;711bottom: 0;712/*@include typography-underline(*/713/*darken($border-color, 32.5%),*/714/*$underline-size: .1,*/715/*$underline-offset: $underline-offset);*/716}717/* line 134, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */718.mathbook-content .definition-like > .heading *[knowl]:active, .mathbook-content .theorem-like > .heading *[knowl]:active, .mathbook-content .remark-like > .heading *[knowl]:active, .mathbook-content .example-like > .heading *[knowl]:active, .mathbook-content .exercise-like > .heading *[knowl]:active, .mathbook-content .aside-like > .heading *[knowl]:active, .mathbook-content .definition-like > header > .heading *[knowl]:active, .mathbook-content .theorem-like > header > .heading *[knowl]:active, .mathbook-content .remark-like > header > .heading *[knowl]:active, .mathbook-content .example-like > header > .heading *[knowl]:active, .mathbook-content .exercise-like > header > .heading *[knowl]:active, .mathbook-content .aside-like > header > .heading *[knowl]:active {719color: #3572a0;720background: #d6edff;721}722/* line 138, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */723.mathbook-content .definition-like > .heading *[knowl]:active:after, .mathbook-content .theorem-like > .heading *[knowl]:active:after, .mathbook-content .remark-like > .heading *[knowl]:active:after, .mathbook-content .example-like > .heading *[knowl]:active:after, .mathbook-content .exercise-like > .heading *[knowl]:active:after, .mathbook-content .aside-like > .heading *[knowl]:active:after, .mathbook-content .definition-like > header > .heading *[knowl]:active:after, .mathbook-content .theorem-like > header > .heading *[knowl]:active:after, .mathbook-content .remark-like > header > .heading *[knowl]:active:after, .mathbook-content .example-like > header > .heading *[knowl]:active:after, .mathbook-content .exercise-like > header > .heading *[knowl]:active:after, .mathbook-content .aside-like > header > .heading *[knowl]:active:after {724border-color: #3572a0;725}726/* line 143, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */727.mathbook-content .definition-like > .heading *[knowl].active, .mathbook-content .theorem-like > .heading *[knowl].active, .mathbook-content .remark-like > .heading *[knowl].active, .mathbook-content .example-like > .heading *[knowl].active, .mathbook-content .exercise-like > .heading *[knowl].active, .mathbook-content .aside-like > .heading *[knowl].active, .mathbook-content .definition-like > header > .heading *[knowl].active, .mathbook-content .theorem-like > header > .heading *[knowl].active, .mathbook-content .remark-like > header > .heading *[knowl].active, .mathbook-content .example-like > header > .heading *[knowl].active, .mathbook-content .exercise-like > header > .heading *[knowl].active, .mathbook-content .aside-like > header > .heading *[knowl].active {728background: #ffdcd6;729}730/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */731.mathbook-content .definition-like > .heading, .mathbook-content .theorem-like > .heading, .mathbook-content .remark-like > .heading, .mathbook-content .example-like > .heading, .mathbook-content .exercise-like > .heading, .mathbook-content .aside-like > .heading, .mathbook-content .definition-like > header > .heading, .mathbook-content .theorem-like > header > .heading, .mathbook-content .remark-like > header > .heading, .mathbook-content .example-like > header > .heading, .mathbook-content .exercise-like > header > .heading, .mathbook-content .aside-like > header > .heading {732display: inline;733}734/* line 153, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */735.mathbook-content .definition-like > .heading + p, .mathbook-content .theorem-like > .heading + p, .mathbook-content .remark-like > .heading + p, .mathbook-content .example-like > .heading + p, .mathbook-content .exercise-like > .heading + p, .mathbook-content .aside-like > .heading + p, .mathbook-content .definition-like > header > .heading + p, .mathbook-content .theorem-like > header > .heading + p, .mathbook-content .remark-like > header > .heading + p, .mathbook-content .example-like > header > .heading + p, .mathbook-content .exercise-like > header > .heading + p, .mathbook-content .aside-like > header > .heading + p {736display: inline;737}738/* line 156, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */739.mathbook-content .definition-like > .heading + p:after, .mathbook-content .theorem-like > .heading + p:after, .mathbook-content .remark-like > .heading + p:after, .mathbook-content .example-like > .heading + p:after, .mathbook-content .exercise-like > .heading + p:after, .mathbook-content .aside-like > .heading + p:after, .mathbook-content .definition-like > header > .heading + p:after, .mathbook-content .theorem-like > header > .heading + p:after, .mathbook-content .remark-like > header > .heading + p:after, .mathbook-content .example-like > header > .heading + p:after, .mathbook-content .exercise-like > header > .heading + p:after, .mathbook-content .aside-like > header > .heading + p:after {740/* Restore the inline paragraph's margin */741content: "";742display: block;743margin-bottom: 1.25em;744}745/* line 25, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */746.mathbook-content .theorem-like p, .mathbook-content .theorem-like ol, .mathbook-content .theorem-like ul {747font-style: italic;748}749/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */750.mathbook-content .theorem-like .statement {751display: inline;752}753/* line 33, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */754.mathbook-content .theorem-like .statement p:first-child {755display: inline;756}757/* line 37, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */758.mathbook-content .theorem-like .statement:last-child, .mathbook-content .theorem-like .statement:last-of-type {759margin-bottom: 0;760}761/* line 43, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */762.mathbook-content .proof {763margin-bottom: 1.25em;764}765/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */766.mathbook-content .proof > .heading, .mathbook-content .proof > header > .heading {767font-size: 1.125em;768line-height: 1.66667em;769margin-top: 1.11111em;770margin-bottom: 0.55556em;771/* Support links in headings */772/* Support knowl links in headings */773}774/* line 104, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */775.mathbook-content .proof > .heading, .mathbook-content .proof > header > .heading {776font-family: "PT Serif", "Times New Roman", Times, serif;777font-weight: 700;778color: inherit;779}780/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */781.mathbook-content .proof > .heading:before, .mathbook-content .proof > header > .heading:before {782display: none;783}784/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */785.mathbook-content .proof > .heading:after, .mathbook-content .proof > header > .heading:after {786content: "";787}788/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */789.mathbook-content .proof > .heading .type:before, .mathbook-content .proof > header > .heading .type:before {790display: none;791}792/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */793.mathbook-content .proof > .heading .type:after, .mathbook-content .proof > header > .heading .type:after {794content: " ";795}796/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */797.mathbook-content .proof > .heading .codenumber:not(:empty):before, .mathbook-content .proof > header > .heading .codenumber:not(:empty):before {798display: none;799}800/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */801.mathbook-content .proof > .heading .codenumber:not(:empty):after, .mathbook-content .proof > header > .heading .codenumber:not(:empty):after {802content: "\2002";803}804/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */805.mathbook-content .proof > .heading .title:before, .mathbook-content .proof > header > .heading .title:before {806display: none;807}808/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */809.mathbook-content .proof > .heading .title:after, .mathbook-content .proof > header > .heading .title:after {810content: " ";811}812/* line 124, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */813.mathbook-content .proof > .heading .type, .mathbook-content .proof > .heading .codenumber, .mathbook-content .proof > .heading .title, .mathbook-content .proof > header > .heading .type, .mathbook-content .proof > header > .heading .codenumber, .mathbook-content .proof > header > .heading .title {814/**815* Hide the space after the last element,816* defer to .heading:after instead XX obsolete comment817*/818}819/* line 69, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */820.mathbook-content .proof > .heading.hide-type .type, .mathbook-content .proof > header > .heading.hide-type .type {821display: none;822}823/* line 76, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */824.mathbook-content .proof > .heading.hide-codenumber .codenumber, .mathbook-content .proof > header > .heading.hide-codenumber .codenumber {825display: none;826}827/* line 83, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */828.mathbook-content .proof > .heading.hide-title .title, .mathbook-content .proof > header > .heading.hide-title .title {829display: none;830}831/* line 26, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */832.mathbook-content .proof > .heading a:link, .mathbook-content .proof > .heading a:visited, .mathbook-content .proof > header > .heading a:link, .mathbook-content .proof > header > .heading a:visited {833color: #bf3520;834color: #bf3520;835/**836* Better underlines using background gradients837* See http://bit.ly/1vTg7hr838*/839/* the better underlines were removed by David Farmer on 2/9/16840because of various headaches */841}842/* line 33, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */843.mathbook-content .proof > .heading a:hover, .mathbook-content .proof > .heading a:focus, .mathbook-content .proof > header > .heading a:hover, .mathbook-content .proof > header > .heading a:focus {844color: #932919;845/**846* Better underlines using background gradients847* See http://bit.ly/1vTg7hr848*/849/* the better underlines were removed by David Farmer on 2/9/16850because of various headaches */851}852/* line 40, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */853.mathbook-content .proof > .heading a:active, .mathbook-content .proof > header > .heading a:active {854color: #3572a0;855/**856* Better underlines using background gradients857* See http://bit.ly/1vTg7hr858*/859/* the better underlines were removed by David Farmer on 2/9/16860because of various headaches */861}862/* line 28, ../../../../../MathBook/mathbook-assets/scss/content/mixins/_environment.scss */863.mathbook-content .proof > .heading *[knowl], .mathbook-content .proof > header > .heading *[knowl] {864/* not used? */865margin-left: -3px;866}867/* line 57, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */868.mathbook-content .proof > .heading *[knowl], .mathbook-content .proof > .heading *[knowl]:hover, .mathbook-content .proof > .heading *[knowl].active, .mathbook-content .proof > header > .heading *[knowl], .mathbook-content .proof > header > .heading *[knowl]:hover, .mathbook-content .proof > header > .heading *[knowl].active {869position: relative;870color: #9c2310;871background: transparent;872padding: 0px 2px 0px 2px;873margin: 0;874text-decoration: none;875/* add a bottom margin so the line876* doesn't jump onHover.877*/878/*margin-bottom: 1px;*/879/*border-bottom: 1px dotted $color;*/880margin-bottom: 0;881border-bottom: none;882font-weight: 500;883white-space: nowrap;884-moz-border-radius-topleft: 3px;885-webkit-border-top-left-radius: 3px;886border-top-left-radius: 3px;887-moz-border-radius-topright: 3px;888-webkit-border-top-right-radius: 3px;889border-top-right-radius: 3px;890/* Prevent accidental text selection on click */891-webkit-user-select: none;892-moz-user-select: none;893user-select: none;894-webkit-transition-property: background-color;895-moz-transition-property: background-color;896-o-transition-property: background-color;897transition-property: background-color;898-webkit-transition-duration: 0ms;899-moz-transition-duration: 0ms;900-o-transition-duration: 0ms;901transition-duration: 0ms;902/**903* This gets us an underline that's a bit tighter with the baseline904* instead of awkwardly floating below like a border on the parent905*/906}907/* line 89, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */908.mathbook-content .proof > .heading *[knowl]:after, .mathbook-content .proof > .heading *[knowl]:hover:after, .mathbook-content .proof > .heading *[knowl].active:after, .mathbook-content .proof > header > .heading *[knowl]:after, .mathbook-content .proof > header > .heading *[knowl]:hover:after, .mathbook-content .proof > header > .heading *[knowl].active:after {909content: "";910position: absolute;911top: 0;912bottom: 1px;913right: 2.4px;914left: 2.4px;915/* Smooth out the transition from underline to border */916-webkit-transition-property: left, right;917-moz-transition-property: left, right;918-o-transition-property: left, right;919transition-property: left, right;920-webkit-transition-duration: 0ms;921-moz-transition-duration: 0ms;922-o-transition-duration: 0ms;923transition-duration: 0ms;924border-bottom: 1px dotted #9c2310;925/*@include typography-underline(*/926/*$color,*/927/*$underline-style: dotted,*/928/*$underline-size: .1,*/929/*$underline-offset: $underline-offset);*/930/* Display under parent content, but above parent background */931z-index: 0;932}933/* line 112, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */934.mathbook-content .proof > .heading *[knowl]:hover, .mathbook-content .proof > .heading *[knowl]:active, .mathbook-content .proof > .heading *[knowl].active, .mathbook-content .proof > header > .heading *[knowl]:hover, .mathbook-content .proof > header > .heading *[knowl]:active, .mathbook-content .proof > header > .heading *[knowl].active {935color: #8a1200;936background: #ffedeb;937text-decoration: none;938/* See comment on default style's border/margin */939margin-bottom: 0;940/*border-bottom:2px solid darken($border-color, 15%);*/941/*border-bottom: none;*/942}943/* line 122, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */944.mathbook-content .proof > .heading *[knowl]:hover:after, .mathbook-content .proof > .heading *[knowl]:active:after, .mathbook-content .proof > .heading *[knowl].active:after, .mathbook-content .proof > header > .heading *[knowl]:hover:after, .mathbook-content .proof > header > .heading *[knowl]:active:after, .mathbook-content .proof > header > .heading *[knowl].active:after {945border-bottom: 2px solid #ff998a;946left: 0;947right: 0;948bottom: 0;949/*@include typography-underline(*/950/*darken($border-color, 32.5%),*/951/*$underline-size: .1,*/952/*$underline-offset: $underline-offset);*/953}954/* line 134, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */955.mathbook-content .proof > .heading *[knowl]:active, .mathbook-content .proof > header > .heading *[knowl]:active {956color: #3572a0;957background: #d6edff;958}959/* line 138, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */960.mathbook-content .proof > .heading *[knowl]:active:after, .mathbook-content .proof > header > .heading *[knowl]:active:after {961border-color: #3572a0;962}963/* line 143, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */964.mathbook-content .proof > .heading *[knowl].active, .mathbook-content .proof > header > .heading *[knowl].active {965background: #ffdcd6;966}967/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */968.mathbook-content .proof > .heading, .mathbook-content .proof > header > .heading {969display: inline;970}971/* line 153, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */972.mathbook-content .proof > .heading + p, .mathbook-content .proof > header > .heading + p {973display: inline;974}975/* line 156, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */976.mathbook-content .proof > .heading + p:after, .mathbook-content .proof > header > .heading + p:after {977/* Restore the inline paragraph's margin */978content: "";979display: block;980margin-bottom: 1.25em;981}982/* line 55, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */983.mathbook-content .proof {984position: relative;985/* dotted borders are just really ugly... */986/*border-right: 1px dotted #aaa;*/987/* Less use a light solid one */988border-right: 0.1em solid rgba(0, 0, 0, 0.1);989/* Cut the border up into the top margin */990/* Cut the border into the right margin */991padding-right: 0.625em;992margin-right: -0.725em;993/* Cut the tombstone into the standard margin-bottom */994}995/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */996.mathbook-content .proof > .heading, .mathbook-content .proof > header > .heading {997font-style: italic;998font-weight: normal;999/* It helps to have a little bit of extra space after proof */1000margin-right: 0.75em;1001}1002@media screen and (max-width: 1199px) {1003/* line 55, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */1004.mathbook-content .proof {1005/* Bring border out of the right margin */1006margin-right: 0;1007}1008}1009@media screen and (max-width: 640px) {1010/* line 55, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */1011.mathbook-content .proof {1012/* Remove the border */1013padding: 0;1014margin-right: 0;1015border-right: 0;1016padding-top: 0;1017/* Make more space for tombstone */1018}1019}1020/* line 103, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */1021.mathbook-content .proof:after {1022content: '';1023border-bottom: 0.1em solid rgba(0, 0, 0, 0.1);1024display: block;1025margin-left: auto;1026margin-right: -0.625em;1027/* so the corner of the L meets */1028width: 1.5em;1029padding-bottom: 0.25em;1030}1031/* line 131, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */1032.mathbook-content .hiddenproof {1033margin-bottom: 1.25em;1034}1035/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1036.mathbook-content .hiddenproof > .heading, .mathbook-content .hiddenproof > header > .heading {1037font-size: 1.125em;1038line-height: 1.66667em;1039margin-top: 1.11111em;1040margin-bottom: 0.55556em;1041/* Support links in headings */1042/* Support knowl links in headings */1043}1044/* line 104, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1045.mathbook-content .hiddenproof > .heading, .mathbook-content .hiddenproof > header > .heading {1046font-family: "PT Serif", "Times New Roman", Times, serif;1047font-weight: 700;1048color: inherit;1049}1050/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1051.mathbook-content .hiddenproof > .heading:before, .mathbook-content .hiddenproof > header > .heading:before {1052display: none;1053}1054/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1055.mathbook-content .hiddenproof > .heading:after, .mathbook-content .hiddenproof > header > .heading:after {1056content: "";1057}1058/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1059.mathbook-content .hiddenproof > .heading .type:before, .mathbook-content .hiddenproof > header > .heading .type:before {1060display: none;1061}1062/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1063.mathbook-content .hiddenproof > .heading .type:after, .mathbook-content .hiddenproof > header > .heading .type:after {1064content: " ";1065}1066/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1067.mathbook-content .hiddenproof > .heading .codenumber:not(:empty):before, .mathbook-content .hiddenproof > header > .heading .codenumber:not(:empty):before {1068display: none;1069}1070/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1071.mathbook-content .hiddenproof > .heading .codenumber:not(:empty):after, .mathbook-content .hiddenproof > header > .heading .codenumber:not(:empty):after {1072content: "\2002";1073}1074/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1075.mathbook-content .hiddenproof > .heading .title:before, .mathbook-content .hiddenproof > header > .heading .title:before {1076display: none;1077}1078/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1079.mathbook-content .hiddenproof > .heading .title:after, .mathbook-content .hiddenproof > header > .heading .title:after {1080content: " ";1081}1082/* line 124, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1083.mathbook-content .hiddenproof > .heading .type, .mathbook-content .hiddenproof > .heading .codenumber, .mathbook-content .hiddenproof > .heading .title, .mathbook-content .hiddenproof > header > .heading .type, .mathbook-content .hiddenproof > header > .heading .codenumber, .mathbook-content .hiddenproof > header > .heading .title {1084/**1085* Hide the space after the last element,1086* defer to .heading:after instead XX obsolete comment1087*/1088}1089/* line 69, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1090.mathbook-content .hiddenproof > .heading.hide-type .type, .mathbook-content .hiddenproof > header > .heading.hide-type .type {1091display: none;1092}1093/* line 76, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1094.mathbook-content .hiddenproof > .heading.hide-codenumber .codenumber, .mathbook-content .hiddenproof > header > .heading.hide-codenumber .codenumber {1095display: none;1096}1097/* line 83, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1098.mathbook-content .hiddenproof > .heading.hide-title .title, .mathbook-content .hiddenproof > header > .heading.hide-title .title {1099display: none;1100}1101/* line 26, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1102.mathbook-content .hiddenproof > .heading a:link, .mathbook-content .hiddenproof > .heading a:visited, .mathbook-content .hiddenproof > header > .heading a:link, .mathbook-content .hiddenproof > header > .heading a:visited {1103color: #bf3520;1104color: #bf3520;1105/**1106* Better underlines using background gradients1107* See http://bit.ly/1vTg7hr1108*/1109/* the better underlines were removed by David Farmer on 2/9/161110because of various headaches */1111}1112/* line 33, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1113.mathbook-content .hiddenproof > .heading a:hover, .mathbook-content .hiddenproof > .heading a:focus, .mathbook-content .hiddenproof > header > .heading a:hover, .mathbook-content .hiddenproof > header > .heading a:focus {1114color: #932919;1115/**1116* Better underlines using background gradients1117* See http://bit.ly/1vTg7hr1118*/1119/* the better underlines were removed by David Farmer on 2/9/161120because of various headaches */1121}1122/* line 40, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1123.mathbook-content .hiddenproof > .heading a:active, .mathbook-content .hiddenproof > header > .heading a:active {1124color: #3572a0;1125/**1126* Better underlines using background gradients1127* See http://bit.ly/1vTg7hr1128*/1129/* the better underlines were removed by David Farmer on 2/9/161130because of various headaches */1131}1132/* line 28, ../../../../../MathBook/mathbook-assets/scss/content/mixins/_environment.scss */1133.mathbook-content .hiddenproof > .heading *[knowl], .mathbook-content .hiddenproof > header > .heading *[knowl] {1134/* not used? */1135margin-left: -3px;1136}1137/* line 57, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1138.mathbook-content .hiddenproof > .heading *[knowl], .mathbook-content .hiddenproof > .heading *[knowl]:hover, .mathbook-content .hiddenproof > .heading *[knowl].active, .mathbook-content .hiddenproof > header > .heading *[knowl], .mathbook-content .hiddenproof > header > .heading *[knowl]:hover, .mathbook-content .hiddenproof > header > .heading *[knowl].active {1139position: relative;1140color: #9c2310;1141background: transparent;1142padding: 0px 2px 0px 2px;1143margin: 0;1144text-decoration: none;1145/* add a bottom margin so the line1146* doesn't jump onHover.1147*/1148/*margin-bottom: 1px;*/1149/*border-bottom: 1px dotted $color;*/1150margin-bottom: 0;1151border-bottom: none;1152font-weight: 500;1153white-space: nowrap;1154-moz-border-radius-topleft: 3px;1155-webkit-border-top-left-radius: 3px;1156border-top-left-radius: 3px;1157-moz-border-radius-topright: 3px;1158-webkit-border-top-right-radius: 3px;1159border-top-right-radius: 3px;1160/* Prevent accidental text selection on click */1161-webkit-user-select: none;1162-moz-user-select: none;1163user-select: none;1164-webkit-transition-property: background-color;1165-moz-transition-property: background-color;1166-o-transition-property: background-color;1167transition-property: background-color;1168-webkit-transition-duration: 0ms;1169-moz-transition-duration: 0ms;1170-o-transition-duration: 0ms;1171transition-duration: 0ms;1172/**1173* This gets us an underline that's a bit tighter with the baseline1174* instead of awkwardly floating below like a border on the parent1175*/1176}1177/* line 89, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1178.mathbook-content .hiddenproof > .heading *[knowl]:after, .mathbook-content .hiddenproof > .heading *[knowl]:hover:after, .mathbook-content .hiddenproof > .heading *[knowl].active:after, .mathbook-content .hiddenproof > header > .heading *[knowl]:after, .mathbook-content .hiddenproof > header > .heading *[knowl]:hover:after, .mathbook-content .hiddenproof > header > .heading *[knowl].active:after {1179content: "";1180position: absolute;1181top: 0;1182bottom: 1px;1183right: 2.4px;1184left: 2.4px;1185/* Smooth out the transition from underline to border */1186-webkit-transition-property: left, right;1187-moz-transition-property: left, right;1188-o-transition-property: left, right;1189transition-property: left, right;1190-webkit-transition-duration: 0ms;1191-moz-transition-duration: 0ms;1192-o-transition-duration: 0ms;1193transition-duration: 0ms;1194border-bottom: 1px dotted #9c2310;1195/*@include typography-underline(*/1196/*$color,*/1197/*$underline-style: dotted,*/1198/*$underline-size: .1,*/1199/*$underline-offset: $underline-offset);*/1200/* Display under parent content, but above parent background */1201z-index: 0;1202}1203/* line 112, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1204.mathbook-content .hiddenproof > .heading *[knowl]:hover, .mathbook-content .hiddenproof > .heading *[knowl]:active, .mathbook-content .hiddenproof > .heading *[knowl].active, .mathbook-content .hiddenproof > header > .heading *[knowl]:hover, .mathbook-content .hiddenproof > header > .heading *[knowl]:active, .mathbook-content .hiddenproof > header > .heading *[knowl].active {1205color: #8a1200;1206background: #ffedeb;1207text-decoration: none;1208/* See comment on default style's border/margin */1209margin-bottom: 0;1210/*border-bottom:2px solid darken($border-color, 15%);*/1211/*border-bottom: none;*/1212}1213/* line 122, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1214.mathbook-content .hiddenproof > .heading *[knowl]:hover:after, .mathbook-content .hiddenproof > .heading *[knowl]:active:after, .mathbook-content .hiddenproof > .heading *[knowl].active:after, .mathbook-content .hiddenproof > header > .heading *[knowl]:hover:after, .mathbook-content .hiddenproof > header > .heading *[knowl]:active:after, .mathbook-content .hiddenproof > header > .heading *[knowl].active:after {1215border-bottom: 2px solid #ff998a;1216left: 0;1217right: 0;1218bottom: 0;1219/*@include typography-underline(*/1220/*darken($border-color, 32.5%),*/1221/*$underline-size: .1,*/1222/*$underline-offset: $underline-offset);*/1223}1224/* line 134, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1225.mathbook-content .hiddenproof > .heading *[knowl]:active, .mathbook-content .hiddenproof > header > .heading *[knowl]:active {1226color: #3572a0;1227background: #d6edff;1228}1229/* line 138, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1230.mathbook-content .hiddenproof > .heading *[knowl]:active:after, .mathbook-content .hiddenproof > header > .heading *[knowl]:active:after {1231border-color: #3572a0;1232}1233/* line 143, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1234.mathbook-content .hiddenproof > .heading *[knowl].active, .mathbook-content .hiddenproof > header > .heading *[knowl].active {1235background: #ffdcd6;1236}1237/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1238.mathbook-content .hiddenproof > .heading, .mathbook-content .hiddenproof > header > .heading {1239display: inline;1240}1241/* line 153, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1242.mathbook-content .hiddenproof > .heading + p, .mathbook-content .hiddenproof > header > .heading + p {1243display: inline;1244}1245/* line 156, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1246.mathbook-content .hiddenproof > .heading + p:after, .mathbook-content .hiddenproof > header > .heading + p:after {1247/* Restore the inline paragraph's margin */1248content: "";1249display: block;1250margin-bottom: 1.25em;1251}1252/* line 139, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */1253.mathbook-content .hiddenproof {1254position: relative;1255/* Cut the border up into the top margin */1256margin-top: -rhythm(0.5);1257padding-top: 0;1258margin-bottom: 1.25em;1259}1260/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1261.mathbook-content .hiddenproof > .heading, .mathbook-content .hiddenproof > header > .heading {1262font-style: italic;1263font-weight: normal;1264/* It helps to have a little bit of extra space after proof */1265margin-right: .25em;1266}1267@media screen and (max-width: 1199px) {1268/* line 139, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */1269.mathbook-content .hiddenproof {1270/* Bring border out of the right margin */1271margin-right: 0;1272}1273}1274@media screen and (max-width: 640px) {1275/* line 139, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */1276.mathbook-content .hiddenproof {1277/* Remove the border */1278padding: 0;1279margin-right: 0;1280border-right: 0;1281padding-top: 0;1282}1283}1284/* line 175, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */1285.mathbook-content .hiddenproof a > .heading {1286margin-top: 0px;1287margin-bottom: 0px;1288}1289/* line 194, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */1290.mathbook-content .aside-like {1291padding: 8px 15px 10px 15px;1292margin: 5px 0px 5px 10px;1293background-color: #f5faff;1294border: 2px solid #dcebfa;1295}1296/* line 204, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */1297.mathbook-content .aside-like .aside-like {1298background-color: #fafff5;1299border: 1px dotted #aaa;1300}1301/* line 8, ../../../../../MathBook/mathbook-assets/scss/content/partials/_knowl.scss */1302.mathbook-content *[knowl] {1303/* not used? */1304}1305/* line 57, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1306.mathbook-content *[knowl], .mathbook-content *[knowl]:hover, .mathbook-content *[knowl].active {1307position: relative;1308color: #9c2310;1309background: transparent;1310padding: 0px 2px 0px 2px;1311margin: 0;1312text-decoration: none;1313/* add a bottom margin so the line1314* doesn't jump onHover.1315*/1316/*margin-bottom: 1px;*/1317/*border-bottom: 1px dotted $color;*/1318margin-bottom: 0;1319border-bottom: none;1320font-weight: 500;1321white-space: nowrap;1322-moz-border-radius-topleft: 3px;1323-webkit-border-top-left-radius: 3px;1324border-top-left-radius: 3px;1325-moz-border-radius-topright: 3px;1326-webkit-border-top-right-radius: 3px;1327border-top-right-radius: 3px;1328/* Prevent accidental text selection on click */1329-webkit-user-select: none;1330-moz-user-select: none;1331user-select: none;1332-webkit-transition-property: background-color;1333-moz-transition-property: background-color;1334-o-transition-property: background-color;1335transition-property: background-color;1336-webkit-transition-duration: 0ms;1337-moz-transition-duration: 0ms;1338-o-transition-duration: 0ms;1339transition-duration: 0ms;1340/**1341* This gets us an underline that's a bit tighter with the baseline1342* instead of awkwardly floating below like a border on the parent1343*/1344}1345/* line 89, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1346.mathbook-content *[knowl]:after, .mathbook-content *[knowl]:hover:after, .mathbook-content *[knowl].active:after {1347content: "";1348position: absolute;1349top: 0;1350bottom: 1px;1351right: 2.4px;1352left: 2.4px;1353/* Smooth out the transition from underline to border */1354-webkit-transition-property: left, right;1355-moz-transition-property: left, right;1356-o-transition-property: left, right;1357transition-property: left, right;1358-webkit-transition-duration: 0ms;1359-moz-transition-duration: 0ms;1360-o-transition-duration: 0ms;1361transition-duration: 0ms;1362border-bottom: 1px dotted #9c2310;1363/*@include typography-underline(*/1364/*$color,*/1365/*$underline-style: dotted,*/1366/*$underline-size: .1,*/1367/*$underline-offset: $underline-offset);*/1368/* Display under parent content, but above parent background */1369z-index: 0;1370}1371/* line 112, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1372.mathbook-content *[knowl]:hover, .mathbook-content *[knowl]:active, .mathbook-content *[knowl].active {1373color: #8a1200;1374background: #ffedeb;1375text-decoration: none;1376/* See comment on default style's border/margin */1377margin-bottom: 0;1378/*border-bottom:2px solid darken($border-color, 15%);*/1379/*border-bottom: none;*/1380}1381/* line 122, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1382.mathbook-content *[knowl]:hover:after, .mathbook-content *[knowl]:active:after, .mathbook-content *[knowl].active:after {1383border-bottom: 2px solid #ff998a;1384left: 0;1385right: 0;1386bottom: 0;1387/*@include typography-underline(*/1388/*darken($border-color, 32.5%),*/1389/*$underline-size: .1,*/1390/*$underline-offset: $underline-offset);*/1391}1392/* line 134, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1393.mathbook-content *[knowl]:active {1394color: #3572a0;1395background: #d6edff;1396}1397/* line 138, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1398.mathbook-content *[knowl]:active:after {1399border-color: #3572a0;1400}1401/* line 143, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1402.mathbook-content *[knowl].active {1403background: #ffdcd6;1404}1405/* line 22, ../../../../../MathBook/mathbook-assets/scss/content/partials/_knowl.scss */1406.mathbook-content .knowl-output {1407/* Since CodeMirror output contains a bunch of lines with their own padding */1408}1409/* line 157, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1410.mathbook-content .knowl-output {1411border: 12px solid #ffdcd6;1412background: #fffbfa;1413-webkit-border-radius: 4px;1414-moz-border-radius: 4px;1415-ms-border-radius: 4px;1416-o-border-radius: 4px;1417border-radius: 4px;1418margin-bottom: 1.25em;1419}1420/* line 190, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1421.mathbook-content .knowl-output .knowl-footer {1422font-size: x-small;1423color: #a31500;1424background: #ffdcd6;1425bottom: -12px;1426padding: 1px 0px 1px 12px;1427}1428/* line 198, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1429.mathbook-content .knowl-output .knowl-content {1430/* Better to apply a margin, so that heading margins collapse */1431padding: 0;1432margin: 1.25em;1433}1434/* line 9, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */1435.mathbook-content .knowl-output .code {1436position: relative;1437}1438/* line 3, ../../../../../MathBook/mathbook-assets/scss/shared/_css_message.scss */1439.mathbook-content .knowl-output .code:after {1440position: absolute;1441top: 0;1442left: 100%;1443padding: .5em;1444content: "Markup Error: .code is deprecated. Use .code-inline or .code-block.";1445color: white;1446background: red;1447opacity: .9;1448z-index: 99999;1449min-width: 200px;1450-webkit-border-radius: 5px;1451-moz-border-radius: 5px;1452-ms-border-radius: 5px;1453-o-border-radius: 5px;1454border-radius: 5px;1455-moz-border-radius-topleft: 0;1456-webkit-border-top-left-radius: 0;1457border-top-left-radius: 0;1458}1459/* line 269, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */1460.mathbook-content .knowl-output .code-block,1461.mathbook-content .knowl-output .CodeMirror,1462.mathbook-content .knowl-output .sagecell .CodeMirror {1463font-family: "Inconsolata", "Source Code Pro", Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;1464background: white;1465color: inherit;1466word-break: break-all;1467word-wrap: break-word;1468border-style: solid;1469border-width: 0.0625em;1470padding: 1.1875em;1471border-color: #ffc5bd;1472-webkit-border-radius: 0.2em;1473-moz-border-radius: 0.2em;1474-ms-border-radius: 0.2em;1475-o-border-radius: 0.2em;1476border-radius: 0.2em;1477}1478/* line 282, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */1479.mathbook-content .knowl-output .code-block code,1480.mathbook-content .knowl-output .CodeMirror code,1481.mathbook-content .knowl-output .sagecell .CodeMirror code {1482padding: 0;1483font-size: inherit;1484color: inherit;1485white-space: pre-wrap;1486background-color: transparent;1487-webkit-border-radius: 0;1488-moz-border-radius: 0;1489-ms-border-radius: 0;1490-o-border-radius: 0;1491border-radius: 0;1492}1493/* line 313, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */1494.mathbook-content .knowl-output .code-inline {1495margin: 0 1px;1496font-size: 0.9em;1497line-height: 1.38889em;1498white-space: nowrap;1499color: inherit;1500background: white;1501border: 1px solid #ffc5bd;1502padding: 0.0625em 0.25em;1503-webkit-border-radius: 0.2em;1504-moz-border-radius: 0.2em;1505-ms-border-radius: 0.2em;1506-o-border-radius: 0.2em;1507border-radius: 0.2em;1508}1509/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */1510.mathbook-content .knowl-output .CodeMirror, .mathbook-content .knowl-output .sagecell .CodeMirror {1511padding: 0;1512}1513/* line 33, ../../../../../MathBook/mathbook-assets/scss/content/partials/_knowl.scss */1514.mathbook-content .knowl-output .knowl-output {1515/* Since CodeMirror output contains a bunch of lines with their own padding */1516}1517/* line 157, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1518.mathbook-content .knowl-output .knowl-output {1519border: 6px solid #ffc5bd;1520background: white;1521-webkit-border-radius: 4px;1522-moz-border-radius: 4px;1523-ms-border-radius: 4px;1524-o-border-radius: 4px;1525border-radius: 4px;1526margin-bottom: 1.25em;1527}1528/* line 190, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1529.mathbook-content .knowl-output .knowl-output .knowl-footer {1530font-size: x-small;1531color: #8a1200;1532background: #ffc5bd;1533bottom: -6px;1534padding: 1px 0px 1px 6px;1535}1536/* line 198, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1537.mathbook-content .knowl-output .knowl-output .knowl-content {1538/* Better to apply a margin, so that heading margins collapse */1539padding: 0;1540margin: 1.25em;1541}1542/* line 9, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */1543.mathbook-content .knowl-output .knowl-output .code {1544position: relative;1545}1546/* line 3, ../../../../../MathBook/mathbook-assets/scss/shared/_css_message.scss */1547.mathbook-content .knowl-output .knowl-output .code:after {1548position: absolute;1549top: 0;1550left: 100%;1551padding: .5em;1552content: "Markup Error: .code is deprecated. Use .code-inline or .code-block.";1553color: white;1554background: red;1555opacity: .9;1556z-index: 99999;1557min-width: 200px;1558-webkit-border-radius: 5px;1559-moz-border-radius: 5px;1560-ms-border-radius: 5px;1561-o-border-radius: 5px;1562border-radius: 5px;1563-moz-border-radius-topleft: 0;1564-webkit-border-top-left-radius: 0;1565border-top-left-radius: 0;1566}1567/* line 269, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */1568.mathbook-content .knowl-output .knowl-output .code-block,1569.mathbook-content .knowl-output .knowl-output .CodeMirror,1570.mathbook-content .knowl-output .knowl-output .sagecell .CodeMirror {1571font-family: "Inconsolata", "Source Code Pro", Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;1572background: #fffbfa;1573color: inherit;1574word-break: break-all;1575word-wrap: break-word;1576border-style: solid;1577border-width: 0.0625em;1578padding: 1.1875em;1579border-color: #ffafa3;1580-webkit-border-radius: 0.2em;1581-moz-border-radius: 0.2em;1582-ms-border-radius: 0.2em;1583-o-border-radius: 0.2em;1584border-radius: 0.2em;1585}1586/* line 282, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */1587.mathbook-content .knowl-output .knowl-output .code-block code,1588.mathbook-content .knowl-output .knowl-output .CodeMirror code,1589.mathbook-content .knowl-output .knowl-output .sagecell .CodeMirror code {1590padding: 0;1591font-size: inherit;1592color: inherit;1593white-space: pre-wrap;1594background-color: transparent;1595-webkit-border-radius: 0;1596-moz-border-radius: 0;1597-ms-border-radius: 0;1598-o-border-radius: 0;1599border-radius: 0;1600}1601/* line 313, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */1602.mathbook-content .knowl-output .knowl-output .code-inline {1603margin: 0 1px;1604font-size: 0.9em;1605line-height: 1.38889em;1606white-space: nowrap;1607color: inherit;1608background: #fffbfa;1609border: 1px solid #ffafa3;1610padding: 0.0625em 0.25em;1611-webkit-border-radius: 0.2em;1612-moz-border-radius: 0.2em;1613-ms-border-radius: 0.2em;1614-o-border-radius: 0.2em;1615border-radius: 0.2em;1616}1617/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */1618.mathbook-content .knowl-output .knowl-output .CodeMirror, .mathbook-content .knowl-output .knowl-output .sagecell .CodeMirror {1619padding: 0;1620}1621/* line 49, ../../../../../MathBook/mathbook-assets/scss/content/partials/_knowl.scss */1622.mathbook-content .knowl-output .knowl-output .knowl-output {1623/* Since CodeMirror output contains a bunch of lines with their own padding */1624}1625/* line 157, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1626.mathbook-content .knowl-output .knowl-output .knowl-output {1627border: 6px solid #ffafa3;1628background: #fffbfa;1629-webkit-border-radius: 4px;1630-moz-border-radius: 4px;1631-ms-border-radius: 4px;1632-o-border-radius: 4px;1633border-radius: 4px;1634margin-bottom: 1.25em;1635}1636/* line 190, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1637.mathbook-content .knowl-output .knowl-output .knowl-output .knowl-footer {1638font-size: x-small;1639color: #700f00;1640background: #ffafa3;1641bottom: -6px;1642padding: 1px 0px 1px 6px;1643}1644/* line 198, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */1645.mathbook-content .knowl-output .knowl-output .knowl-output .knowl-content {1646/* Better to apply a margin, so that heading margins collapse */1647padding: 0;1648margin: 1.25em;1649}1650/* line 9, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */1651.mathbook-content .knowl-output .knowl-output .knowl-output .code {1652position: relative;1653}1654/* line 3, ../../../../../MathBook/mathbook-assets/scss/shared/_css_message.scss */1655.mathbook-content .knowl-output .knowl-output .knowl-output .code:after {1656position: absolute;1657top: 0;1658left: 100%;1659padding: .5em;1660content: "Markup Error: .code is deprecated. Use .code-inline or .code-block.";1661color: white;1662background: red;1663opacity: .9;1664z-index: 99999;1665min-width: 200px;1666-webkit-border-radius: 5px;1667-moz-border-radius: 5px;1668-ms-border-radius: 5px;1669-o-border-radius: 5px;1670border-radius: 5px;1671-moz-border-radius-topleft: 0;1672-webkit-border-top-left-radius: 0;1673border-top-left-radius: 0;1674}1675/* line 269, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */1676.mathbook-content .knowl-output .knowl-output .knowl-output .code-block,1677.mathbook-content .knowl-output .knowl-output .knowl-output .CodeMirror,1678.mathbook-content .knowl-output .knowl-output .knowl-output .sagecell .CodeMirror {1679font-family: "Inconsolata", "Source Code Pro", Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;1680background: white;1681color: inherit;1682word-break: break-all;1683word-wrap: break-word;1684border-style: solid;1685border-width: 0.0625em;1686padding: 1.1875em;1687border-color: #ff998a;1688-webkit-border-radius: 0.2em;1689-moz-border-radius: 0.2em;1690-ms-border-radius: 0.2em;1691-o-border-radius: 0.2em;1692border-radius: 0.2em;1693}1694/* line 282, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */1695.mathbook-content .knowl-output .knowl-output .knowl-output .code-block code,1696.mathbook-content .knowl-output .knowl-output .knowl-output .CodeMirror code,1697.mathbook-content .knowl-output .knowl-output .knowl-output .sagecell .CodeMirror code {1698padding: 0;1699font-size: inherit;1700color: inherit;1701white-space: pre-wrap;1702background-color: transparent;1703-webkit-border-radius: 0;1704-moz-border-radius: 0;1705-ms-border-radius: 0;1706-o-border-radius: 0;1707border-radius: 0;1708}1709/* line 313, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */1710.mathbook-content .knowl-output .knowl-output .knowl-output .code-inline {1711margin: 0 1px;1712font-size: 0.9em;1713line-height: 1.38889em;1714white-space: nowrap;1715color: inherit;1716background: white;1717border: 1px solid #ff998a;1718padding: 0.0625em 0.25em;1719-webkit-border-radius: 0.2em;1720-moz-border-radius: 0.2em;1721-ms-border-radius: 0.2em;1722-o-border-radius: 0.2em;1723border-radius: 0.2em;1724}1725/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */1726.mathbook-content .knowl-output .knowl-output .knowl-output .CodeMirror, .mathbook-content .knowl-output .knowl-output .knowl-output .sagecell .CodeMirror {1727padding: 0;1728}1729/* line 9, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */1730.mathbook-content figure {1731/* maintain vertical rhythym with line-height sized trailing margin */1732margin-bottom: 1.25em;1733}1734/* line 14, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */1735.mathbook-content figure.wrap {1736float: right;1737margin-right: 0;1738/*margin-left:30px;*/1739margin-left: 1.25em;1740}1741/* line 20, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */1742.mathbook-content figure.wrap img {1743width: 250px;1744}1745/* line 23, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */1746.mathbook-content figure img {1747display: block;1748margin-left: auto;1749margin-right: auto;1750}1751/* line 28, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */1752.mathbook-content figure img.wrap {1753float: right;1754margin: 0;1755}1756/* line 34, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */1757.mathbook-content figure table {1758margin-left: auto;1759margin-right: auto;1760}1761/* line 43, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */1762.mathbook-content figcaption {1763/* We treat figcaptions just like headings */1764}1765/* line 104, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1766.mathbook-content figcaption > .heading, .mathbook-content figcaption > header > .heading {1767font-family: "PT Serif", "Times New Roman", Times, serif;1768font-weight: 700;1769color: inherit;1770}1771/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1772.mathbook-content figcaption > .heading:before, .mathbook-content figcaption > header > .heading:before {1773display: none;1774}1775/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1776.mathbook-content figcaption > .heading:after, .mathbook-content figcaption > header > .heading:after {1777content: ". ";1778}1779/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1780.mathbook-content figcaption > .heading .type:before, .mathbook-content figcaption > header > .heading .type:before {1781display: none;1782}1783/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1784.mathbook-content figcaption > .heading .type:after, .mathbook-content figcaption > header > .heading .type:after {1785content: " ";1786}1787/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1788.mathbook-content figcaption > .heading .codenumber:not(:empty):before, .mathbook-content figcaption > header > .heading .codenumber:not(:empty):before {1789display: none;1790}1791/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1792.mathbook-content figcaption > .heading .codenumber:not(:empty):after, .mathbook-content figcaption > header > .heading .codenumber:not(:empty):after {1793content: "\2002";1794}1795/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1796.mathbook-content figcaption > .heading .title:before, .mathbook-content figcaption > header > .heading .title:before {1797display: none;1798}1799/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1800.mathbook-content figcaption > .heading .title:after, .mathbook-content figcaption > header > .heading .title:after {1801content: " ";1802}1803/* line 124, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1804.mathbook-content figcaption > .heading .type, .mathbook-content figcaption > .heading .codenumber, .mathbook-content figcaption > .heading .title, .mathbook-content figcaption > header > .heading .type, .mathbook-content figcaption > header > .heading .codenumber, .mathbook-content figcaption > header > .heading .title {1805/**1806* Hide the space after the last element,1807* defer to .heading:after instead XX obsolete comment1808*/1809}1810/* line 69, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1811.mathbook-content figcaption > .heading.hide-type .type, .mathbook-content figcaption > header > .heading.hide-type .type {1812display: none;1813}1814/* line 76, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1815.mathbook-content figcaption > .heading.hide-codenumber .codenumber, .mathbook-content figcaption > header > .heading.hide-codenumber .codenumber {1816display: none;1817}1818/* line 83, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1819.mathbook-content figcaption > .heading.hide-title .title, .mathbook-content figcaption > header > .heading.hide-title .title {1820display: none;1821}1822/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1823.mathbook-content figcaption > .heading > .heading, .mathbook-content figcaption > .heading > header > .heading, .mathbook-content figcaption > header > .heading > .heading, .mathbook-content figcaption > header > .heading > header > .heading {1824display: inline;1825}1826/* line 153, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1827.mathbook-content figcaption > .heading > .heading + p, .mathbook-content figcaption > .heading > header > .heading + p, .mathbook-content figcaption > header > .heading > .heading + p, .mathbook-content figcaption > header > .heading > header > .heading + p {1828display: inline;1829}1830/* line 156, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */1831.mathbook-content figcaption > .heading > .heading + p:after, .mathbook-content figcaption > .heading > header > .heading + p:after, .mathbook-content figcaption > header > .heading > .heading + p:after, .mathbook-content figcaption > header > .heading > header > .heading + p:after {1832/* Restore the inline paragraph's margin */1833content: "";1834display: block;1835margin-bottom: 1.25em;1836}1837/* line 50, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */1838.mathbook-content figcaption {1839font-size: 1em;1840line-height: 1.25em;1841margin: 0 auto;1842padding-left: 2em;1843margin-top: 1.25em;1844}1845/* line 60, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */1846.mathbook-content figcaption.wrap {1847margin-left: 0.125em;1848margin-right: 0.125em;1849text-align: center;1850}1851/* line 3, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */1852.mathbook-content table {1853border-collapse: collapse;1854}1855/* line 7, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */1856.center .mathbook-content table {1857text-align: center;1858margin-left: auto;1859margin-right: auto;1860}1861/* line 13, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */1862.mathbook-content table td {1863padding: 2px;1864padding-left: 5px;1865padding-right: 5px;1866font-size: 90%;1867}1868/* line 19, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */1869.mathbook-content table td.hline {1870padding-left: 0px;1871padding-right: 0px;1872}1873/* line 24, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */1874.mathbook-content table td.hlinethick {1875padding-left: 0px;1876padding-right: 0px;1877}1878/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */1879.mathbook-content table td.hline hr {1880margin-top: 0;1881margin-bottom: 0;1882margin-left: -1px;1883margin-right: -1px;1884border: 1px solid black;1885}1886/* line 37, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */1887.mathbook-content table td.hlinethick hr {1888margin-top: 0;1889margin-bottom: 0;1890margin-left: -1px;1891margin-right: -1px;1892border: 2px solid black;1893}1894/* line 48, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */1895.mathbook-content table td.onesubject {1896font-size: 120%;1897}1898/* line 9, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */1899.mathbook-content .code {1900position: relative;1901}1902/* line 3, ../../../../../MathBook/mathbook-assets/scss/shared/_css_message.scss */1903.mathbook-content .code:after {1904position: absolute;1905top: 0;1906left: 100%;1907padding: .5em;1908content: "Markup Error: .code is deprecated. Use .code-inline or .code-block.";1909color: white;1910background: red;1911opacity: .9;1912z-index: 99999;1913min-width: 200px;1914-webkit-border-radius: 5px;1915-moz-border-radius: 5px;1916-ms-border-radius: 5px;1917-o-border-radius: 5px;1918border-radius: 5px;1919-moz-border-radius-topleft: 0;1920-webkit-border-top-left-radius: 0;1921border-top-left-radius: 0;1922}1923/* line 269, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */1924.mathbook-content .code-block,1925.mathbook-content .CodeMirror,1926.mathbook-content .sagecell .CodeMirror {1927font-family: "Inconsolata", "Source Code Pro", Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;1928background: #eeeeee;1929color: inherit;1930word-break: break-all;1931word-wrap: break-word;1932border-style: solid;1933border-width: 0.0625em;1934padding: 1.1875em;1935border-color: #dddddd;1936-webkit-border-radius: 0.2em;1937-moz-border-radius: 0.2em;1938-ms-border-radius: 0.2em;1939-o-border-radius: 0.2em;1940border-radius: 0.2em;1941}1942/* line 282, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */1943.mathbook-content .code-block code,1944.mathbook-content .CodeMirror code,1945.mathbook-content .sagecell .CodeMirror code {1946padding: 0;1947font-size: inherit;1948color: inherit;1949white-space: pre-wrap;1950background-color: transparent;1951-webkit-border-radius: 0;1952-moz-border-radius: 0;1953-ms-border-radius: 0;1954-o-border-radius: 0;1955border-radius: 0;1956}1957/* line 313, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */1958.mathbook-content .code-inline {1959margin: 0 1px;1960font-size: 0.9em;1961line-height: 1.38889em;1962white-space: nowrap;1963color: inherit;1964background: #eeeeee;1965border: 1px solid #dddddd;1966padding: 0.0625em 0.25em;1967-webkit-border-radius: 0.2em;1968-moz-border-radius: 0.2em;1969-ms-border-radius: 0.2em;1970-o-border-radius: 0.2em;1971border-radius: 0.2em;1972}1973/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */1974.mathbook-content .CodeMirror, .mathbook-content .sagecell .CodeMirror {1975padding: 0;1976}1977/* line 4, ../../../../../MathBook/mathbook-assets/scss/content/partials/_bib.scss */1978.mathbook-content .bib {1979/*margin-bottom:10px;*/1980margin-bottom: 1em;1981}1982/* line 10, ../../../../../MathBook/mathbook-assets/scss/content/partials/_bib.scss */1983.mathbook-content .bibitem {1984display: inline;1985font-weight: bold;1986margin-right: 1em;1987}1988/* line 16, ../../../../../MathBook/mathbook-assets/scss/content/partials/_bib.scss */1989.mathbook-content .bibitem + .bibentry {1990display: inline;1991}19921993/*******************************************************************************1994* END MATHBOOK CONTENT PREFIXED1995******************************************************************************/199619971998