body{
background-color: white; /* #fff8eb; */	
background: url("/halftone.png") ;
}
header#topmost{
position: fixed;
background-color: rgb(70, 70, 134);
top: 0px;
left: 0px;
width: 100%;
padding: 15px;
font-size: 1.5em;
color: whitesmoke;
z-index: 1000;
}
header#topmost a {
color: white;
}
header#topmost span{
font-size: 0.8em;
}
header form{
display: inline;	
}
header input{
width: 300px;
height: 21px;
position: fixed;
right: 30px;
font-size: 0.8em;
padding: 3px 7px;
}
div#searchResults{
position: fixed;
z-index: 1001;
background-color: white;
right: 30px;
top: 50px;
width: 317px;
font-size: 1em;
display: none;
}
div#topsecond{
position: fixed;
height: 20px;
top: 58px;
width: 100%;
z-index: 1000;
background-color: rgb(245, 240, 237); /* #fff8eb; */
}
div#toc {
display: none;
}
div#space{
height: 90px;
}
article header{
position: fixed;
width: calc(100% - 310px);
background-color: #ABCDFA;
z-index: 999;
font-size: 1.1em;
font-family: 'Merriweather', serif;
font-style: italic;
box-shadow: 0 12px 8px -5px gray;
padding: 0px 15px;
left: 250px;
top: 78px;
padding-bottom: 8px;
letter-spacing: 1px;
cursor: pointer;
border-radius: 10px;
padding-top: 10px;
}
article header a{
margin: 15px;
font-size: 0.9em;
}
span#langChange{
float: right;
position: relative;
top: 7px;
cursor: pointer;
background-color: white;
color: black;
padding: 5px;
border-radius: 5px;
}
span#langChange:hover {
background-color: black;
color: white;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Merriweather', serif;
font-style: italic;
}
h1{
font-size: 2em;
font-weight: bold;
border-bottom: none;
display: inline;
}
h2{
font-size: 1.7em;
background-color: rgb(215, 223, 231);
padding-left: 15px;
padding-top: 10px;
margin-top: 20px;
}
nav{
width: 230px;
position: fixed;
top:0px;
left: 0px;
margin: 10px;
margin-top: 77px;
font-family: 'Merriweather', serif;
font-size: 0.9em;
height: calc( 100% - 85px );
overflow-y: auto;
}

article{
margin: 20px;
padding-left: 240px;
padding-top: 60px;
padding-right: 20px;
font-family: 'Neuton', serif;
}

article p {
font-size: 1.2em;
}

nav ul {
list-style-image: none;
list-style-type: none;
margin-left: 0px;
margin-top: 0px;
}

span.tocnumber {
display: none;
}

nav ul ul {
position: absolute;
left: 225px;
top: -4px;
display: none;
margin-left: 0px;
margin-top: 0px;
border: 1px solid gray;
}

nav ul ul ul, ul ul ul ul{
display: none;	
}

nav ul li{
position: relative;
background-color: rgb(215, 223, 231);
cursor: pointer;
padding: 10px 10px;
margin: 3px 0px;
color: #0645ad;
}

nav ul li[scrollto="ArticleSummary"]{
background-color: rgb(6, 69, 173);
color: white;
}
/*
nav ul li:hover{
background-color: gainsboro !important;
color: black !important;
}
*/
nav ul li:hover a{
color: white !important;
}

nav ul.selected{
display: inline-table;
}

table.infobox{
background-color: #fee2b6;
border-radius: 10px;
border-collapse: initial !important;
box-shadow: 0 0 10px gray;
margin-left: 2em;
margin-top: 0;
}
.infobox.geography td, .infobox.geography th{
border-top: none !important;
}


table.vertical-navbox, table.navbox{
border-radius: 5px;
background-color: #fee2b6 !important;
box-shadow: 0 0 5px gray;
}


div.thumbinner{
border-radius: 5px;
background-color: #fee2b6;
box-shadow: 0 0 5px gray;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
background-color: #fee2b6;
}

