/* @group Colours */

.s {
	color: #000;
	background-color: #e6f0ff;
}

/* s-colours ffffff, d9e6ff, b3ccff, CB3FF, 6699ff e6f0ff */

.p {
	color: #000;
	background-color: #fffedd;
}

/* p-colours ffffff, fff2bf, ffe680, FFD940, ffcc00 */

.d {
	color: #000;
	background-color: #fee;
}

/* d-colours ffffff, ffcccc, ff9999, ff6666, ff3333 */

.f {
	color: #000;
	background-color: #efe;
}

/* f-colours ffffff, bff2c, 80E699, 40D966, 00cc33 */

.g {
	color: #000;
	background-color: #e3d6f1;
}

.z {
	color: #000;
	background-color: #eee;
}

.v {
	color: #000;
	background-color: #fff;
}

.navpanel-s {
	color: #000;
	background-color: #cdf;
}

/* s-colours ffffff, d9e6ff, b3ccff, CB3FF, 6699ff */

.navpanel-p {
	color: #000;
	background-color: #ffeeaa;
}

/* p-colours ffffff, FFF2BF, ffe680, FFD940, ffcc00 */

.navpanel-d {
	color: #000;
	background-color: #ffcccc;
}

/* d-colours ffffff, ffcccc, ff9999, ff6666, ff3333 */

.navpanel-f {
	color: #000;
	background-color: #bff2cc;
}

/* d-colours ffffff, BFF2CC, 80E699, 40D966, 00cc33 */

.navpanel-g {
	color: #000;
	background-color: #e4c9ff;
}

.navpanel-z {
	color: #000;
	background-color: #eee;
}

.navpanel-v {
	color: #000000;
	background-color: #ffffff;
}

.text_s>a {
    color: #06c;
	font-weight: bold;
}

.text_p>a {
    color: #fb0;
	font-weight: bold;
}

.text_d>a {
    color: #c00;
	font-weight: bold;
}

.text_f>a {
    color: #070;
	font-weight: bold;
}


/* @end */





/* @group Headings */

h1 {
	vertical-align: bottom;
	line-height: 1.4em;
	font-size: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

h2 {
	font-size: 1.5em;
	clear: both;
	margin-bottom: 0.2em;
	margin-top: 1.5em;
}

h3 {
	font-size: 1.1em;
	clear: both;
	margin-bottom: 0.2em;
	margin-top: 1.0em;
}

h1.s, h2.s, h3.s {
	color: #06c;
	background-color: #fff;
}

h1.p, h2.p, h3.p {
	color: #fb0;
	background-color: #fff;
}

h1.d, h2.d, h3.d {
	color: #c00;
	background-color: #fff;
}

h1.f, h2.f, h3.f {
	color: #070;
	background-color: #fff;
}

h1.g, h2.g, h3.g {
	color: #942092;
	background-color: #fff;
}


h1.z, h2.z, h3.z {
	color: #666;
	background-color: #fff;
}

/* @end */

/* @group Adjacent Element Panel */


#NavigationPanel {
	margin-bottom: 6px;
	padding: 0;
	margin-top: 4px;
	margin-left: 0;
}

#NavigationPanel table {
	width: 100%;
}

#NavigationPanel th {
	width: 33.3%;
	text-align: center;
	border: thin solid silver;
	font-weight: normal;
	padding: 0;
	line-height: 1.9em;
	font-style: normal;
	margin: 1px;
}

/* @end */



/* @group Key facts table */

#facts_table {
	width: 100%;
}

.ul_facts_table {
	margin-top: 0;
	padding-top: 0;
	margin-left: 18px;
	padding-left: 0;
	list-style-type: circle;
	padding: 0;
}

.ul_facts_table_td {
	vertical-align: top;
}

/* @end */

/* @group Element_Panel */

#element_panel {
	text-align: right;
	display: inline-block;
	width: 100%;
}

#element_panel.s {
	color: #06c;
	background-color: white;
}

