@charset "UTF-8";
@import url(normalize.css);
/*$defaultSize:0.875em;
$size24:1.5em;
$size20:1.25em;
$size18:1.125em;
$size17:1.0625em;
$size16:1em;
$size15:0.9375em;
$size14:0.875em;
$size12:0.75em;
$size5:0.3125em;
$size1:0.0625em;*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #333;
  line-height: 1.4;
  font-family: '微软雅黑'; }

body {
  margin: 0;}

a {
  font-family: '微软雅黑';
  text-decoration: none;}

p, h1, h2, h3, h4, h5 {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-family: '微软雅黑'; }

ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  font-family: '微软雅黑'; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
  font-family: '微软雅黑'; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  font-family: '微软雅黑';
  border: 0; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold;
  font-family: '微软雅黑'; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: '微软雅黑';
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-family: '微软雅黑';
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-family: 微软雅黑;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  outline: none; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="radio"]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:url(../img/radio.png) no-repeat center center;
  width:12px;height:12px;background-size:contain;position:relative;top:1px;margin-right:10px}
input[type="radio"]:focus{outline:none}
input[type="radio"]:checked{background-image:url(../img/radio-check.png)}

input[type="checkbox"]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:url(../img/checkbox.png) no-repeat center center;
  width:12px;height:12px;background-size:contain;position:relative;top:1px;margin-right:10px}
input[type="checkbox"]:checked{background-image:url(../img/checkbox-check.png)}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  resize: vertical; }

h1 {
  font-size: 1.5em; }

h2 {
  font-size: 1.17em; }

h3 {
  font-size: 1em; }

h4 {
  font-size: 0.83em; }

h5 {
  font-size: 0.75em; }

h6 {
  font-size: 0.3125em; }

/*span {
  font-size: 0.83em; }*/

ul li, ol li {
  list-style: none outside none; }
.list-paddingleft-2{padding-left: 20px;}
.list-paddingleft-2 li{ margin-bottom: 10px !important;list-style-type: decimal;padding-top: 1px !important;}
.list-paddingleft-2 li:first-child {display: list-item !important;}
ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

i, cite, em, var, address, dfn {
  font-style: normal; }

.fl {
  float: left; }

.fr {
  float: right; }

.hidden {
  visibility: hidden; }

.none {
  display: none !important; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

body {
  position: relative;
  font-size: 14px;
  padding-bottom: 164px !important;
  background-color:#f3f3f3;
  overflow-y: scroll; }
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F5F5F5; }
body::-webkit-scrollbar-thumb {
  background-color: #E55927;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent)); }

/*标题导航栏*/
header {
  top: 0;
  width: 100%;
  position: relative;
}
.Carousel {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  min-width:1200px;
  position: relative; 
}
  .Carousel > .container {
    background-color: #E55927;
    position: fixed;
    width: 100%;
    min-width:1200px;
    height: 60px;
    top: 0;
    z-index: 1000; }
    .Carousel > .container > .head-wrap {
      width: 1200px;
      height: 60px;
      vertical-align: middle;
      position: relative;
      margin: 0 auto; }
      .Carousel > .container > .head-wrap #navbarLogo {
        vertical-align: middle;
        text-align: center;
        padding:10px 0;
        cursor: pointer; }
        .Carousel > .container > .head-wrap #navbarLogo a {
          display: block;
          width: 100%;
          position: relative;
          overflow: hidden; }
          .Carousel > .container > .head-wrap #navbarLogo a img {
            display: block;
            margin-top: -22px;
            position: relative;
          }
          
.Carousel > .container > .head-wrap #navbar {
  cursor: pointer;
  margin-bottom: 0;
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  height: 60px; }
.Carousel > .container > .head-wrap #navbar li {
  float: left;
  height: 60px;
  text-align: center; }
.Carousel > .container > .head-wrap #navbar li a {
  display:block;
  line-height: 60px;
  font-size: 16px;
  color: #ffffff; }
.Carousel > .container > .head-wrap #navbar li a:hover {
  color: #ffffff; }
.Carousel > .container > .head-wrap #navbar li:hover {
  background-color: rgba(0, 0, 0, 0.2); }
.Carousel > .container > .head-wrap #navbar li:hover > a {
  color: #ffffff; }
.Carousel > .container > .head-wrap #navbar li.active {
  color: #ffffff;
  background-color: #B7471F; }
.Carousel > .container > .head-wrap #navbar li.active > a {
  color: #ffffff; }
.Carousel > .container > .head-wrap #navbar {
  width: 52%;
}
.Carousel > .container > .head-wrap #navbar li {
  width: 16%; }