table.wikitable{
box-shadow: 0 0 10px gray;
}

table.metadata {
margin-bottom: 30px;
}

table.infobox caption {
margin-bottom: 10px;
font-family: 'Merriweather', serif;
margin-top: 10px;
}

span.mw-editsection {
display: none;
}

div#disqus_thread{
display: flex;
margin-top: 25px;
min-height: 325px;
}
div.oneResult {
padding: 5px 10px;
background-color: darkseagreen;
margin: 3px 3px;
cursor: pointer;
}
div.oneResult:hover{
background-color: gainsboro !important;
}







div#positiveDIV{
display: table;
}
h3#attitude{
display: inline-block;
padding: 10px 30px;
background-color: gainsboro;
border-radius: 10px;
color: black;
position: relative;
left: calc( ( 100% - 380px ) / 2 );
top: 30px;
z-index: 2;
font-size: 1em;
}
h3#attitude span#pos{
color: green;
}
h3#attitude span#neg{
color: rgb(190, 1, 1);
}
div#positive{
position: relative;
margin-bottom: 20px;
border: 2px solid gray;
border-radius: 10px;
padding: 20px;
padding-top: 40px;
background-color: rgb(255, 255, 255);
}
div#positiveTop {
text-align: center;
font-size: 1.7em;
padding: 0 20px;
padding-right: 45px;
margin-bottom: 20px;
}
div#positiveTop span#text {
margin-right: 15px;
position: relative;
top: -4px;
font-size: 1.2em;
}
div#positiveTop span#textPositive {
font-style: italic;
}
div#positiveTop span#PScore {
margin-left: 5px;
position: relative;
top: 7px;
margin-right: 15px;
cursor: default;
display: inline-block;
min-width: 90px;
max-width: 90px;
border-bottom: 2px solid gainsboro;
font-size: 1.3em;
height: 30px;
line-height: 23px;
margin-bottom: 10px;
padding-right: 10px;
padding-bottom: 5px;
}
span#average{
font-size: 0.6em;
display: block;
position: relative;
left: -7px;
top: 7px;
}
div#positiveTop span#Ptitle {
font-style: italic;
border-bottom: 3px solid;
font-weight: bold;
}
div#agreeDIV {
display: inline-block;
position: relative;
width: 25px;
left: -12px;
height: 13px;
top: 22px;
-webkit-transform: scale(1.2);
-webkit-transition: -webkit-transform .1s ease-in-out;
-moz-transform: scale(1.2);
-moz-transition: -moz-transform .1s ease-in-out;
transform: scale(1.2);
}
div#tooltipAgree {
position: absolute;
background-color: yellow;
padding: 5px 10px;
border: 1px solid gainsboro;
top: -50px;
left: -90px;
width: 200px;
font-size: 0.7em;
display: none;
z-index: 3;
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
transform: scale(0.85);
}
div#disagreeDIV {
display: inline-block;
position: relative;
width: 25px;
left: -12px;
height: 1px;
top: 22px;
-webkit-transform: scale(1.2);
-webkit-transition: -webkit-transform .1s ease-in-out;
-moz-transform: scale(1.2);
-moz-transition: -moz-transform .1s ease-in-out;
transform: scale(1.2);
}
div#agreeDIV:hover, div#disagreeDIV:hover {
-webkit-transform: scale(1.3) !important;
-moz-transform: scale(1.3) !important;
transform: scale(1.3) !important;
}
div#tooltipDisagree {
position: absolute;
background-color: yellow;
padding: 5px 10px;
border: 1px solid gainsboro;
top: -50px;
left: -95px;
width: 200px;
font-size: 0.7em;
display: none;
z-index: 3;
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
transform: scale(0.85);
}
span#agree, span#agreeBelow {
color: green;
border-radius: 52px;
border: 1px solid gray;
font-size: 1.5em;
padding: 0px 4px;
background-color: white;
cursor: pointer;
position: absolute;
left: -11px;
top: -6px;
}
span#agreeBelow{
color: white;
background-color: green;
opacity: 0.2;
}
span.agreeHalf {
background-color: green !important;
color: white !important;
clip: rect( 23px 100px 100px -15px);
box-shadow: 0 0 15px green;
}
span.agreeFull {
background-color: green !important;
color: white !important;
box-shadow: 0 0 15px green;
}
span#agreeClick {
padding: 8px 13px;
position: relative;
left: -10px;
cursor: pointer;
top: -5px;
border-radius: 35px;
display: inline-block;
width: 18px;
height: 31px;
}
span#agreeClick:hover {
box-shadow: 0 0 20px green;
left: -10px;
padding: 8px 13px;
top: -6px;
}
span#disagree, span#disagreeBelow {
color: red;
border-radius: 52px;
border: 1px solid gray;
font-size: 1.5em;
padding: 0px 4px;
background-color: white;
cursor: pointer;
position: absolute;
left: 5px;
top: -6px;
}
span#disagreeBelow{
color: white;
background-color: red;
opacity: 0.2;
}
span.disagreeHalf {
background-color: red !important;
color: white !important;
clip: rect( 23px 100px 100px -15px);
box-shadow: 0 0 15px red;
}
span.disagreeFull {
background-color: red !important;
color: white !important;
box-shadow: 0 0 15px red;
}
span#disagreeClick {
padding: 8px 13px;
position: relative;
left: 6px;
cursor: pointer;
top: -6px;
border-radius: 35px;
display: inline-block;
width: 18px;
height: 31px;
}
span#disagreeClick:hover {
box-shadow: 0 0 20px red;
}
div#positiveNegativePercent {
height: 20px;
background-color: gainsboro;
border: 2px solid gainsboro;
display: inline-block;
width: 100%;
}
div#PM1 {
height: 20px;
background-color: rgb(247, 73, 73);
width: 0;
float: left;
color: rgb(0, 0, 0);
text-align: center;
max-height: 20px;
overflow: hidden;
transition: width 1s;
}
div#PM05 {
height: 20px;
background-color: rgb(245, 186, 186);
float: left;
width: 0;
border-right: 3px solid white;
color: rgb(0, 0, 0);
text-align: center;
max-height: 20px;
overflow: hidden;
transition: width 1s;
}
div#PP05 {
height: 20px;
background-color: rgb(186, 245, 205);
float: left;
width: 0;
border-right: 3px solid white;
color: rgb(0, 0, 0);
text-align: center;
max-height: 20px;
overflow: hidden;
transition: width 1s;
}
div#PP1 {
height: 20px;
background-color: rgb(0, 253, 20);
float: left;
width: 0;
color: rgb(0, 0, 0);
border-right: 3px solid white;
text-align: center;
max-height: 20px;
overflow: hidden;
transition: width 1s;
}

