#territoriesContainer {
	padding-left: 20px;
	padding-top: 15px; 
 	height: 330px;
 	max-width:270px;
	background-color: #f4f5f5;
}

img.layeredMap
{
	/*border: 2px solid green;*/
	position:absolute;
	display:block;
	top: 15px;
	left: 60px;
}

img.layeredMap.dynamicLayer
{
	position: absolute;
	top: 15px;
	display: none;
}

.listContainer {
	margin-top: 20px;
	max-width:270px;
	background-color: #f4f5f5;
	padding: 20px 20px 10px 20px;
}

.listContainer a {
	font-size: 16px;
	color: #29424f;
}

#breadcrumb {
	margin-left: 20px;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

/** Table of contents on entry page */
div.toc {
	position: fixed;
	left: 0px;
	top: 100px;
	width: 180px;
	max-height: 85%;
	overflow-y: auto;
	background-color: white;
}

div.toc ul {
	list-style-type: none;
	padding: 0px;
}

div.toc li {
	font-size: 14px;
	cursor: pointer;
}

div.toc li:before {
	content: "";
	width: 20px; 
	height: 1px; 
	background-color: #e5e8e9;
	display: block;
	position: relative;
	top: 10px;
	float: left;
	margin-right: 10px;
}

div.toc li.active {
	color: 	#006298;
	font-weight: bold;
}

div.toc li.active:before { 
	background-color: #006298; 
}

div.toc li.active:before { 
	background-color: #006298; 
}

.summary, #summary p, .summary p {
	font-family: MerriWeather;
	font-style: normal;
	font-weight: 300;
	line-height: 1.55;

}

.summary, .unslider {
	margin-bottom: 20px;
}

#entryHeader {
	margin-top: 90px;
	margin-bottom: 80px;
	text-align: center;
}

.articleTeaser {
	background-color: #f4f5f5;
	margin-bottom: 40px;
}

.articleTeaser .col-md-6 {
	
	padding-left: 0px;
}

.articleTeaser img {
	width: 100%;
}

.articleTeaser a.squarePants {
	border: solid 1px #8799a3;
	color: #29424f;
}

div.bookChapterContents tbody {
	border-top: 3px solid #3f3f3f;
    border-bottom: 3px solid #3f3f3f;
}

/** THE LIFECYCLE TABLE */

table.lifeCycleTable
{
	border-collapse: collapse;
}

table.lifeCycleTable th
{
	font-size: 14px;
	border: 1px solid white;
}

td.lifeCycleStadium
{
	font-size: 14px;
	border: 1px solid white;
}

table.lifeCycleTable th.firstCol, table.lifeCycleTable td.firstCol {
	padding: 7px 25px;
	text-align: center;
}

table.lifeCycleTable td.firstCol {
	background-color: #e5e8e9;
	color: #29424f;
}

td.month, th
{
	width: 48px;
	text-align: center;
	border: 1px solid white;
	font-weight: normal;
}

th {
	background-color: #29424f;
	color: white;
}


td.month.stadium
{
	background-color: #ffe57f;
}

td.month.notStadium
{
	background-color: #f4f5f5;
}

td.month.stadium.quartersize
{
	border-left: 0px none;
	border-right: 0px none;
	width: 12px;
}

td.month.notStadium.quartersize
{
	border-left: 0px none;
	border-right: 0px none;
	width: 10px;
}

div.myEncyclopediaEntry{
	cursor: pointer;
}

div.myEncyclopediaEntryName {
	background-color: white;
	text-align: center;
	min-height: 100px;
}

div.myEncyclopediaEntryName h2 {
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 0px;
}

div.myEncyclopediaEntryName h4 {
	margin-top: 0px;
	padding-top: 10px;
}

.myEncyclopediaEntryImageContainer {
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.centeredPageHeading {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
}

.bookChapter {
	height: 300px;
	line-height: 300px;
	background-color: #e5e8e9;
	text-align: center;
	margin-bottom: 20px;
}
.bookChapter a{
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
	font-size: 22px;
	font-style: italic;
	color: #006298;
	font-family: Merriweather;
	padding: 10px;
}

div.bookTextboxTitle, div.bookTextboxTitle + div {
	background-color: #f4f5f5;;
}

div.bookTextboxTitle + div {
	display: none;	
}

.figure-caption {
	font-size: 18px;
	font-style: italic;
}


/***** MEDIA QUERIES *****/

@media (max-width: 1500px) {
	div.toc {
		display: none;
	}
}


@media (max-width: 767px) {
	#printButton {
		display: none;
	}
}

@media print {
	table.lifeCycleTable
	{
		border-collapse: separate !important;
	}
	
	td.month.stadium, td.month.stadium.quartersize
	{
		border: 2px solid black !important;
	}
	
	div.bookTextboxTitle + div {
		display: block;
		border: 2px solid black;
		margin-left: 30px;
	}
	
	#siblingList {
		display: none;
	}
	
}