#element_panel.p {
	color: #fb0;
	background-color: white;
}

#element_panel.d {
	color: #c00;
	background-color: white;
}

#element_panel.f {
	color: #070;
	background-color: white;
}


.element_panel_name {
	text-align: center;
	font-size: 0.8em;
}

.element_panel_symbol {
	text-align: center;
	font-size: 5em;
}

.element_panel_symbol_sub {
	font-size: 0.45em;
	text-align: center;
}

.element_panel_atomic_weight {
	text-align: center;
	font-size: 1.2em;
}

/* @end */


/* @group Data formatting */

.width100 {
	width: 100%;
}

.width129px {
	width: 129px;
}


.centre {
	text-align: center;
}

.teaser {
	float: none;
}

caption {
	text-align: left;
	font-size: 0.95em;
	color: #222;
	margin-top: 3px;
	margin-bottom: 1px;
	font-weight: bold;
	text-indent: 0em;
}

.equation {
	text-align: center;
	color: #222;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	text-indent: 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

.chemistry_data {
	width: 100%;
	border-bottom: 2px solid #4c4c4c;
	border-top: 2px solid #4c4c4c;
	margin: 0 0 1em;
	padding: 0;
	clear: both;
	font-size: 0.9em;
}

table.chemistry_data th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

/* @end */


/* @group spark_table_list */

ul.spark_table_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.spark_table_list li {
	list-style: none;
	margin-top: 3px;
}

ul.spark_table_list li img {
	margin-right: 6px;
}
/* @end */

/* @group AddressBar */

#AddressBar {
	color: #4c4c4c;
	background-color: #fff;
	text-align: center;
	background-image: none;
	font-size: 0.85em;
	font-weight: normal;
	font-style: normal;
	padding-top: 1em;
	clear: both;
}

#AddressBar p {
	color: #333;
	margin: 2px;
	font-weight: bold;
}

#AddressBar address {
	text-decoration: none;
	font-style: italic;
}

address {
	font-size: 0.85em;
	font-style: italic;
}

/* @end */



/* @group FlagBlock */

#FlagBlock {
	line-height: 2em;
	font-size: 0.85em;
	background-color: #fff;
	margin: 0;
	height: 12px;
	padding: 0 0 9px;
}

#FlagBlock ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#FlagBlock li {
	color: #333333;
	display: inline;
}

#flags {
	font-size: 0.85em;
	background-color: #fff;
	height: 12px;
	width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
	border: thin solid silver;
}

/* @end */

/* @group Flags */

.flag_uk {
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20160305005358im_%2Fhttp%3A%2F%2Fwww.webelements.com%2F_support%2Fsprites%2Fflags.png);
	background-position: 0px 0px;
	width: 32px;
	display: inline-block;
	margin-left: 1px;
	margin-top: 1px;
}

.flag_fr {
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20160305005358im_%2Fhttp%3A%2F%2Fwww.webelements.com%2F_support%2Fsprites%2Fflags.png);
	background-position: 0px -20px;
	width: 32px;
	display: inline-block;
	margin-left: 1px;
	margin-top: 1px;
}

.flag_de {
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20160305005358im_%2Fhttp%3A%2F%2Fwww.webelements.com%2F_support%2Fsprites%2Fflags.png);
	background-position: 0px -40px;
	width: 32px;
	display: inline-block;
	margin-left: 1px;
		margin-top: 1px;
}

.flag_nl {
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20160305005358im_%2Fhttp%3A%2F%2Fwww.webelements.com%2F_support%2Fsprites%2Fflags.png);
	background-position: 0px -60px;
	width: 32px;
	display: inline-block;
	margin-left: 1px;
		margin-top: 1px;
}

.flag_it {
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20160305005358im_%2Fhttp%3A%2F%2Fwww.webelements.com%2F_support%2Fsprites%2Fflags.png);
	background-position: 0px -80px;
	width: 32px;
	display: inline-block;
	margin-left: 1px;
		margin-top: 1px;
}