div#tagSearch {
clear: left;
text-align: center;
top: 20px;
position: relative;
display: none;
}
div#tagSearch input {
height: 30px;
width: 225px;
}

div#tags{
display: list-item;
list-style-type: none;
list-style: none;
margin-left: -10px;
margin-top: 10px;
}
div.tagDIV{
float: left;
padding: 7px;
background-color: white;
margin-left: 12px;
margin-bottom: 24px;
border: 1px solid gray;
border-radius: 10px;
}
div.tag{
padding: 0 5px;
}
span.tagName {
position: relative;
top: -3px;
margin-right: 7px;
font-size: 1.8em;
text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white;
}
span.tagAgree, span.tagAgreeBelow {
color: green;
border-radius: 52px;
border: 1px solid gray;
font-size: 1.3em;
padding: 2px 4px;
background-color: white;
cursor: pointer;
position: absolute;
left: 0px;
top: -10px;
}
span.tagAgreeBelow {
color: white;
background-color: green;
opacity: 0.15;
}
span.tagAgreeHalf {
background-color: green !important;
color: white !important;
clip: rect( 14px 100px 100px -15px);
}
span.tagAgreeFull {
background-color: green !important;
color: white !important;
}
span.tagAgreeClick {
position: absolute;
left: 0px;
top: -10px;
width: 28px;
height: 28px;
cursor: pointer;
}
span.tagDisagree, span.tagDisagreeBelow{
color: red;
border-radius: 52px;
border: 1px solid gray;
font-size: 1.4em;
padding: 1px 5px;
background-color: white;
cursor: pointer;
position: absolute;
left: -24px;
top: -8px;
}
span.tagDisagreeBelow {
color: white;
background-color: red;
opacity: 0.15;
}
span.tagDisagreeHalf {
background-color: red !important;
color: white !important;
clip: rect( 14px 100px 100px -15px);
}
span.tagDisagreeFull {
background-color: red !important;
color: white !important;
}
span.tagDisagreeClick {
position: absolute;
left: -24px;
top: -8px;
width: 28px;
height: 28px;
cursor: pointer;
}
span.tagPScore{
margin-left: 33px;
margin-right: 30px;
font-size: 1.7em;
position: relative;
top: -3px;
text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white;
border-bottom: 1px solid gray;
padding: 0 4px;
}
div.tagPercent {
height: 4px;
background-color: gainsboro;
border: 1px solid gray;
display: none;
}
div#tagTooltip{
position: absolute;
top: 730px;
left: 340px;
display: none;
background-color: yellow;
padding: 10px;
border-radius: 10px;
box-shadow: 0 0 10px gray;
font-size: 1.3em;
text-align: center;
z-index: 1000;
}
.white{
color: white !important;
}
.white2{
color: white !important;
}
.black{
color: black !important;
}
.blue{
background-color: #0645ad !important;
color: white !important;
}
.blue2{
background-color: rgb(215, 223, 231) !important;
color: #0645ad !important;
}
.gray{
background-color: gray !important;
color: white !important;
}
footer{
text-align: center;
margin: 50px auto;
margin-left: 300px;
padding: 40px;
border-radius: 10px;
margin-right: 80px;
z-index: 10000;
position: relative;
background-color: gainsboro;
border: 1px solid gray;
line-height: 2;
}

