/*.section level1 {
      font-size: 12pt;
      background-color: yellow;
      content: "702-07 Spring 2020, Professor Anh Nguyen";
      position: absolute;
      bottom: 20px;
      left: 60px;
      background: url('/Users/anhnguye/Dropbox/Anh-Other/Teaching/Spring_2020/Probability_Statistics_for_Business_Applications_(70207)/Image/BlockT_Red.jpeg') no-repeat 0 50%;
      -webkit-background-size: 30px 30px;
      -moz-background-size: 30px 30px;
      -o-background-size: 30px 30px;
      background-size: 30px 30px;
      padding-left: 40px;
      height: 30px;
      line-height: 1.9;
    }*/

 .book .book-body .page-wrapper .page-inner section.normal 
 h1:after{
 	text-decoration: underline;
 	content:'Probability and Statistics for Business Applications, Spring 2020 \A Professor Anh Nguyen';
 	position: relative;
 	left: 0px;
 	font-size: 12pt;
 	display: block;
 	white-space: pre;
 	font-weight: 500;
 	text-align: center;
 }
 .book .book-body .page-wrapper .page-inner section.normal
 h1 {
 	font-size: 24pt;
 	text-align: center;
 }
 .book .book-body .page-wrapper .page-inner section.normal
 h2 {
 	font-size: 14pt;
 }

 .book .book-body .page-wrapper .page-inner section.normal
 date {
 	font-size: 12pt;
 	font-weight: bold;
 	text-align: center;
 	display: block;
 }
 .book .book-body .page-wrapper .page-inner {
  max-width: 90%;
}

.book .book-body .page-wrapper .page-inner section.normal
name_id{
	font-size: 12pt;
	padding-bottom: 40pt;
	display: block;
	text-align: center;
}

@page
{
  size: auto;
  margin: 25mm 15mm 25mm 15mm;
}
