@charset "UTF-8";
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,800');
@import url('font-awesome.min.css');

/*
	ZeroFour by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

#miller-center-logo {
    height: 95px;
}

#logo-rotunda {
    height: 95px;
}

body.homepage #banner-title {
    display: none;
}

#banner-title {
    width: 500px; height: 100%; padding: 20px;
}

div.metadata {
    display: inline-block;
    text-transform: uppercase;
    font-family:"john-doe",serif;
    margin-right: 1.5em;
}

span.metadata-value {
    color: red;
    font-size: 18px;
    border-bottom: 2px solid black;
    padding-left: 1ex;
    padding-right: 1ex;
}

span.metadata-label {

    font-size: 16px;

    color: black;
}

div.editorial_note {
  margin-bottom:1em;
}

span.rend-footnote {
    display: none;
    font: 18px/26px  "karmina-sans" !important;
    color:black;
    border-bottom:1px dotted gray;
}

span.footnote {
    display: inline;
    color: red;
    padding-left:1px;
}

span.footnote span:first-child {
    cursor: pointer;
}

span.note-number {
   font-size:smaller;
   padding-left:3px;
}

.bubblehead {
	border-radius: 20px;
	margin-right: 10px;
	height: 100px;
	padding: 5px;
}

body.conversation .bubblehead {
    float: left;
}

li.typewriter {
    border-bottom: 1px solid gray;
}

.typewriter {
	font-family:"john-doe",serif;
}

	body
	{
		background: #303238 url('/application/custom/css/images/bg01.png');
	}

		body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,select,textarea
	{
		font-family: 'Open Sans', sans-serif;
		color: black;
		font-weight: 400;
	}

	a
	{
		color: inherit;
		text-decoration: none;
	}
	
	a.norton {
  color:darkred; font-weight:bold;
}


	a.audio_link {
	  padding-left:1px;
	  padding-right:3px;
	}

	a.audio_link:hover {
	  background-color:#EAA;
	  text-decoration:none;
	  border:1px solid darkred;
	  padding-right:1px;
	}

		a:hover
		{
			text-decoration: underline;
		}

  article a, p.ebooks a, a.ext_ref {
    color:darkred;
  }

  a.fn {
    /*color:blue;*/
    font-size:90%;
    line-height:0.9;
    vertical-align:super;
    /*padding-left:2px;*/
    padding-right:2px;
  }

	h1, h2, h3, h4, h5, h6
	{
		text-transform: uppercase;
		font-weight: 800;
		letter-spacing: 0.04em;
		color: #404248;
		margin: 0 0 1em 0;
		line-height: 1.2em;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
		color: inherit;
		text-decoration: none;
		outline: 0;
	}

	h2
	{
		font-size: 2em;
		margin: 0 0 1.5em 0;
		line-height: 1em;
	}

	h2.main {
	    font-size: 2.5em;
	}

		h2.icon
		{
			line-height: 48px;
		}

			h2.icon:before
			{
				position: relative;
				top: 0.05em;
				margin-right: 0.5em;
				opacity: 0.25;
			}

	h3
	{
		font-size: 1.35em;
		margin-top: 2em;
	}

	b, strong
	{
		color: #404248;
		font-weight: 700;
	}

	i, em
	{
		font-style: italic;
	}

	br.clear
	{
		clear: both;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}

	hr.essay {
	  width:70%;
	}

	blockquote
	{
	  margin-top:1em; margin-bottom:1em;
		padding: 0 0 0 2em;
	}

	blockquote p {text-indent:1.5em; margin:1ex 0 1ex 0;}

	blockquote.left p {text-indent:0;}

	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	p.author {
	  font-size:1.2em;
	  padding-top:1em !important;
	}


	div.render-incident {
	  /*padding-top:1em;*/
	  padding-bottom:1em;
	}

	div.render-incident.born-digital {
	  font-style:italic;
	}

	div.render-incident.born-digital em {
	  font-style:normal;
	}

	p.incident {
	  font-family: 'Open Sans', sans-serif;
	}

	p.incident.born-digital {
	  font-style:italic;
	}

	span.incident {
	  font-style:italic;
	  font-family: "Open Sans", sans-serif;
	}

	span.incident:before {
	  content: "[";
	  padding-left:1ex;
	}

	span.incident:after {
	  content: "]";
	}

	span.render-stage, span.render-unclear {
	  font-family: 'Open Sans', sans-serif;
	}

	.date
	{
		display: block;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.065em;
		font-size: 0.9em;
		color: #696969;
		margin: 0 0 0.25em 0;
	}

	/* Section/Article */

		section,
		article
		{
			margin-bottom: 2em;
		}

		section#notes, section#appendix {
		  border-top:1px solid gray;
		  padding-top:1em;
		}

		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

        section.results {
            margin-bottom: 4em;
        }

		header
		{
			margin: 0 0 2em 0;
		}

			header h2, header h3
			{
				margin: 0 0 0.25em 0;
			}

			header p
			{
				display: block;
				text-transform: uppercase;
				font-weight: 700;
				letter-spacing: 0.065em;
				font-size: 0.9em;
				color: #696969;
				margin: 0;
				line-height: 1.1em;
			}

				header p strong
				{
					color: #404248;
					font-weight: 800;
				}

		header p.transcriptEditors {
		  text-transform:none;
		}

		span.editedBy {
		  font-variant:small-caps;
		}

		footer
		{
			margin: 2.5em 0 0 0;
		}

		header.major
		{
			border-bottom: solid 1px #dbdbdb;
			margin: 0 0 3em 0;
		}

        header.major.results {
            margin: 3em 0 1em 0;
        }

        header.major.results p {
            line-height: 1em;
            letter-spacing: normal;
            text-transform: none;
        }

			header.major:after
			{
				content: '';
				display: block;
				border-top: solid 1px #dbdbdb;
				height: 8px;
			}

			header.major h2,
			header.major h3
			{
				margin: 0 0 1.2em 0em;

			}

			header.major p
			{
				margin: 0 0 1.5em 0;
				position: relative;
				top: -1em;
				line-height:1.5;
			}


	/* Forms */

		form
		{
		}

			form label
			{
				display: block;
				text-transform: uppercase;
				font-weight: 800;
				letter-spacing: 0.04em;
				color: #404248;
				margin: 0 0 1em 0;
				font-size: 0.8em;
			}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea
			{
				-webkit-appearance: none;
				display: inline-block;
				width: 80%;
				border-radius: 8px;
				border: solid 2px darkred;
			}

			input.login
			{
				width: 40% !important;
			}



				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #4091bf;
				}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select
			{
				line-height: 3em;
				padding: 0 1em;
			}

			form textarea
			{
				min-height: 9em;
				padding: 1em;
			}

			form .formerize-placeholder
			{
				color: #555 !important;
			}

			form ::-webkit-input-placeholder
			{
				color: #555 !important;
			}

			form :-moz-placeholder
			{
				color: #555 !important;
			}

			form ::-moz-placeholder
			{
				color: #555 !important;
			}

			form :-ms-input-placeholder
			{
				color: #555 !important;
			}

			form ::-moz-focus-inner
			{
				border: 0;
			}

	/* Tables */

		table
		{
			width: 100%;
		}

			table.default
			{
				width: 100%;
			}

				table.default tr
				{
					border-top: solid 1px #eee;
				}

					table.default tr:first-child
					{
						border-top: 0;
					}

				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}

				table.default th
				{
					text-align: left;
					padding: 0.5em 1em 0.5em 1em;
					text-transform: uppercase;
					font-weight: 800;
					letter-spacing: 0.04em;
					margin: 0 0 1em 0;
					font-size: 0.8em;
				}

				table.default thead
				{
					background: #404248;
					color: #fff;
				}

				table.default tfoot
				{
				}

				table.default tbody
				{
				}

	table.footnotes td:first-child {
	  padding-right:1ex;
	}

  td.fn_no {
    /* footnote numbering cells*/
    color:blue;
    padding-right:1ex;
  }

	/* Image */

		.image
		{
			position: relative;
			display: inline-block;
		}

			.image img
			{
				display: block;
				width: 100%;
				border-radius: 8px;
				margin-bottom: 2em;
			}

			/*
				Adds a grain-y overlay to your images. Delete this entire rule if
				that's not something you want.
			*/
			/*
.image:before
			{
				content: '';
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				background: url('images/bg01.png');
				width: 100%;
				height: 100%;
				opacity: 0.75;
			}
*/

			.image.fit
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2.5em 0;
			}

			.image.logo
			{
				width: 100px;
				top: 30%;
				left: 1em;
			}

			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}

			.image.right
			{
				float: right;
				margin: 0 2em 2em 2em;
			}

			.image.centered
			{
				display: block;
				margin: 0 0 2.5em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Button */

		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			-webkit-appearance: none;
			position: relative;
			display: inline-block;
			background-color: darkred;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2)), url('images/bg02.png');
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2)), url('images/bg02.png');
			background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2)), url('images/bg02.png');
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2)), url('images/bg02.png');
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2)), url('images/bg02.png');
			border-radius: 8px;
			box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.35), inset 0px 2px 1px 0px rgba(255,255,255,0.35);
			text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
			color: #fff !important;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: 800;
			font-size: 0.95em;
			letter-spacing: 0.075em;
			padding: 1em 2em;
			outline: 0;
			border: 0;
			white-space: nowrap;
			cursor: pointer;

			-moz-transition: background-color 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out;
			-o-transition: background-color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;

			 -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
		}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover
			{
				background-color: red;
			}

			input[type="button"]:active,
			input[type="submit"]:active,
			input[type="reset"]:active,
			.button:active
			{
				background-color: red;
			}

			.button.icon
			{
			}

				.button.icon:before
				{
					opacity: 0.5;
					margin-right: 0.5em;
					position: relative;
					top: 0.05em;
				}

			input[type="button"].small,
			input[type="submit"].small,
			input[type="reset"].small,
			.button.small
			{
				font-size: 1em;
				padding: 1em 2.25em;
				margin-top: 1em;
			}

			.button.essay {
			  margin-bottom:1em;
			  font-size:0.8em;
			  padding:0.8em 1em;
			}

      .button.searchForm {
			  font-size:0.8em;
			}

			input[type="button"].medium,
			input[type="submit"].medium,
			input[type="reset"].medium,
			.button.medium
			{
				font-size: 1.25em;
				padding: 1em 2em;
			}

			input[type="button"].big,
			input[type="submit"].big,
			input[type="reset"].big,
			.button.big
			{
				font-size: 1.5em;
				padding: 1em 2.25em;
			}

			input[type="button"].alt,
			input[type="submit"].alt,
			input[type="reset"].alt,
			.button.alt
			{
				background-color: red;
			}

				input[type="button"].alt:hover,
				input[type="submit"].alt:hover,
				input[type="reset"].alt:hover,
				.button.alt:hover
				{
					background-color: black;
				}

				input[type="button"].alt:active,
				input[type="submit"].alt:active,
				input[type="reset"].alt:active,
				.button.alt:active
				{
					background-color: black;
				}

	/* List */

		dl.contact
		{
		}

			dl.contact dt
			{
				display: block;
				text-transform: uppercase;
				font-weight: 700;
				letter-spacing: 0.065em;
				font-size: 0.9em;
				color: #696969;
				float: left;
				width: 6em;
			}

			dl.contact dd
			{
				margin: 0 0 1em 6em;
			}

		ul
		{
		}

			ul.default
			{
				list-style: disc;
				padding-left: 1em;
			}

				ul.default li
				{
					padding-left: 0.5em;
				}

			ul.actions
			{
			}

				ul.actions li
				{
					display: inline-block;
					padding: 0 0 0 0.25em;
					margin: 0 0 0 0.25em;
				}

					ul.actions li:first-child
					{
						margin-left: 0;
						padding-left: 0;
					}

			ul.menu
			{
			}

				ul.menu li
				{
					border-left: solid 1px #eee;
					display: inline-block;
					padding: 0 0 0 1em;
					margin: 0 0 0 1em;
				}

					ul.menu li:first-child
					{
						border-left: 0;
						margin-left: 0;
						padding-left: 0;
					}

			ul.divided
			{
			}

				ul.divided li
				{
					border-top: solid 1px #eee;
					padding: 0.5em 0 0 0;
					margin: 0.5em 0 0 0;
				}

					ul.divided li:first-child
					{
						border-top: 0 !important;
						padding-top: 0 !important;
						margin-top: 0 !important;
					}

		ol
		{
		}

			ol.default
			{
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li
				{
					padding-left: 0.25em;
				}

	/* Box */

		.box
		{
		}

			.box.excerpt
			{
				position: relative;
				overflow: hidden;
			}

				.box.excerpt header
				{
					margin: 0 0 1em 0;
				}

				.box.excerpt .image
				{
					margin-bottom: 0;
				}

				.box.excerpt p
				{
					margin-bottom: 0;
				}

			.box.feature1
			{
				text-align: center;
			}

				.box.feature1 header.first
				{
				}

					.box.feature1 header.first h2
					{
						font-size: 2.5em;
					}

					.box.feature1 header.first p
					{
						font-size: 1.2em;
					}

				.box.feature1 header.second
				{
					position: relative;
					display: inline-block;
					text-align: left;
					margin: 0 auto;
					white-space: nowrap;
					left: 24px;
				}

					.box.feature1 header.second p
					{
						line-height: 1em;
					}

					.box.feature1 header.second:before
					{
						font-size: 48px;
						position: absolute;
						right: 100%;
						margin-right: 18px;
						opacity: 0.5;
						bottom: -4px;
					}

			.box.feature2
			{
				text-align: none;
			}

			.box.article-list
			{
			}

				.box.article-list article
				{
					border-bottom: solid 1px #dbdbdb;
					margin: 0 0 2.75em 0;
					padding: 0 0 2.75em 0;
				}

				.box.article-list article:last-child
				{
					border-bottom: 0;
					margin-bottom: 0;
					padding-bottom: 0;
				}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.pull-left {
		margin-right: .3em;
		margin-bottom: 1em;
	}

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}

		.icon > .label {
			display: none;
		}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		text-align: center;
	}

		#banner h2
		{
			border-left: 0;
			border-right: 0;
			color: #fff;
			color: rgba(255,255,255,0.75);
			font-size: 2.35em;
			font-weight: 700;
			line-height: 1.3em;
			margin: 0 0 1.5em 0;
		}

			#banner h2 strong
			{
				font-weight: 800;
				color: inherit;
			}

			#banner h2:before
			{
				content: '';
				display: block;
				border-color: #888;
				border-color: rgba(255,255,255,0.25);
				margin: 10px 0 1.25em 0;
			}

			#banner h2:after
			{
				content: '';
				display: block;
				border-color: #888;
				border-color: rgba(255,255,255,0.25);
				margin: 1.25em 0 10px 0;
			}

		#banner p
		{
			text-transform: uppercase;
			color: #fff;
			color: rgba(255,255,255,0.75);
			font-size: 1.5em;
			font-weight: 700;
			line-height: 1.3em;
			letter-spacing: 0.04em;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		background: url('images/bg01.png'), url('/application/custom/images/tape-recorder.jpg');
      background-position: top left, top center;
		background-size: auto, cover;
	}

	#banner-wrapper
	{
	}

	#main-wrapper
	{
		/*background: #fff;*/
	}

	#footer-wrapper
	{
		position: relative;
		background-image:		-moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5)),		url('/application/custom/css/images/bg03.png'),		url('/application/custom/css/images/bg02.png');
		background-image:		-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5)),	url('/application/custom/css/images/bg03.png'),		url('/application/custom/css/images/bg02.png');
		background-image:		-o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5)),		url('/application/custom/css/images/bg03.png'),		url('/application/custom/css/images/bg02.png');
		background-image:		-ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5)),		url('/application/custom/css/images/bg03.png'),		url('/application/custom/css/images/bg02.png');
		background-image:		linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5)),			url('/application/custom/css/images/bg03.png'),		url('/application/custom/css/images/bg02.png');
		background-repeat:		repeat-x,														no-repeat,					repeat;
		background-size:		100% 100%,														100% 15em,					auto auto;
		background-position:	top left,														top center,					top left;
	}

	.wrapper
	{
	}

		.wrapper > .inner
		{
			position: relative;
			z-index: 2;
		}

		.wrapper.style1
		{
			position: relative;
			text-shadow: 1px 1px 0 #fff;
			background-color:		#fff;
			background-image:		url('images/bg03.png'),		url('images/bg04.png'),		url('images/bg02.png');
			background-repeat:		no-repeat,					no-repeat,					repeat;
			background-size:		100% 15em,					100% 15em,					auto auto;
			background-position:	top center,					bottom center,				top left;
		}

		.wrapper.style2
		{
		  background: white;
		}

		.wrapper.style3
		{
			position: relative;
			text-shadow: 1px 1px 0 #fff;
			background-color:		#fff;
			background-image:		url('images/bg03.png'),		url('images/bg02.png');
			background-repeat:		no-repeat,					repeat;
			background-size:		100% 15em,					auto auto;
			background-position:	top center,					top left;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		margin-bottom: 0;
	}


