body {
  background: #f5f5f5;
  margin: 0;
  padding: 0;
}
body {
  font-family: arial, sans-serif;
  font-size: 15px;
}
.showForMobile {
  display: none;
}
#mobileMenu {
  display: none;
}
a {
  color: #00426c;
  text-decoration: none;
}
a:hover {
  color: #005b90;
}
#pagewrapper {
  position: relative;
  width: auto;
  min-width: 960px;
  max-width: 1280px;
  margin: auto;
  -moz-box-shadow: 0px 0px 15px #555;
  -webkit-box-shadow: 0px 0px 15px #555;
  box-shadow: 0px 0px 15px #bbb;
  background: #fff;
}
#archiveWarning {
  padding: 10px;
  background: darkred;
  color: #fff;
}
#topline {
  height: 126px;
  background: url(/img/topbg2.png) right;
  position: relative;
  z-index: 1000;
}
#pageTitle {
  position: absolute;
  top: 37px;
  left: 20px;
}
#pageTitle span {
  font-size: 16px;
  margin-left: 10px;
}
#chapterContainer h2 {
  font-size: 18px;
}
#chapterContainer #chapter a {
  text-decoration: underline;
}
#pageTitle h2 {
  font: 700 32px/32px 'Titillium Web', helvetica, arial, sans-serif;
  color: #0074a2;
  margin: 0;
  text-shadow: 1px 1px 1px #fff;
}
h4 {
  font: 700 24px/24px 'Titillium Web', helvetica, arial, sans-serif;
  color: #0074a2;
  margin: 0;
}
#pageTitle a {
  color: #3e7b9e;
}
#pageTitle a:hover {
  color: #6899b4;
}
#skiftVejl {
  position: absolute;
  top: 5px;
  left: 20px;
}
#changeInstructions {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  line-height: 1.1em;
  padding: 4px 6px;
  margin-top: -2px;
  background: #74a5c0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#canvas {
  /*padding: 20px 20px 60px 20px;*/
  padding: 20px 15px 60px 15px;
  background: url(/img/shadow.png) repeat-x;
}
#search {
  position: absolute;
  left: 0px;
  top: 82px;
  height: 44px;
  width: 250px;
  border-right: 1px solid #9ccce5;
}
#search .inner {
  background: url(/img/searchbg.png) no-repeat;
  width: 206px;
  height: 36px;
  margin: 5px 0 0 20px;
  position: relative;
}
#quicksearch {
  border: none;
  position: absolute;
  top: 10px;
  left: 40px;
  font-size: 12px;
  width: 140px;
  outline: none;
}
#searchresults {
  display: none;
  position: absolute;
  top: 126px;
  left: 20px;
  background: #4d85a6;
  width: 400px;
  opacity: 0.97;
}
#searchresults .inner {
  color: #fff;
}
#searchresults .inner ul {
  padding: 0;
  margin: 0;
}
#searchresults .inner li {
  list-style: none;
  border-bottom: 1px solid #8cb8ce;
}
#searchresults .inner li:hover {
  background: #006ca0;
}
#searchresults .inner a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 10px;
}
#searchresults .description {
  display: block;
  font-weight: normal;
}
strong.highlight {
  background: #ffff00;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#searchresults strong.highlight {
  background: #7bb4d4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#searchresults h2 {
  text-align: center;
}
#searchresults .selected a {
  background: #a1c345 url(/img/enter.png) no-repeat right center;
}
#searchresults .result-ha {
  background-color: #9C0600 !important;
}
#menu {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 250px;
  top: 82px;
  height: 44px;
}
#menu li {
  display: inline;
}
#menu li a {
  display: block;
  height: 44px;
  float: left;
  color: #fff;
  line-height: 44px;
  padding: 0 40px;
  text-decoration: none;
  border-right: 1px solid #9ccce5;
  font-weight: bold;
  font-size: 14px;
}
#menu li a:hover {
  background: url(/img/menuitembg.png) no-repeat right -57px;
}
#menu li a.red {
  background: url(/img/menuitembg-red.png) no-repeat right 0;
}
#menu li a.red:hover {
  background: url(/img/menuitembg-red.png) no-repeat right -57px;
}
#menu li a.active:link,
#menu li a.active:visited {
  background: url(/img/menuitembg.png) no-repeat right -57px;
}
#menu ul {
  background: #f2f2f2;
  border: 1px solid #d0d0d0;
  border-top: none;
  -moz-box-shadow: 0px 0px 5px #888;
  -webkit-box-shadow: 0px 0px 5px #888;
  box-shadow: 0px 3px 15px #aaa;
}
#menu ul li a:link,
#menu ul li a:visited {
  font-size: 13px;
  font-weight: normal;
  border: none;
  border-left: 3px solid #d5d5d5;
  border-bottom: 1px solid #d0d0d0;
  float: none;
  color: #333;
  padding: 10px 10px 10px 30px;
  height: auto;
  line-height: 1em;
  width: 270px;
}
#menu ul li a:link img,
#menu ul li a:visited img {
  margin-top: -4px;
}
#menu ul li a img {
  float: left;
  margin-top: 0px;
  margin-left: -25px;
}
#menu ul li a:hover {
  background: #d9d9d9;
  color: #000;
}
ul.drop a {
  display: block;
}
ul.drop,
ul.drop li,
ul.drop ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.drop {
  position: relative;
  z-index: 597;
  float: left;
}
ul.drop li {
  float: left;
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
}
ul.drop li.hover,
ul.drop li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
ul.drop ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
}
ul.drop ul li {
  float: none;
}
ul.drop ul ul {
  top: -2px;
  left: 100%;
}
ul.drop li:hover > ul {
  visibility: visible;
}
.listtable {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9em;
}
.listtable th {
  text-align: left;
  padding: 5px;
  background: #e9e9e9;
}
.listtable td {
  padding: 5px;
  border: 1px solid #e9e9e9;
  background: #fff;
}
#vejledningsmenu {
  display: none;
  position: absolute;
  left: 20px;
  top: 24px;
  background: #fff;
  margin: 0;
  padding: 0;
  border: 1px solid #8cc0dc;
  padding: 20px;
  z-index: 5000;
  font-family: arial;
  -moz-box-shadow: 0px 0px 25px #888;
  -webkit-box-shadow: 0px 0px 25px #888;
  box-shadow: 0px 0px 25px #555;
}
/*#vejledningsmenu li {
	list-style: none;
	float: left;
}
#vejledningsmenu li a {
	display: block;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
}*/
.factsheetList {
  margin: 0 0 30px 0;
  list-style: none;
  padding: 0;
}
.factsheetList li a {
  display: block;
  padding: 5px 5px 5px 25px;
  margin: 5px;
  background: #e9e9e9 url(/img/arrow-gray.png) no-repeat 5px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/*.clearfix { display: inline-block; */
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.chartList td {
  vertical-align: top;
}
.chartList h2 {
  font-size: 13px;
  margin: 0 0 5px 0;
  background: #e9e9e9;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  padding: 6px 20px;
}
.chartList ul {
  margin: 0 0 0px 0;
  padding: 0 0 0 0px;
}
.chartList li {
  list-style: none;
}
.chartList li a {
  background: url(/img/li-image-gray.png) no-repeat 10px 5px;
  padding: 2px;
  padding-left: 20px;
  display: block;
  font-size: 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-bottom: 1px;
}
.chartList li a.active {
  background: #7bb4d4;
  css-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
}
.chartList li a:hover {
  background: #7bb4d4;
  css-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
}
#logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 57px;
  padding: 15px 20px 0 0px;
  font-size: 14px;
  font-family: arial;
  font-weight: bold;
  color: #fff;
  text-align: right;
}
.box h1 {
  background: #999 url(/img/headerbg.png) repeat-x;
  color: #333;
  margin: 0 0 0px 0;
  height: 27px;
  padding: 0 10px;
  font-size: 17px;
  line-height: 27px;
  text-shadow: 0px 1px 0px #ccc;
  font-family: arial;
}
.box {
  border: 1px solid silver;
}
.box .padding {
  padding: 10px;
}
.box h2 {
  background: #cbcbcb url(/img/header2bg.png) repeat-x top;
  color: #333;
  margin: 0 0 0px 0;
  padding: 5px 10px;
  font-size: 11px;
  text-shadow: 0px 1px 0px #e5e5ee;
}
#hyperMenu li {
  list-style: none;
  border: 1px solid #fff;
  margin-bottom: 3px;
  padding: 6px 10px;
  width: 300px;
}
#hyperMenu li:hover {
  background: #fff;
  color: #790000;
}
#chapterIndex ul {
  margin: 0;
  padding: 0;
}
#chapterIndex ul li {
  list-style: none;
}
#chapterIndex ul li a {
  padding: 3px 10px;
  display: block;
  border-bottom: 1px solid #d9d9d9;
}
#chapterIndex ul li ul {
  margin-left: 10px;
}
#chapter {
  float: left;
  margin-left: 280px;
}
#toc {
  width: 250px;
  position: absolute;
  top: 20px;
  left: 0;
}
.tocBox {
  background: #fff;
}
.tocBox.fixed {
  position: fixed;
  top: 10px;
}
#tocIndicator {
  position: absolute;
  right: 0px;
  display: none;
}
#toc .inner {
  background: #fff;
  border: 1px solid #d9d9d9;
  -moz-box-shadow: 0px 0px 5px #888;
  -webkit-box-shadow: 0px 0px 5px #888;
  box-shadow: 0px 0px 10px #ddd;
}
#toc .printBtn {
  display: block;
  display: none;
  text-align: center;
  padding: 7px 10px;
  color: #fff;
  background: #77a7d3;
  margin-top: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#toc ul {
  padding: 0;
  margin: 0;
}
#toc ul li {
  list-style: none;
}
#toc ul li a {
  font-size: 13px;
  padding: 5px 5px 5px 25px;
  display: block;
  background: url(/img/arrow-gray.png) no-repeat 5px 6px;
  border-bottom: 1px solid #d9d9d9;
}
#toc h2 {
  background: url(/img/topbg2.png) right bottom;
  color: #fff;
  padding: 6px 10px;
  margin: 0;
}
#toc ul li a:hover {
  background: #f5f5f5 url(/img/arrow-blue.png) no-repeat 5px 6px;
}
#toc ul li.active a:link,
#toc ul li.active a:visited {
  background: url(/img/arrow-green.png) no-repeat 5px 6px;
  font-weight: bold;
}
/* LEVEL 2 */
#toc ul ul {
  margin-bottom: 0px;
  margin-left: 10px;
}
#toc ul ul li.inactive a:link,
#toc ul ul li.inactive a:visited {
  background: url(/img/tocAngle.png) no-repeat 10px 5px;
  border-bottom: none;
  padding: 1px 10px;
  padding-left: 20px;
  font-weight: normal;
  font-size: 12px;
  border: 1px dotted #fff;
}
#toc ul ul li.inactive a:hover {
  background-color: #e9e9e9;
  border: 1px dotted #d9d9d9;
}
.tocBox ul {
  margin: 0;
  padding: 0;
  font-family: arial;
  font-size: 13px;
}
.tocBox ul li {
  list-style: none;
}
.tocBox ul li.active {
  font-size: 14px;
}
.tocBox ul li.active li {
  font-size: 12px;
}
.tocBox ul li a {
  padding: 6px 10px;
  display: block;
  background: #ededed url(/img/tocLevel1bg.png) repeat-x top;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
}
.tocBox ul ul li.highlight a {
  background-color: #f0f0f0;
}
.tocBox ul ul li a {
  font-weight: normal;
  background: url(/img/tocAngle.png) no-repeat 10px 5px;
  border-bottom: none;
  padding: 2px 10px;
  padding-left: 20px;
  font-weight: bold;
}
.tocBox ul ul ul li a {
  padding-left: 30px;
  background-position: 20px 5px;
  font-weight: normal;
}
.tocBox ul a.active {
  font-weight: bold;
}
.tocBox ul ul {
  border-bottom: 1px solid #e5e5e5;
}
.tocBox ul ul ul {
  border: none;
}
/* FRONTPAGE TOC: */
.tocFrontpage ul {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.tocFrontpage ul li {
  list-style: none;
  font-weight: bold;
}
.tocFrontpage ul li a {
  display: block;
  padding: 5px;
  margin: 5px;
  padding-left: 25px;
  background: #e9e9e9 url(/img/arrow-gray.png) no-repeat 5px 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.tocFrontpage ul li a:hover {
  background: #f0f0f0 url(/img/arrow-blue.png) no-repeat 5px 6px;
}
.tocFrontpage ul ul {
  margin-left: 20px;
}
.tocFrontpage ul ul li a {
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: 0px 0px 5px #888;
  box-shadow: none;
  padding-top: 2px;
  padding-bottom: 2px;
  background: none;
}
.tocFrontpage ul ul li {
  border: none;
  font-weight: normal;
}
#bigArrow {
  position: absolute;
  display: none;
  width: 64px;
  height: 64px;
  background: url(/img/Arrow-Right-64.png);
}
#chapter h1 a {
  float: right;
  font-size: 11px;
}
#chapter .printBtn {
  float: right;
  font-size: 13px;
  color: #444;
  cursor: pointer;
  margin-left: 10px;
}
#fp_vejledningContainer {
  margin-right: -20px;
  margin-right: 0px;
  overflow: auto;
  zoom: 1;
}
.fp_vejledning {
  width: 100%;
  height: 210px;
  padding: 5px 5px;
  border: 1px solid #8abfda;
  display: table;
  margin: 0 15px 15px 0;
  text-align: center;
  float: left;
  -moz-box-shadow: 0px 0px 10px #bbb;
  -webkit-box-shadow: 0px 0px 10px #bbb;
  box-shadow: 0px 0px 10px #bbb;
  cursor: pointer;
  background: #fcfcfc;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f3f3f3 47%, #e9e9e9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(47%, #f3f3f3), color-stop(100%, #e9e9e9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f3f3f3 47%, #e9e9e9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 0%, #f3f3f3 47%, #e9e9e9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 0%, #f3f3f3 47%, #e9e9e9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fcfcfc 0%, #f3f3f3 47%, #e9e9e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e9e9e9', GradientType=0);
  /* IE6-8 */
  transition: all 150ms;
}
.fp_vejledning .inner {
  width: 100%;
  height: 100%;
  display: table-cell;
  /*align-content: center;*/
  vertical-align: middle;
  /*border: 1px solid gray;*/
}
.fp_vejledning span {
  font-size: 16px;
  display: block;
}
.fp_vejledning img {
  /*border: 1px solid #fff;*/
  margin-bottom: 10px;
}
.fp_vejledning:hover {
  background: #f9f9f9;
  -moz-box-shadow: 0px 0px 20px #999;
  -webkit-box-shadow: 0px 0px 20px #999;
  box-shadow: 0px 0px 20px #999;
  transform: translateY(-2px);
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2RmZWJmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOGM5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #dfebf7 35%, #a8c9e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(35%, #dfebf7), color-stop(100%, #a8c9e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dfebf7 35%, #a8c9e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #dfebf7 35%, #a8c9e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #dfebf7 35%, #a8c9e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #dfebf7 35%, #a8c9e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a8c9e8', GradientType=0);
  /* IE6-8 */
}
#fp_vejledningContainer2 .row {
  overflow: visible !important;
}
#fp_vejledningContainer2 .fp_vejledning {
  /*height: auto;*/
}
.chapterBottomNavigation {
  padding: 20px 0;
}
.button,
.prevChapterButton,
.nextChapterButton {
  font: 500 17px/1em 'Titillium Web', helvetica, arial, sans-serif;
  display: block;
  background: url(/img/buttonbg.png) repeat-x 0px 0px;
  padding: 8px 20px;
  -moz-box-shadow: 0px 0px 5px #555;
  -webkit-box-shadow: 0px 0px 5px #555;
  box-shadow: 0px 3px 10px #999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.3);
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
  color: #666;
}
.button:hover,
.prevChapterButton:hover,
.nextChapterButton:hover {
  background: #87ad1d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #87ad1d 0%, #62940c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87ad1d), color-stop(100%, #62940c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #87ad1d 0%, #62940c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #87ad1d 0%, #62940c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #87ad1d 0%, #62940c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #87ad1d 0%, #62940c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87ad1d', endColorstr='#62940c', GradientType=0);
  /* IE6-9 */
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.prevChapterButton span,
.nextChapterButton span {
  display: block;
  font-size: 13px;
}
.prevChapterButton {
  float: left;
  margin-right: 20px;
}
.nextChapterButton {
  float: right;
  margin-left: 20px;
}
.buttonLine {
  height: 50px;
  padding: 0;
  margin: 0;
}
.buttonLine li {
  display: inline;
  list-style: none;
}
.buttonLine li a:link,
.buttonLine li a:visited {
  float: left;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  margin-right: 3px;
  background: #9c0600;
  display: block;
  color: #fff;
  text-decoration: none;
}
#bottombar {
  background: #f5f5f5 url(/img/bottombg.jpg);
  margin: 0 -15px -20px -15px;
  border-top: 1px solid #bbb;
}
#bottombar .inner {
  background: url(/img/shadow-large.png) repeat-x top;
  padding: 20px;
}
#pageBody {
  line-height: 1.5em;
}
/*# sourceMappingURL=site.css.map */