div.opinion {
background-color: navajowhite;
padding: 20px;
border-radius: 10px;
display: table-cell;
font-size: 1.4em;
margin-top: 20px;
clear: both;
}
div.time {
font-size: 0.8em !important;
text-decoration: underline;
margin-bottom: 10px;
}
div#cloak{
height: 110px;
background-color: gray;
top: 0px;
left: 0px;
text-align: center;
padding-top: 60px;
font-size: 3em;
color: white;
letter-spacing: 5px;
cursor: pointer;
display: none;
clear: both;
position: absolute;
width: calc( 100% - 330px );
opacity: 0.8;
}
div#opinions textarea{
width: calc( 100% - 330px );
padding: 0.5em;
display: block;
float: left;
margin-right: 10px;
margin-bottom: 20px;
font-size: 1.4em;
font-family: 'Neuton', serif;
border-radius: 10px;
box-shadow: 0 0 10px gray;
}
div#recaptcha_widget_div {
float: left;
}
div#opinions form{
position: relative;
display: flex;
}
div#opinions button {
margin-top: 10px;
height: 30px;
position: absolute;
right: 5px;
top: 125px;
width: 315px;
cursor: pointer;
}
div#reviewing {
color: red;
margin-bottom: 10px;
text-align: center;
}
div#ADS{
text-align: center;
margin-top: 40px;
display: flex;
margin-bottom: 40px;
}
span.inactivate{
cursor: pointer;
font-family: 'Neuton', serif;
display: none;
}
span.inactivate:hover {
text-decoration: underline;
}
nav h3 {
padding: 0 0px;
text-align: center;
font-size: 1.28em;
color: white;
height: 30px;
padding-top: 7px;
position: relative;
left: -2px;
background-color: #0645ad;
}
nav div {
margin: 3px;
padding: 10px;
background-color: rgb(215, 223, 231);
max-width: 200px;
overflow: hidden;
}