.flag_es {
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20160305005358im_%2Fhttp%3A%2F%2Fwww.webelements.com%2F_support%2Fsprites%2Fflags.png);
	background-position: 0px -100px;
	width: 32px;
	display: inline-block;
	margin-left: 1px;
		margin-top: 1px;
}

.flag_se {
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20160305005358im_%2Fhttp%3A%2F%2Fwww.webelements.com%2F_support%2Fsprites%2Fflags.png);
	background-position: 0px -120px;
	width: 32px;
	display: inline-block;
	margin-left: 1px;
		margin-top: 1px;
}

.flag_pt {
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20160305005358im_%2Fhttp%3A%2F%2Fwww.webelements.com%2F_support%2Fsprites%2Fflags.png);
	background-position: 0px -140px;
	width: 32px;
	display: inline-block;
	margin-left: 1px;
		margin-top: 1px;
}

/* @end */

/* @group Bootstrap mods */

.nav>li>a {
    padding: 10px 6px;
	border: thin solid #eee;
	color: #337ab7;
}

.nav>li>ul>li>a {
    padding: 10px 6px;
	border: thin solid #eee;
}

.well {
    min-height: 20px;
    padding: 19px 6px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.navbar-brand>img {
    display: inline;
}

.img-responsive {
	display: inline-block;
}

#pertable .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
.table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top-style: none;
    /* border-top: 1px solid #fff; */
}

#pertable .table>thead>tr>th {
    vertical-align: bottom;
    /* border-bottom: 2px solid #fff; */
    border-top-style: none;
	border-bottom-style: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #000
}
/* @end */

.aw {
	color: #f33;
}

.canvas_plot {
	border: thin solid #c0c0c0;
}

.jsmol-centre {
	text-align: center;
}

body {
	margin-top: 65px; /* Navbar fixed top */
}
			
.navbar-toggle.pull-left {
	margin-left: 15px;
}
			
.navbar-brand>img {
	display: inline;
}

.wh {
	color: #fff;
}

/* @group Google */

.sponsorpanel360 {
	padding-top: 0;
	vertical-align: top;
	text-align: left;
	width: 360px;
	float: left;
	margin: 0 3px 3px;
}

#searchbox {
	text-align: center;
	margin: 3px;
}

.sponsorpanel300 {
	padding-top: 0;
	vertical-align: top;
	text-align: left;
	width: 300px;
	float: left;
	padding-right: 3px;
	margin: 3px 6px 3px 3px;
}

.adsense300 {
	padding-top: 0;
	vertical-align: top;
	text-align: left;
	width: 300px;
	float: left;
	padding-right: 3px;
	margin: 3px 6px 3px 3px;
}

.adsense_responsive {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}


.sponsorpanel300c {
	padding-top: 0;
	vertical-align: top;
	text-align: left;
	width: 300px;
	float: none;
	padding-right: 3px;
	margin: 3px 6px 3px 3px;
}


.sponsorpanel336 {
	padding-top: 0;
	vertical-align: top;
	text-align: left;
	max-width: 336px;
	float: left;
	padding-right: 3px;
	margin: 3px 6px 3px 3px;
}

.sponsorpanel336c {
	padding-top: 0;
	vertical-align: top;
	text-align: center;
	padding-right: 3px;
	margin: 3px 6px 3px 3px;
}


.sponsorpanel300right {
	padding-top: 0;
	vertical-align: top;
	text-align: left;
	width: 300px;
	float: right;
	padding-left: 3px;
	margin: 3px 3px 3px 6px;
}

#chemistry .sponsorpanel {
	vertical-align: top;
	text-align: left;
	float: right;
	padding: 3px;
}

.google_navbar_positioning {
	margin-top: 12px;
	margin-left: 24px;
	text-align: right;
	display: inline-block;
	float: right;
	padding-right: 6px;
}

.google-positioning {
	margin-top: 12px;
	margin-left: 24px;
}