/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	   color: #acb2bf;
		padding-bottom: 5em;
		text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
		position: relative;
		z-index: 2;
	}

		#footer h2
		{
			font-size: 1.35em;
			color: #fff;
		}

		#footer strong
		{
			color: #fff;
		}

		#footer a
		{
			color: #acb2bf;
		}

		#footer .button.alt
		{
			box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 1px 0px rgba(255,255,255,0.25);
		}

		#footer ul.divided li,
		#footer ul.menu li
		{
			border-color: #444;
			border-color: rgba(255,255,255,0.075);
		}

			#footer ul.divided li a
			{
				text-decoration: none;
			}

		#footer ul.menu
		{
			margin: 0;
		}

		#footer dl.contact dt
		{
			color: #ddd;
		}

	#copyright
	{
		border-top: solid 1px;
		border-color: #444;
		border-color: rgba(255,255,255,0.075);
		text-align: center;
		margin-top: 2em;
		padding: 1em 0 0em 0;
		color: inherit;
	}

		#copyright a
		{
			color: inherit;
		}

/* PRINT STYLES FOLLOW */

    @media print {
      /* RULES FOR ANY PRINT PAGE*/
      @page {
        margin:0.75in;
      }
      html {

      }
      body {
        background-color:white;
        background-image:none;
        min-width:0 !important;
      }

      /* don't use minimum sizing!! breaks Chrome */
      .container {
        width: auto;
        font-size:8pt;
        line-height:1.4em;
        }


      .null,
      div#header-wrapper,
      #footer-wrapper,
      .goto_nav,
      #skel-layers-inactiveWrapper,
      #skel-layers-activeWrapper{
        display:none;
      }

      div#main-wrapper > div.wrapper:first-child:before {
        font-size: 10pt;
        font-family: Helvetica, sans-serif;
        display:block;
        padding-bottom:1em;
        line-height:12pt;
        color:red;
        content: "Printed from PRESIDENTIAL RECORDINGS DIGITAL EDITION, prde.upress.virginia.edu. Copyright 2014 by the Rector and Visitors of the University of Virginia. All rights reserved.";
      }

      div#main-wrapper > div.wrapper {
        padding-top:0;
      }

      div#content p {
        font-family:arial, helvetica, sans-serif;
        font-size:11pt;
        line-height:13pt;
      }

      /* RULES FOR CONVERSATION PAGE */

      /* Following is temporary solution for suppressing Sticky Player player.
         Relies on the fact that at the moment its divs are direct children
         of <html>.
      */

      html > div  {
        display:none;
      }

      header.major {
        padding-bottom:0;
      }
      div.metadata {
        padding-bottom:1.5em;
      }
      span.metadata-label, span.metadata-value {
        font-size:10pt;
      }
      .bubblehead {
       	border-radius: 15px;
       	margin-right: 8px;
       	height: 75px;
       	padding: 5px;
      }


      /* adjust vertical spacing*/
      .conversation div.wrapper
      {
        padding-top:0 !important;
        padding-bottom:0 !important;
        }
      .conversation div.wrapper.style1 {
        background-image:none;
        padding-top:0 !important;
        padding-bottom:0 !important;
      }
      .row.quarter > * {
        padding-top:0 !important; padding-bottom:0 !important;
      }

      /* show notes*/
      span.fa {display:none;}
      span.rend-footnote:before { content: "{Note: "; font-style:italic;}
      span.rend-footnote:after { content: "}"; font-style:italic;}
      span.rend-footnote {
        display: inline !important;
        font: 8pt sans-serif !important;
        color:black;
       }

      /* following are elements to suppress */
      .conversation div#header-wrapper,
      .conversation p#NextPreviousButtons,
      .conversation ul#playlists,
      .conversation ul#playlist1
       {
        display:none;
      }
      /* END RULES FOR CONVERSATION PAGE */
    }

 /* END PRINT STYLES */
