/*  Power CSS Stylesheet  */

#picture-text {
	position: relative;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 30px;
	}
.text-block {
	position: absolute;
	top: 40px;
	left: 30px;
	background-color: black;
	color: white;
	}
.limit {
	position: relative;
	display: inline;
	color: darkblue;
	border-bottom: thin dotted darkblue;
	}
.limit .limit-text {
	visibility: hidden;
	position: absolute;
	width: 400px;
	top: 200%;
	left: 50%;
	margin-left: -200px;
	background-color: lightblue;
	color: black;
	text-indent: 0;
	text-align: left;
	font-weight: normal;
	line-height: 0.5em;
	padding: 20px 50px;
	border-radius: 6px;
	z-index: 1;
	}
.limit:hover .limit-text {
	visibility: visible;
	}
#higgs, #higgs1, #higga2, #higgs3, #higgs4, #higgs5, #higgs6 {
	width: 910px;
	padding-right: 10px;
	font-family: "Times New Roman", serif;
	font-size: 1.0em;
	line-height: 1.2em;	
	}
#higgs-graft {
	width: 410px;
	height: 290px;
	background-color: azure;
	border: thin blue solid;
	margin-top: 0px;
	margin-left:40px;
	padding-bottom: 20px;
	float: right;
	}
#higgs-text {
	width: 460px;
	font-family: "Times New Roman", serif;
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 0 10px;
	float: left;
	}
#higgs1 ul {
	font-size: 1.0em;
	line-height: 1.0em;
	list-style-position: inside;
	list-style-type: decimal;
	}
#higgs1 ul ul {
	list-style-type: disc;
	padding-left: 30px;
	}
#light-speed {
	width: 720px;
	height: 380px;
	background-color: black;
	}
#milky-way{
	width: 480px;
	background-color: darkslategray;
	padding-bottom: 10px;
	float: left;
	}
#star-gazer {
	width: 410px;
	font-family: "Times New Roman", serif;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: justify;
	padding-left: 20px;
	float: left;
	}
#standard {
	width: 480px;
	padding: 0 10px 10px 10px;
	float: left;
	}
#hyperspace {
	width: 430px;
	font-family: "Times New Roman", serif;
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 0 0 10px 0;
	float: left;
	}
#standard table {
	border: solid 3px black;
	border-collapse: collapse;
	background-color: aliceblue;
	}
#standard caption {
	text-align: left;
	font-size: 1.0em;
	padding: 0 0 5px 5px;
	}
.model td {
	width: 4.5em;
	height: 4em;
	border: solid 2px white;
	font-family: "Times New Roman", serif;
	text-align: center;
	}
.model th {
	width: 4.5em;
	height: 2em;
	border: solid 2px white;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 1em;
	text-align: center;
	}
#survey {
	width: 240px;
	padding: 0 20px;
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	}
#survey table {
	border: solid 2px black;
	border-collapse: collapse;
	background: aliceblue;
	}
#survey caption {
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
	padding-bottom: 5px;
	}
#flood {
	width: 930px;
	padding: 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	}
#flood table {
	border: solid 2px black;
	background: cornsilk;
	border-collapse: collapse;
	}
#flood caption {
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 5px;
	}
.deluge th {
	border: solid 1px black;
	text-align: center;
	font-size: 0.8em;
	Padding: 10px;
	}
.deluge td {
	border: solid 1px black;
	text-align: left;
	font-size: 0.8em;
	padding: 10px;
	}
#tyson {
	width: 630px;
	padding: 0 10px;
	font-family: "Times New Roman", serif;
	font-size: 1.0em;
	line-height: 1.2em;
	float: left;
	}
.survey-poll th {
	border: solid 2px black;
	text-align: center;
	font-size: 1em;
	Padding: 10px 20px;
	}
.survey-poll td {
	border: solid 2px black;
	text-align: left;
	font-size: 1em;
	padding: 10px 20px;
	}
.quark {
	background-color: plum;
	}
.lepton {
	background-color: palegreen;
	}
.boson {
	background-color: lightpink;
	}
.higgs-color {
	background-color: yellow;
	}
.content-heading {
	font-weight: bold;
	text-indent: 1em;
	color: darkcyan;
	padding: 1em 0 0.2em 0;
	}
.list-caption {
	color: darkslategray;
	font-weight: 500;
	padding-left: 10px;
	}
.shift {
	padding: 0 0 0.5em 3em;
	}			
.super {
	vertical-align: super;
	font-size: 0.7em;
	}
.enlarger {
	font-weight: bold;
	font-size: 1.2em;
	}
.higher {
	font-size: 2em;
	font-weight: bold;
	}
.lower {
	font-size: 1em;
	font-weight: normal;
	}
.less-bold {
	color: darkslategray;
	font-weight: 600;
	}
