.container {
  background-color: #fff;
}
html {
  font-family: "Lora", serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1.18rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1 {
  margin: .67em 0;
  font-size: 1.18rem; /* set the h1 font size below, at h1 size */
}
img {
  border: 0;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: .3em;
  font-size: .9rem;
}
body {
  font-family: "Lora", serif;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #000;
  background-color: #ddd;
}

ul {
  font-family: "Lora", serif;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #000;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0A78A7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lora", serif;  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
/* h1 size */
h1,
.h1 {
  font-size: 50px;
}
@media (max-width: 240px) {
  h1,.h1, .h2, .h3 {font-size: 17vw;}
}
h2, .h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
  vertical-align: middle;
  text-align:center; 
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
th {
  text-align: center;
  vertical-align: middle;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  text-align:center; 
  border-top: 1px solid #ddd;
}
.normallink:link {font-family: "Lora", serif; color: #0A78A7; text-decoration: underline; background-color: transparent; font-size: inherit; line-height: inherit;}
.normallink:visited {font-family: "Lora", serif; color: #0A78A7; text-decoration: underline; background-color: transparent; font-size: inherit; line-height: inherit;}
.normallink:hover {font-family: "Lora", serif; color: #FF6666; text-decoration: none; background-color: #D3D3D3; background-color: rgba(0, 0, 0, 0); font-size: inherit; line-height: inherit;}
.normallink:active {font-family: "Lora", serif; color: #0A78A7; text-decoration: underline; background-color: transparent; font-size: inherit; line-height: inherit;}

table.isbn {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.affix {        /* This is crucial for affixed navbar function */
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-default .navbar-nav > li > a:hover, /* Navbar hover gray */
.navbar-default .navbar-nav > li > a:focus {
  color: #F88;
  background-color: #eee;
}
.navbar-default .navbar-nav > .active > a,        /* This makes the selected navbar text black */
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
}
.navbar-default .navbar-nav > .active > a:hover {
 color: #F88; 
}
.center.navbar .nav,
.center.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}
.center .navbar-inner {
  text-align:center;
}
.center .dropdown-menu {
  text-align: left;
}
.navbar-default .navbar-nav > .open > a,    /* This makes the selected navbar button darker */
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #efefef 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #efefef 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#efefef));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE4E3E3', endColorstr='#ffECEBEB', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.btn-default {
  font-size: .9rem;
}
.btn-default:hover {
  color: #F88;
}
.padding1235 {
  padding: 12px 25px;
}
.grayBkgdNoBorder {     /* For LookInside.php */
  border: 0px; background-color: #f8f8f8; padding: 20px; margin-bottom: 0px;
}
.rt0 {position: relative; top: 0px;}   /* Behind a gif. */
.at0 {position: absolute; top: 0px; left: 0; width: 100%; height: 100%;} /* Gif in front */

.BrowserAlertText {color:#ff0000;font-size: .9rem;}

.MediumTextLeftRed {color:#ff0000;font-size: .9rem;text-align: left;}
.MediumTextCenter {color:#000000;font-size: .9rem;text-align: center; font-family: "Lora", serif;}
.MediumTextCenterRed {color:#ff0000;font-size: .9rem;text-align: center;}
.MediumTextCenterGreen {color:#03AA03;font-size: .9rem;text-align: center;}
.MediumTextLeftBlue {color:#0000ff;font-size: .9rem;text-align: left;}
.MediumTextLeft {color:#000;font-size: .9rem;text-align: left; font-family: "Lora", serif;}
.SmallTextCenter {color:#000;font-size: .7rem;text-align: center;}
.SmallTextLeft {color:#000;font-size: .7rem;text-align: left;}

.LargeTextCenter {color:#000000;font-size: 1.2rem;text-align: center; font-family: "Lora", serif;}



/* lora-regular - latin_latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Regular'), local('Lora-Regular'),
  url('/fonts/lora-v14-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/fonts/lora-v14-latin_latin-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-700 - latin_latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold'), local('Lora-Bold'),
  url('/fonts/lora-v14-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/fonts/lora-v14-latin_latin-ext-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-700italic - latin_latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold Italic'), local('Lora-BoldItalic'),
  url('/fonts/lora-v14-latin_latin-ext-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/fonts/lora-v14-latin_latin-ext-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-italic - latin_latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Italic'), local('Lora-Italic'),
  url('/fonts/lora-v14-latin_latin-ext-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/fonts/lora-v14-latin_latin-ext-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