.Carousel > .container > .head-wrap #navbar li a {
  color: #ffffff; }
.Carousel > .container > .head-wrap #userList {
  width: 20%;
  vertical-align: middle;
  height:60px;
  line-height:60px;
  text-align:right
  /*学生*/
  /*教师*/ }
.Carousel > .container > .head-wrap #userList > div {
  height: 40px; }
.Carousel > .container > .head-wrap #userList #userOptions {
  position: relative;
  display: inline;
  min-width: 10px;
  height: 40px;
  width: 40%; }
.Carousel > .container > .head-wrap #userList #userOptions > div {
  margin-right: 10px; }
.Carousel > .container > .head-wrap #userList #userOptions #shopCart {
  display: inline;
  cursor: pointer; }
.Carousel > .container > .head-wrap #userList #userOptions #shopCart > i {
  font-size: 18px;
  color: #ffffff;
  cursor: pointer; }
.Carousel > .container > .head-wrap #userList #userOptions #shopCart > i:hover {
  text-shadow: 0.1em 0.1em 0.4em #cccccc; }
.Carousel > .container > .head-wrap #userList #userOptions #shopCart > div {
  background-color: red;
  height: 13px;
  border-radius: 2em;
  display: inline-block;
  width: 13px;
  position: absolute;
  left: 11px;
  top: -5px; }
.Carousel > .container > .head-wrap #userList #userOptions #shopCart > div span {
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #ffffff;
  height: 12px;
  line-height: 12px; }
.Carousel > .container > .head-wrap #userList #userOptions #tpBtn {
  color: #ffffff;
  display: inline;
  font-size: 12px;
  cursor: pointer; }
.Carousel > .container > .head-wrap #userList #userOptions #tpBtn > input {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  height: 30px;
  width: 100px;
  background-color: #E55927;
  color: #ffffff; }
.Carousel > .container > .head-wrap #userList #userOptions #tpBtn > input:hover {
  background: #fff;
  display: inline-block;
  color: #E55927;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.6);
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative; }
.Carousel > .container > .head-wrap #userList #userInfos {
  position: relative;
  display: inline-block;
  height: 100%; }
.Carousel > .container > .head-wrap #userList #userInfos #userMessage {
  position: relative;
  display: inline;
  cursor: pointer;
  margin-right: 10px; }
.Carousel > .container > .head-wrap #userList #userInfos #userMessage > i {
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  margin-right:5px
}
.Carousel > .container > .head-wrap #userList #userInfos #userMessage > i:hover {
  text-shadow: 0.1em 0.1em 0.4em #cccccc; }
.Carousel > .container > .head-wrap #userList #userInfos #userMessage > div {
  height: 15px;
  border-radius: 2em;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: -5px; }
.Carousel > .container > .head-wrap #userList #userInfos #userMessage > div span {
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #ffffff;
  height: 15px;
  line-height: 15px; }
.Carousel > .container > .head-wrap #userList #userInfos #userInfo {
  position: relative;
  top:-2px;
  display: inline-block; }
.Carousel > .container > .head-wrap #userList #userInfos #userInfo #userImg {
  display: inline-block;
  height: 41px;
  width: 41px;
  margin-right:10px;
  line-height: 30px;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #58a9e6;
  vertical-align: middle;
  overflow: hidden; }
.Carousel > .container > .head-wrap #userList #userInfos #userInfo #userImg > img {
  width: 100%;
  height: 100%; }
.Carousel > .container > .head-wrap #userList #userInfos #userInfo #userName {
  display: inline;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  vertical-align: middle; }
.Carousel > .container > .head-wrap #userList #userInfos #userInfo #userName > span {
  color: #ffffff;
  font-size: 16px;
  margin-right: 8px; }
.Carousel > .container > .head-wrap #userList #userInfos #userInfo #userName > i {
  font-size: 1px;
  color: #ffffff;
  opacity:0.3
}
.Carousel > .container > .head-wrap #userList #userInfos #userInfo:hover #slideMenu {
  display: inherit !important; }
.Carousel > .container > .head-wrap #userList #userInfos #slideMenu {
  width: 230px;
  min-height: 40px;
  background-color: #E55927;
  position: absolute;
  right: 0;
  top: 60px; }
.Carousel > .container > .head-wrap #userList #userInfos #slideMenu > ul {
  text-align: center;
  width: 100%;
  height: 100%; }
.Carousel > .container > .head-wrap #userList #userInfos #slideMenu > ul > li {
  height: 60px;
  line-height:60px;
  text-align: left;
  padding-left: 30px;
  cursor: pointer; }
