body {
	padding-top: 90px;
}
p, ul, ol, h1, h2, h3, h4, h5, blockquote {
	max-width: 800px;
}
blockquote {
padding: 5px 0px 5px 20px;
color: #777;
margin: 0 0 20px;
font-size: inherit;
border-left: 0px solid #B26363;
}
a, a:hover {
  text-decoration: inherit;
  font-style: inherit;
  color: inherit;
}
a:link {
	color: #43a;
}
article a:link {
	position: relative;
	z-index: 3;
}
a:visited {
	color: purple;
}
a:link:hover {
	text-decoration: underline;
}
.navbar-default {
	padding-top: 10px;
	padding-bottom: 10px;
}
#bb-topnav.container {
	width: 95%;
}
.navbar-nav>li>a {
padding-top: 25px;
padding-bottom: 0px;
z-index: 1001;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
border: 1px solid #DDD;
}
.noborder>thead>tr>th,
.noborder>tbody>tr>th,
.noborder>tfoot>tr>th,
.noborder>thead>tr>td,
.noborder>tbody>tr>td,
.noborder>tfoot>tr>td {
border: 0px solid #DDD;
}

.googsearch  {
	margin-top:20px;
}
li h4 {
	padding-left:5px;
}
h1, h2 {
	color: #dd0000;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
.small {
	font-size: 70%;
}
.smaller-font{
	font-size: 90%;
}

/* for various red text */
.redtxt {
	color: #d00;
}
.puzzle-answers h4 {
	color:#D00;
}
/* positions anchors correctly to appear below nav*/
article [id]:before {
  display: block;
  content: " ";
  margin-top: -90px;
  height: 90px;
  visibility: hidden;
}
.puzzle-answers [id]:before {
  display: block;
  content: " ";
  margin-top: -90px;
  height: 90px;
  visibility: hidden;
}
.sidead [id]:before{
  display: block;
  margin-top: 0px;
  height: auto;
  visibility: hidden;
}
.navbar-default .navbar-toggle {
border-color: #DDD;
z-index: 1010;
}
.cc_container {
background: #555555 !important;
}
.cc_banner-wrapper {
z-index: 99999999999 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
padding-top: 0px !important;
margin-top : 0px !important;
padding-right: 4px !important;
padding-bottom: 2px !important;
margin-bottom: 0px !important;
}
.gsib_a {
padding: 2px 6px 0px !important;
}
.gsc-input-box {
height: 28px !important;
}
td.gsc-search-button {
width: 1% !important;
padding-top: 2px !important;
padding-bottom: 2px !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
width: 50px !important;
height: 28px !important;
padding: 5px 16px !important;
min-width: 13px !important;
margin-top: 2px !important;
}
.gsst_a {
padding-top: 5px !important;
}
/* this places tables over IDs so scroll bars are selectable, otherwise covered by ID margin         */
.table-responsive {
z-index: 10;
position: relative;
}
/* this corrects for anchors at the top of the page         */
.leadingid {
	margin-top: 19px;
}
.breadcrumb {
	background-color: #ffffff;
	padding-left: 0px;
	margin-bottom: 0px;
}
#fixedtable table {
	table-layout: fixed;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
white-space: normal;
min-width: 150px;
}
.nominwidth.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
white-space: normal;
min-width: 0px;
}
.parawidth {
	max-width: 800px;
}
td.table-narrow-col {
	width:40px;
	min-width: 40px !important;
}
/* ---- hides current page link in side nav ----*/
.rm-sidebar a.current {
	display: none;
}
.rm-sidebar .sidebar-nav .navbar li a:hover {
	text-decoration: underline;
}
.rm-sidebar {
	margin-top: 36px;
}
.rm-sidebar li h4 {
	padding-bottom: 0px;
	margin-bottom: 0px
}
.rm-sidebar .sidebar-nav .navbar li a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
.tintbox {
	background-color: #ffc;
	padding: 10px;
	}
footer p {
	max-width: 100%;
	margin: 0 auto 0;
	color: #333;
}
#authorship-referencing p {
	color: #333;
}
.sidebar2-tintbox {
	background-color: #cff;
	padding: 15px;
	margin: 20px;
	margin-left: 0px;
}
/*----------------- details summary overrides --------------*/
summary {
	outline: none;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}
summary::-webkit-details-marker {
  display: none
}
summary:after {
	content: 'read more';
			font-size: .8em;
			background-color: #f8f8f8;
			border: solid 1px #e7e7e7;
			border-radius: 3px;
			padding: 3px 25px;
			color: #43A;
}
details[open] summary:after {
			content: 'close';
			font-size: .8em;
			background-color: #f8f8f8;
			border: solid 1px #e7e7e7;
			border-radius: 3px;
			padding: 3px 25px;
			color: #D00;
}
details.open summary::after {
			content: 'close';
			font-size: .8em;
			background-color: #f8f8f8;
			border: solid 1px #e7e7e7;
			border-radius: 3px;
			padding: 3px 25px;
			color: #D00;
}
@media (min-width: 992px) {
	.qb-sidead {
		float: right;
		margin-top: 90px;
	}
	.qb-sidead h3 {
		margin-bottom: 120px;
}
}
/* make sidebar nav vertical */
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .footer-search {
  	display: none;
  }
  .rm-sidebar {
  	min-height: 1500px;
  }
  .rm-sidebar.qb-rm-sidebar {
  	min-height: 1000px !important;
  }
}
@media (max-width: 1006px) {
footer .col-sm-3 {
width: 0%;
}
}
@media (max-width: 890px) {
footer .col-sm-3 {
padding-left: 0px;
}
img#logo {
	width: 170px;
}
#bb-topnav.container {
	width: 100%;
	margin-left:0px;
	padding-left: 15px;
}
}
 /* hide RM header on collapse and remove top margin*/
@media (max-width: 768px) {
  .hidden-on-collapse {
  	display:none;
  }
  .rm-sidebar {
	margin-top: 0;
}
 .sidebar-nav .navbar li a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .navbar-nav>li>a {
padding-top: 4px;
padding-bottom: 4px;
z-index: 1001;
}
img#logo {
	width: 200px;
}
 /* increases indexing letters size on small screen*/
.indexing p {
	font-size: 24px;
}
.cc_container {
height: 80px !important;
font-size: 20px !important;
}
}

/* quizballs ------------------------------------------- quizballs */

.qb-sidebox-tinted {
	background-color:#DEE;
	padding: 10px;
}
.qb-sidebox-tinted H2 {
	vertical-align: middle;
}
/* google ad ------------------------------------------- google ad */
.googad {
	margin-top: 0px;
	height: 90px;
}
.testresponsive {
	width: 320px;
	height: 50px;
	margin-top: 90px;
	}
@media(min-width: 500px) { .testresponsive { width: 468px; height: 60px; } }
@media(min-width: 800px) { .testresponsive { width: 728px; height: 90px; } }