/* @end */


/* @group Footer */

.footer {
	background-color: #eee;
}

ul, .footer {
	list-style-type: none;
}
/* @end */




/* @group Periodic Table */

caption.periodic_table_caption {
	background-color: #fff;
	font-size: 1.1em;
	text-align: center;
	border-style: none;
	font-weight: normal;
	font-style: normal;
}

#pertable {
	background-color: #fff;
	font-size: 1.1em;
	text-align: center;
	border-style: none;
	position: relative;
	/* width: 96%;
	right: 2%;
	left: 2%;
	margin: 1px; */
}

#pertable th {
	padding: 1px;
	text-align: center;
	font-size: 1em;
}

#pertable .lbl {
	color: #cc3300;
	background-color: #fff;
	/* border: 1px solid #aaaaaa; */
	font-size: 0.8em;
	vertical-align: middle;
}



#pertable .asterisk {
	color: #cc3300;
	font-size: 0.8em;
	vertical-align: middle;
	border-style: none;
}

#pertable .w5 {
	color: #cc3300;
	background-color: #fff;
	width: 5.1%;
	/* border: 1px solid #aaaaaa; */
	font-size: 0.8em;
	text-align: center;
}

#pertable .w2 {
	color: #cc3300;
	background-color: #fff;
	width: 2%;
	text-align: center;
	font-size: 0.8em;
}

#pertable .w8 {
	color: #cc3300;
	background-color: #fff;
	width: 6.2%;
	/* border: 1px solid #aaaaaa; */
	font-size: 0.8em;
	text-align: center;
}

.at_num {
	font-size: 0.75em;
	padding: 0;
	margin: 1px 0 0;
	line-height: 1em;
}

.sym {
	font-size: 1.1em;
	padding: 0;
	line-height: 1.1em;
	margin: 0;
	font-weight: bold;
	border-style: none;
}

a.sym:link {
	color: #10059f;
}

a.sym:visited {
	color: #7e0b80;
	text-decoration: none;
}

a.sym:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: transparent;
}

a.sym:active {
	color: #dd99ff;
	background-color: transparent;
}

.at_wt {
	font-size: 0.6em;
	padding: 0;
	line-height: 1em;
	margin: 2px 0 1px;
}

.name {
	font-size: 0.5em;
	padding: 0;
	line-height: 1em;
	margin: 2px 0 1px;
}

.x {
	color: #333333;
	background-color: #666666;
	border: 1px solid #009900;
	text-align: center;
}

.unknown {
	color: #999999;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
}

.xs {
	color: #333333;
	background-color: #6699ff;
	border: 1px solid #336699;
	text-align: center;
}

.xp {
	color: #333333;
	background-color: #ffcc00;
	border: 1px solid #cc9900;
	text-align: center;
}

.xd {
	color: #333333;
	background-color: #ff9999;
	border: 1px solid #cc6666;
	text-align: center;
}

.xf {
	color: #333333;
	background-color: #00cc33;
	border: 1px solid #009900;
	text-align: center;
}

.xg {
	color: #333333;
	background-color: #cc33ff;
	border: 1px solid #9900cc;
	text-align: center;
}

.xz {
	color: #333333;
	background-color: #cccccc;
	border: 1px solid #666666;
	text-align: center;
}

#pertable small {
	font-size: 0.7em;
}

/* @end */

.clear {
	clear: both;
}

.logo_m {
	height: 30px;
}

.logo_s {
	height:15px;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}

/*
     FILE ARCHIVED ON 00:53:58 Mar 05, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:35:41 Dec 01, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.64
  exclusion.robots: 0.049
  exclusion.robots.policy: 0.039
  esindex: 0.01
  cdx.remote: 41.557
  LoadShardBlock: 194.981 (3)
  PetaboxLoader3.resolve: 209.799 (3)
  PetaboxLoader3.datanode: 157.506 (4)
  load_resource: 231.845
*/