.Carousel > .container > .head-wrap #userList #userInfos #slideMenu > ul > li > i {
  margin-right: 10px;
  color: #fff;
  font-size: 16px; }
.Carousel > .container > .head-wrap #userList #userInfos #slideMenu > ul > li > span {
  font-size: 16px;
  color: #fff; }
.Carousel > .container > .head-wrap #userList #userInfos #slideMenu > ul > li:hover {
  background-color: #ad431e; }
.Carousel > .container > .head-wrap #userList #userInfos #slideMenu > ul > li button, .Carousel > .container > .head-wrap #userList #userInfos #slideMenu > ul > li input {
  height: 20px;
  font-size: 12px; }
.Carousel > .container > .head-wrap #userList #userInfos #slideMenu > ul > li input {
  height: 25px;
  font-size: 0.75em;
  background: transparent;
  border: 2px solid;
  color: #ffffff;
  width: 70%;
  border-radius: 5px; }
.Carousel > .container > .head-wrap #userList #userInfos #slideMenu > ul > li button {
  background: transparent;
  border: 0;
  color: #ffffff; }
.Carousel > .container > .head-wrap #userList #userInfos .bottomBorder:after, .Carousel > .container > .head-wrap #userList #userInfos .bottomBorder:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  top: 0;
  position: absolute;
  width: 0; }
.Carousel > .container > .head-wrap #userList #userInfos .bottomBorder:after {
  border-width: 9px;
  border-top-color: #FFFFFF;
  right: 45%; }
.Carousel > .container > .head-wrap #userList #userInfos .bottomBorder:before {
  border-width: 9px;
  border-top-color: #FFFFFF;
  right: 45%; }
.Carousel > .container > .head-wrap #userList.visitor {
  display: inline-block;
  text-align: right;
  width: 10%; }
.Carousel > .container > .head-wrap #userList.visitor > button {
  display: inline;
  padding: 0 13px;
  cursor: pointer;
  background: none;
  line-height: 29px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  border-radius: 15px;
  border: 1px solid #ffffff;
  height: 30px;
  margin-left:10px;
  overflow: hidden; }
.Carousel > .container > .head-wrap #userList.visitor > button span{padding-left:5px}
.Carousel > .container > .head-wrap #userList.visitor > button:hover {
  background: #fff;
  display: inline-block;
  color: #E55927;
  text-decoration: none;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-box-shadow: 0 1px 3px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(255, 255, 255, 0.6);
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative; }
.Carousel > .container > .head-wrap #userList.visitor > button > a {
  display: block; }
.Carousel > .container > .head-wrap #userList.user {
  width: 30%;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: right; }
.Carousel > .container > .head-wrap #userList.user i {
  text-shadow: 0.1em 0.1em 0.3em #333333;
  cursor: pointer; }
.Carousel > .container > .head-wrap #userList.user i:hover {
  text-shadow: 0.1em 0.1em 0.4em #cccccc; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

.noBorder {
  border: none !important; }

/*网页底部内容*/
footer {
  width: 100%;
  height: 154px;
  position: absolute;
  bottom: 0; 
  z-index:999;
  display: none}
footer .footwrapper {
  width: 100%;
  height: 154px;
  margin: 0 auto;
  background: url("../img/index/bottom_bg.png");
  position: absolute;
  z-index: 8;
  bottom: 0; }
footer .footwrapper > div {
  width: 100%;
  max-width: 1200px;
  height: 154px;
  margin: 0 auto; }
footer .footwrapper > div .footLeft {
  padding-top: 25px;
  color: #ffffff; }
footer .footwrapper > div .footLeft h5 {
  font-size: 20px;
  margin-bottom: 12px; }
footer .footwrapper > div .footLeft p {
  font-size: 14px;
  margin-bottom: 5px; }
footer .footwrapper > div .footRight {
  right: 3%;
  position: relative; }
footer .footwrapper > div .footRight #otherSrc {
  margin-top: 60px
}
footer .footwrapper > div .footRight div {
  float: left; }
footer .footwrapper > div .footRight div.ewmCode {
  margin: 20px 0 0 0; }
footer .footwrapper > div .footRight div ul li {
  cursor: pointer;
  list-style: none;
  float: left;
  margin-right: 5px; }
footer .footwrapper > div .footRight div ul li img {
  width: 30px;
  height: 30px; }
footer .footwrapper > div .footRight div ul li:last-child {
  margin-right: 19px; }
footer .footwrapper a{margin-left:18px;color:#fff}
footer .footwrapper p{opacity:0.8;filter: alpha(opacity=80)}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
           http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=base.css.map */
