html, body{
    margin:0px;
    padding:0px;
}

div.page {
  page-break-before: always;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.odrd-document h1 {
  padding-top: 70px; /* アンカーで飛んだときにずれる分を補正している */
}

.odrd-document h2 {
  font-size: 2.25rem;
  padding-top: 15px;
  padding-bottom: 5px;
}

div.odrd-docs-section {
  margin-bottom: 40px;
}

.odrd-sidebar.affix {
  /* ウィンドウをリサイズしたときに
   * affixのせいで背景に行ってしまう
   * のを防ぐためにstaticにしておく 
   * from docs.css of Bootstrap Official*/
  position: static;
  margin-bottom: 20px;
}

ul.odrd-sidenav {
  border-radius: 10px;
  background-color: #f4f8fa;
}

@media (min-width: 992px) {
  /* ウィンドウが十分に大きくなったらfixedに戻す。 */
  .odrd-sidebar.affix {
    position: fixed;
  }
}

.odrd-topic-title {
  font-weight: bold; 
  font-size: 1.25em;
}

ul.odrd-topics > li, ul.odrd-topics ul li {
  padding: 0.5em 0;
}

/* Copied from bootstrap's docs.css */
.odrd-callout {
  margin: 20px 0;
  padding: 10px 20px; 
  border-left: 3px solid #eee;
}

.odrd-callout-terms {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}

.odrd-callout-references {
  background-color: #faf8f0;
  border-color: #faebcc;
}

blockquote.odrd-project-summary p{
  font-size: 1em;

}

footer {
  text-align: center;
}

.odrd-staff-comment-preface {
  margin-top: 25px;
  font-size: 1.25em;
}

.odrd-staff-comment-box {
  line-height: 1.5em;
  font-size: 1.125em;
  padding: 20px 20px;
  margin: 20px 0;
	background: #c2e1f5;
	border: 4px solid #88b7d5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.odrd-term-list dt {
   margin-bottom: 0.25em;
}

.odrd-term-list dd {
   margin-bottom: 0.75em;
}

/*
.odrd-staff-comment-box {
  font-size: 1.125em;
  left: 90px;
  padding: 20px 0;
  padding-right: 10px;
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}
.odrd-staff-comment-box:after, .odrd-staff-comment-box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.odrd-staff-comment-box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #88b7d5;
	border-width: 10px;
	margin-top: -10px;
}
.odrd-staff-comment-box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 16px;
	margin-top: -16px;
}
*/
