@charset "UTF-8";
/* CSS for The Internet Peering Playbook */

.center {
	text-align: center;
	margin-top: 42px;
}

.figure {
	font-weight: bolder;
	text-align: center;
	margin: 1em;
}
.NotesFromTheField {
	background-color: #3CF;
}
.NotesFromTheField p {
	font-style: italic;
}
.NotesFromTheFieldLabel {
	font-weight: bold;
	text-align: left;
}
.NotesFromTheFieldTitle {
	font-weight: bold;
	text-align: center;
}

h1 {
	color:#06F;
	text-align:center;
	text-decoration:underline;

}
h2 {
	color:#63F;
}
h3 {
	color:#F00;
}
p {
	margin-left:1em;
}

.attribution {
	text-align: right;
	font-style:italic;
	color:#933;
}

.quote {
	color:#933;
	text-align:center;
	font-style:italic;
}

.longquote {
	font-style:italic;
}

.definitionLabel {
	font-weight:bold;
}

.definition {
	font-style:italic;
	font-weight:bold;
}

.glow {  /* for the formula text */
	font-size:larger;
	color: green;
	background-color: black;
}

#topleftnav p, #toprightnav p{
	/*height: .5em;
	line-height: .5em;*/
}
#topleftnav, #bottomleftnav {
	text-align: left;
	/*background-color: #A1A13D;*/
	padding-left: -1em;
	max-width: 10%;
	/*background-image: -webkit-linear-gradient(270deg,rgba(251,247,247,1.00) 0%,rgba(101,107,73,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(251,247,247,1.00) 0%,rgba(101,107,73,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(251,247,247,1.00) 0%,rgba(101,107,73,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(251,247,247,1.00) 0%,rgba(101,107,73,1.00) 100%);*/
}
#toprightnav,#bottomrightnav {
	text-align:right; /**/
	/*background-color:lightgreen;/**/
	padding-right:1em;/**/
	max-width: 10%;/**/
	float:right;/**/
}
