@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBEur64QvLD-0IbiAdTUNXE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: Typewriter;
    src: url('MonospaceTypewriter.ttf');
}

*:focus {
    outline: none;
}

button {
    padding: 1px 6px;
}

#game {
    border: 2px solid black;
    border-radius: 4px;
    padding: 2px;
    width: 75%;
    overflow: hidden;
    margin: auto;
    text-align: left
}

#TTbuttons {
    font-family: Typewriter;
}

#news {
    color: #000000;
    /*transition: transform 1s;*/
    position: relative;
    display: inline-block;
    font-family: Typewriter;
    font-size: 15px;
    white-space: nowrap;
    font-weight: bold
}

.challengesbtn {

    width:150px;
    height: 30px;
    color: black;
    background: #F2F2F2;
    font-weight: bold;
    font-family: Typewriter;
    border: 3px solid #127A20;
    cursor: pointer;
    border-radius: 10px;
    font-size: 140%;
    transition-duration: 0.2s;
    margin: auto;
}

.challengesbtn:hover {
    color: #FFF;
    background: #5AC467;
}

.lockedchallengesbtn {
    width:150px;
    height: 30px;
    color: black;
    background: rgb(92, 92, 92);
    font-weight: bold;
    font-family: Typewriter;
    border: 3px solid rgb(136, 29, 29);
    border-radius: 10px;
    font-size: 140%;
    transition-duration: 0.2s;
    margin: auto;
}

.outer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5px;
}

.challengediv {
    display:table;
    text-align:center;
    width:350px;
    height: 105px;
    color: black;
    background: #F2F2F2;
    font-weight: bold;
    font-family: Typewriter;
    border: 2px solid black;
    border-radius: 10px;
    font-size: 80%;
    transition-duration: 0.2s;
    padding: 2px;
    margin: 3px 8px;
    position: relative;
    border-radius: 5px;
}

.infchallengediv {
    display:table;
    text-align:center;
    width:350px;
    height: 105px;
    color: white;
    background: #181818;
    font-weight: bold;
    font-family: Typewriter;
    border: 2px solid black;
    border-radius: 10px;
    font-size: 80%;
    transition-duration: 0.2s;
    padding: 2px;
    margin: 3px 8px;
    position: relative;
    border-radius: 5px;
}

.eterchallengediv {
    display:table;
    text-align:center;
    width: 350px;
    height: 105px;
    color: #b341e0;
    background: black;
    font-weight: bold;
    font-family: Typewriter;
    border: 3px solid #b341e0;
    border-radius: 10px;
    font-size: 80%;
    transition-duration: 0.2s;
    padding: 2px;
    margin: 3px 8px;
    position: relative;
}

.quantumchallengediv {
	display:table;
	text-align:center;
	width: 350px;
	height: 140px;
	color: #32c832;
	background: #0a640a;
	font-weight: bold;
	font-family: Typewriter;
	border: 3px solid #32c832;
	border-radius: 10px;
	font-size: 80%;
	transition-duration: 0.2s;
	padding: 2px;
	margin: 3px 8px;
	position: relative;
}

#pairedchallenges .quantumchallengediv { height: 90px }

.completedchallengesbtn {
  width:150px;
  height: 30px;
  color: #FFF;
  background: #5AC467;
  font-weight: bold;
  font-family: Typewriter;
  border: 3px solid #127A20;
  cursor: pointer;
  border-radius: 10px;
  font-size: 140%;
  transition-duration: 0.2s;
}

.onchallengebtn {
  width:150px;
  height: 30px;
  color: #FFF;
  background: #1F1F1F;
  font-weight: bold;
  font-family: Typewriter;
  border: 3px solid #127A20;
  cursor: pointer;
  border-radius: 10px;
  font-size: 140%;
  transition-duration: 0.2s;
}

#quickReset {
    position: relative;
    z-index: 2;
}

.completedrow {
    background: #007308;
    border: 4px solid #127A20;
    border-radius: 10px;
	color: white
}

.storebtn {
    color: black;
    background: #F2F2F2;
    font-weight: bold;
    font-family: Typewriter;
    border: 1px solid #127A20;
    width: 120px;
    height: 25px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    vertical-align: top;
}

.storebtn:hover {
    color: #FFF;
    background: #5AC467;
}

.infinimultbtn {
    color: #C93A3A;
    background: #1F1F1F;
    font-weight: bold;
    font-size:  10px;
    border: 1px solid #17B3B5;
    width: 190px;
    height: 90px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-family: Typewriter;
}

.infinimultbtn:hover {
    color: #000;
    background: #E0D8E0;
}

.infinistorebtn1 {
    color: white;
    background: #1F1F1F;
    font-weight: bold;
    font-size:  10px;
    border: 1px solid #ED85DF;
    width: 190px;
    height: 90px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-family: Typewriter;
}

.infinistorebtn1:hover {
    color: #000;
    background: #A53B98;
}

.infinistorebtn2 {
    color: white;
    background: #1F1F1F;
    font-weight: bold;
    font-size:  10px;
    border: 1px solid #ED85DF;
    width: 190px;
    height: 90px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-family: Typewriter;
}

.infinistorebtn2:hover {
    color: #000;
    background: #ff3300;
}

.infinistorebtn3 {
    color: white;
    background: #1F1F1F;
    font-weight: bold;
    font-size:  10px;
    border: 1px solid #ED85DF;
    width: 190px;
    height: 90px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-family: Typewriter;
}

.infinistorebtn3:hover {
    color: #000;
    background: #C6D50D;
}

.infinistorebtn4 {
    color: white;
    background: #1F1F1F;
    font-weight: bold;
    font-size:  10px;
    border: 1px solid #ED85DF;
    width: 190px;
    height: 90px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-family: Typewriter;
}

.infinistorebtn4:hover {
    color: #000;
    background: #0CFEC5;
}

.infinistorebtnlocked {
    color: black;
    background: #F7F7F7;
    font-weight: bold;
    font-size:  10px;
    border: 1px solid #ED85DF;
    width: 190px;
    height: 90px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-family: Typewriter;
}

.infinistorebtnlocked:hover {
    color: #000;
    background: white;
}

.infinistorebtnbought {
    color: black;
    background: #5AC467;
    font-weight: bold;
    font-size:  10px;
    border: 1px solid #ED85DF;
    width: 190px;
    height: 90px;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-family: Typewriter;
}

.unavailablebtn {
    color: #000000;
    background: #A3A3A3;
    font-weight: bold;
    font-family: Typewriter;
    border: 1px solid #B84B5F;
    width: 120px;
    height: 25px;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-size: 13px;
    vertical-align: top;
}

.unavailablebtn:hover {
    color: #000000;
    background: #B84B5F;
}

.tabbtn {
    background: #E0E0E0;
    font-weight: bold;
    border: 2px solid #4980CC;
    border-radius: 4px;
    transition-duration: 0.2s;
    cursor: pointer;
}

.tabbtn:hover {
    color: #FFFFFF;
    background: #4980CC;
    font-weight: bold;
    border: 2px solid #4980CC;
    border-radius: 4px;
}

.secondarytabbtn {
    background: #E0E0E0;
    font-weight: bold;
    border: 2px solid #4980CC;
    border-radius: 4px;
    transition-duration: 0.2s;
    cursor: pointer;
    width: 175px;
    height: 25px;
    font-family: Typewriter;
    font-size: 0.8rem;
}

.secondarytabbtn:hover {
    color: #FFFFFF;
    background: #4980CC;
    font-weight: bold;
    border: 2px solid #4980CC;
    border-radius: 4px;
}

.GP {
    right: 75%;
    position: absolute;
    top: 120px;
    font-size: 12px;
    width: 210px;
}

#sacrificebtn, #pSac {
	width: 210px;
	height: 70px;
	font-family: Typewriter;
	font-size: 11px
}

.infpos {
	position: absolute;
	left: 75%;
	top: 40px;
}

.eterpos {
	position: absolute;
	right: 75%;
	top: 40px;
}

.quantumpos {
	position: absolute;
	transform: translate(-50%,0);
	top: 40px;
}

.sacpos {
	position: absolute;
	right: 75%;
	top: 160px;
}

.ghostifyPos {
	position: absolute;
	left: 75%;
	top: 160px;
}

.pSacPos {
	position: absolute;
	transform: translate(-50%,0);
	top: 160px;
}

.postinfcrunch {
    background: #E0E0E0;
    border: 2px solid #4980CC;
    border-radius: 4px;
    transition-duration: 0.2s;
    cursor: pointer;
    position: absolute;
    left: 75%;
    top: 40px;
    width: 210px;
    height: 70px;
    font-family: Typewriter;
    font-size: 11px
}

.postinfcrunch br {
    pointer-events: none;
}

.postinfcrunch b {
    pointer-events: none;
}

.postinfcrunch:hover {
    color: #FFFFFF;
    background: #4980CC;
    border: 2px solid #4980CC;
    border-radius: 4px;
}

#IPmin {
    left: 81.5%;
    position: absolute;
    width: 150px
}

#galaxyPoints2 .GPAmount {
    font-weight: bold;
}

.IP {
    left: 75%;
    position: absolute;
    font-size: 12px;
    width: 210px;
}

.IPAmount2 {
    font-weight: bold;
}

.EP {
    right: 75%;
    position: absolute;
    font-size: 12px;
    width: 210px;
}

.EPAmount2 {
    font-weight: bold;
}

#quickQuantum {
	height:120px;
	text-align:center;
}

.QK {
	position:absolute;
	right:50%;
	transform:translate(105px,0);
	width:210px;
	font-size:12px;
}

.hideEmpty:empty {
   display: none;
}

#quantumbtn {
	cursor: pointer;
	position: absolute;
	transform: translate(-50%, 0);
	top: 40px;
	width: 210px;
	height: 70px;
	border-radius: 4px;
	font-size: 11px
}

.GHP {
	position:absolute;
	left: 75%;
	top: 120px;
	width:210px;
	font-size:12px;
}

.PX {
	position:absolute;
	right:50%;
	top: 120px;
	transform:translate(105px,0);
	width:210px;
	font-size:12px;
}

#bigripbtn, #ghostifybtn {
	cursor: pointer;
	position: absolute;
	left: 75%;
	top: 160px;
	width: 210px;
	height: 70px;
	border-radius: 4px;
	font-size: 11px
}

.pxAmount, #GHPAmount, #quantumedBMAmount {
	font-weight: bold;
}

.dimtechdiv {
	text-align: center;
	width: 280px;
	height: 150px
}

.dimtechdiv button {
	width: 190px;
	height: 100px
}

.respecbtn {
    color: black;
    background: #5AC467;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #ED85DF;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-family: Typewriter;
}

.newdim {
    font-weight: bold;
    border-radius: 4px;
    transition-duration: 0.2s;
    cursor: pointer;
    position: absolute;
    right: 75%;
    top: 40px;
    width: 200px;
    height: 60px;
    font-family: Typewriter;
    color: black;
    background: #F2F2F2;
    border: 1px solid #127A20;
    cursor: pointer;
    z-index: 1;
}



.newdim:hover {
    color: #FFF;
    background: #5AC467;
}


.newdimlocked {
    border-radius: 4px;
    transition-duration: 0.2s;
    position: absolute;
    right: 75%;
    top: 40px;
    width: 200px;
    height: 60px;
    color: #000000;
    background: #A3A3A3;
    font-weight: bold;
    font-family: Typewriter;
    border: 1px solid #B84B5F;
    z-index: 1;
}

.newdimlocked:hover {
    color: #000000;
    background: #B84B5F;
}

.eternitybtn {
    border-radius: 4px;
    transition-duration: 0.2s;
    cursor: pointer;
    position: absolute;
    right: 75%;
    top: 40px;
    width: 210px;
    height: 70px;
    font-family: Typewriter;
    color: #b341e0;
    background: black;
    border: 2px solid #b341e0;
    cursor: pointer;
    font-size: 11px;
}



.eternitybtn:hover {
    color: #511568;
    background: white;
}

#paradoxbtn {
	background: radial-gradient(#7f007f, #ff00ff);
	border: 2px solid #ff00ff;
	color: #ff7fff;
	text-shadow: 0px 0px 3px #000000, 0px 0px 6px #ff00ff;
	font-family: Typewriter;
	font-weight: bold;
	border-radius: 4px;
	transition-duration: 0.2s
}

#paradoxbtn:hover {
	box-shadow: inset 0px 0px 12px 0px #ff00ff;
	text-shadow: 0px 0px 6px #000000, 0px 0px 6px #ff00ff;
	cursor: pointer
}

.pupg {
	background: #7f007f;
	border: 1px solid #ff00ff;
    width: 190px;
    height: 90px;
	color: #ff7fff;
	text-shadow: 0px 0px 3px #000000, 0px 0px 6px #ff00ff;
	font-family: Typewriter;
	font-weight: bold;
    font-size:  10px;
	border-radius: 4px;
	transition-duration: 0.2s
}

.pupg:hover {
	box-shadow: inset 0px 0px 12px 0px #ff00ff;
	text-shadow: 0px 0px 6px #000000, 0px 0px 6px #ff00ff;
	cursor: pointer
}

.pubought {
	background: #ff00ff;
	border: 1px solid #ff7fff;
    width: 190px;
    height: 90px;
	color: #ffffff;
	box-shadow: inset 0px 0px 12px 0px #ffffff;
	text-shadow: 0px 0px 6px #000000, 0px 0px 6px #ff00ff;
	font-family: Typewriter;
	font-weight: bold;
    font-size:  10px;
	border-radius: 4px;
	transition-duration: 0.2s
}

#galaxybtn {
    color: #4169E1;
    background: #000000;
    font-weight: bold;
    border: 2px solid #1E90FF;
    border-radius: 4px;
    transition-duration: 0.2s;
    cursor: pointer;
}

#galaxybtn:hover {
    color: #FFFFFF;
    background: #1E90FF;
    font-weight: bold;
    border: 2px solid #1E90FF;
    border-radius: 4px;
}

.infinitybtn {
    color: #FFFFFF;
    background: #1F1F1F;
    font-weight: bold;
    border: 2px solid #B67F33;
    border-radius: 4px;
    transition-duration: 0.2s;
    cursor: pointer;
}

.infinitybtn:hover {
    color: #000000;
    background: #B67F33;
    font-weight: bold;
    border: 2px solid #B67F33;
    border-radius: 4px;
}

.eternitytabbtn {
    color: #b341e0;
    background: black;
    border: 2px solid #b341e0;
    font-weight: bold;
    border-radius: 4px;
    transition-duration: 0.2s;
    cursor: pointer;
}

.eternitytabbtn:hover {
    color: #511568;
    background: white;
}

.quantumbtn {
    color: #32c832;
    background: #0a640a;
    border: 2px solid #32c832;
    font-family: Typewriter;
    font-weight: bold;
    border-radius: 4px;
    transition-duration: 0.2s;
    cursor: pointer;
}

.quantumbtn:hover {
    background: #32c832;
    color: #0a640a;
}

.ghostifybtn {
	background: linear-gradient(#0c0033, #2e0033);
	box-shadow: inset 0px 0px 24px 0px black;
	border: 2px solid;
	font-family: Typewriter;
	font-weight: bold;
	border-radius: 4px;
	transition-duration: 0.2s;
	animation: ghostifytext 4s linear infinite
}

.ghostifybtn div {
	animation: ghostifytext 4s linear infinite
}

.ghostifybtn:hover {
	box-shadow: inset 0px 0px 12px 0px #420072;
	cursor: pointer
}

.aarexmodsghostifybtn {
	cursor: pointer
}

#galaxyPoints { color: #4169E1 !important; }

.achievement {
	font-size: 10px !important;
	color: #ffffff !important;
	text-shadow: 0px 0px 1px #000000, 0px 0px 1px #000000, 0px 0px 1px #000000
}

.achievementhidden {
    background-image: url("../images/achhidden.png") !important;
    background-color: #555;
    border: 2px solid #000;
    width: 104px;
    height: 104px;
    border-radius: 8px;
    margin: 0px auto;
    text-align: center;
    font-family: TypeWriter;
    color: black;
    font-size: 70%;
    user-select: none;
}

.achievementlocked {
    background: #A3A3A3;
    border: 2px solid #B84B5F;
    width: 104px;
    height: 104px;
    border-radius: 8px;
    margin: 0px auto;
    text-align: center;
    font-family: TypeWriter;
    color: black;
    font-size: 70%;
    user-select: none;
}

.achievementunlocked {
    border: 2px solid #127A20;
    background: #5AC467;
    color: black;
    width: 104px;
    height: 104px;
    border-radius: 8px;
    margin: 0px auto;
    text-align: center;
    font-family: TypeWriter;
    color: black;
    font-size: 70%;
    user-select: none;
}

.achRowInfo {
    width: 104px;
    margin: 0px auto;
    text-align: center
}

.autoBuyerDiv {
    border: solid 1px grey;
    width:230px;
    height:155px;
    text-align:center;
    font-size:100%;
    padding:10px;
    display: none;
    border-radius: 4px;
}

.autobuyerbtn {
      color: white;
      background: #1F1F1F;
      font-weight: bold;
      font-size: 70%;
      border: 1px solid #ED85DF;
      width: 180px;
      height: 35px;
      transition-duration: 0.2s;
      cursor: pointer;
      border-radius: 4px;
      font-family: Typewriter;
}

.autobuyerbtn:hover {
    color: #000000;
    background: #B67F33;
    font-weight: bold;
    border: 2px solid #B67F33;
    border-radius: 4px;
}

.crunchbtn {
    background: #E0E0E0;
    font-weight: bold;
    border: 2px solid #4980CC;
    border-radius: 4px;
    transition-duration: 0.2s;
    cursor: pointer;
    position: relative;
    top: 50%;
    left: 40%;

}

.crunchbtn:hover {
    color: #FFFFFF;
    background: #4980CC;
    font-weight: bold;
    border: 2px solid #4980CC;
    border-radius: 4px;

}

.popup {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
    border: 3px solid black;
    width: 300px;
    height: 120px;
    background-color: #E0E0E0;
    border-radius: 6px;
    text-align:center;
    z-index: 2;
    color: black;
    font-family: Typewriter;
    padding: 10px;
    padding-bottom: 15px;
    display: none;
}

.optionmenu {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 300px;
}

.loadmenu {
	height: 320px;
	width: 610px;
}

.optionmenu div {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px;
}

.loadmenu div { margin: 0px; }

.loadmenu .closebtn, .optionmenu .closebtn {
	width: 30px;
	height: 30px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	position: fixed;
	top: 5px;
	right: 5px;
}

.loadmenu .storebtn, .optionmenu .storebtn {
	margin: 5px;
}

.longbtn {
	width: 257.5px
}

.scrollablemenu {
	display: block !important;
	min-height: 250px;
	height: 250px;
	max-height: 250px;
	overflow-y: auto
}

#saves { width: 100%; }

.notationOptions {
	position: absolute;
	min-height: calc(280px - 4rem);
	height: calc(280px - 4rem);
	max-height: calc(280px - 4rem);
	width: 200px;
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: scroll
}

#welcomeMessage { font-size:12px; }

#footercontainer {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

#footer {
    height: 50px;
    margin: auto;
    text-align:center;
    font-size: 15px;
    font-family: Typewriter;
	display: var(--footer)
}

#footer tr td div {
    pointer-events: all !important;
}

#progress {
    width: 98%;
    background-color: #A3A3A3;
    border-radius: 5px;
    bottom: 35px;
    position: fixed;
    z-index: 1;
    pointer-events: none;
}

#progressbar {
    width: 0%;
    height: 23px;
    background-color: #127A20;
    color: black;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    transition-duration: 0.1s;
}

#progresspercent {
    font-family: Typewriter;
    pointer-events: all !important;
}

.quantumProgress { background: #0a640a !important }
.quantumProgress #progresspercent { color: #32c832 }

.ghostifyProgress { 
	background: linear-gradient(#0c0033, #2e0033) !important;
	box-shadow: inset 0px 0px 24px 0px black
}
.ghostifyProgress #progresspercent { animation: ghostifytext 4s linear infinite }
.ghostifyProgress #progresspercent::before { text-shadow: none }

.greedbtn {
    height: 40px;
    width: 100px;
    background-color: #f2d729;
    border: 1px solid red;
    border-radius: 5px;
    font-family: TypeWriter;
    transition-duration: 0.2s;
}

.greedbtn:hover {
    cursor: pointer;
    background-color: #9E913A;

}

#replauto1 {
    margin-top: 3px;
}

#replauto2 {
    margin-top: 3px;
}

#replauto3 {
    margin-top: 3px;
}

#replicantiresettoggle, #replicantibulkmodetoggle {
    margin-top: 3px;
    margin-right: 0px;
}

.eternitychallengestudy {
    color: #490066;
    background: white;
    border: 1px solid black;
    font-weight: bold;
    font-family: Typewriter;
    width: 170px;
    height: 80px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0.65rem;
    vertical-align: top;
    margin:7px;
    animation: eternityChallengeGlowIn 7s infinite;
}

.timestudy {
    color: #b341e0;
    background: black;
    border: 1px solid #b341e0;
    font-weight: bold;
    font-family: Typewriter;
    width: 170px;
    height: 80px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0.65rem;
    vertical-align: top;
    margin:7px;
    animation: studyGlowIn 7s infinite;
}

.small {
    margin: 1px;
    width: 120px;
    font-size: 0.6rem;
    padding: 3px;
}

.wideRow td {
    padding: 5px 2px;
}

.timestudy.normaldimstudy {
    color: #22aa48 !important;
    border: 1px solid #198036 !important;
    animation: normalDimStudyGlowIn 7s infinite;
}

.timestudy.infdimstudy {
    color: #B67F33 !important;
    border: 1px solid #8b6227 !important;
    animation: infDimStudyGlowIn 7s infinite;
}

.timestudy.timedimstudy {
    color: #B241E3 !important;
    border: 1px solid #951ec8 !important;
    animation: timeDimStudyGlowIn 7s infinite;
}

.timestudy.activestudy {
    color: #FF0100 !important;
    border: 1px solid #cc0000 !important;
    animation: activeStudyGlowIn 7s infinite;
}

.timestudy.passivestudy {
    color: #5E33B6 !important;
    border: 1px solid #4b288f !important;
    animation: passiveStudyGlowIn 7s infinite;
}

.timestudy.idlestudy {
    color: #0080ff !important;
    border: 1px solid #0066cc !important;
    animation: idleStudyGlowIn 7s infinite;
}

.timestudy.darkstudy {
    color: white !important;
    background-color: black !important;
    border-color: white !important;
    animation: darkStudyGlowIn 7s infinite;
}

.timestudy.lightstudy {
    color: black !important;
    background-color: white !important;
    border-color: black !important;
    animation: lightStudyGlowIn 7s infinite;
}

.eternitychallengestudy:hover {
    color: white;
    background: #490066;
}

.timestudy:hover {
    color: #DADADA;
    background: #3A0A57;
}

.timestudy.normaldimstudy:hover {
    color: #EEEEEE !important;
    background: #22aa48 !important;
}

.timestudy.infdimstudy:hover {
    color: #EEEEEE !important;
    background: #B67F33 !important;
}

.timestudy.timedimstudy:hover {
    color: #EEEEEE !important;
    background: #B241E3 !important;
}

.timestudy.activestudy:hover {
    color: #EEEEEE !important;
    background: #FF0100 !important;
}

.timestudy.passivestudy:hover {
    color: #EEEEEE !important;
    background: #5E33B6 !important;
}

.timestudy.idlestudy:hover {
    color: #EEEEEE !important;
    background: #0080ff !important;
}

.timestudy.darkstudy:hover {
    color: black !important;
    background-color: white !important;
    border-color: black !important;
}

.timestudy.lightstudy:hover {
    color: white !important;
    background-color: black !important;
    border-color: white !important;
}

.timestudylocked, .eternitychallengestudylocked {
    color: #181818;
    background: #5F5F5F;
    font-weight: bold;
    font-family: Typewriter;
    border: 1px solid #691fa5;
    width: 170px;
    height: 80px;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-size: 0.65rem;
    vertical-align: top;
    margin:7px;
}

.timestudylocked:hover, .eternitychallengestudylocked:hover {
    color: #1D1D1D;
    background: #660000;
}

.timestudybought {
    color: #1e0830;
    background: #0BD251;
    font-weight: bold;
    font-family: Typewriter;
    border: 1px solid #691fa5;
    width: 170px;
    height: 80px;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-size: 0.65rem;
    vertical-align: top;
    margin:7px;
}

.eternitychallengestudybought {
    color: black;
    background: #490066;
    font-weight: bold;
    font-family: Typewriter;
    border: 1px solid black;
    width: 170px;
    height: 80px;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-size: 0.65rem;
    vertical-align: top;
    margin:7px;
}

.timetheorembtn {
    color: #3AACD6;
    background: #232028;
    font-weight: bold;
    font-family: Typewriter;
    border: 1px solid #691fa5;
    width: 170px;
    height: 70px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0.85rem;
    position: fixed;
    left: 50%;

    bottom: 5px;
    z-index: 1;
}

.timetheorembtn:hover {
    color: #232028;
    background: #3AACD6;
}


.timetheorembtnlocked {
    color: black;
    background: #4A4A4A;
    font-weight: bold;
    font-family: Typewriter;
    border: 1px solid #691fa5;
    width: 170px;
    height: 70px;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-size: 0.85rem;
    position: fixed;
    left: 50%;
    bottom: 5px;
    z-index: 1;
}

.timetheorembtnlocked:hover {
    background: #652F2F;
}

.maxbuytheorembtn:hover {
    color: #232028;
    background: #3AACD6;
}

#timetheorems {
    color: black;
    position: fixed;
    bottom: 80px;
    left: 50%;
    font-size: 15px;
    transform: translateX(-50%);
}

#studytreeloadsavetext {
    color: black;
    position: fixed;
    bottom: 82px;
    left: 50%;
    margin-left: 145px;
    font-size: 10px;
}

#theorembuybackground {
    background: #E0E0E0;
    width: 570px;
    height: 110px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -287px;
    border: 2px solid black;
    border-bottom: none;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#studyTreeCanvas, #studyTreeCanvas2, #dilationCanvas, #blackHoleCanvas, #quarkCanvas {
    top: 0;
    left: 0;
    position: absolute;
    z-index: -999;
}

#studytable {
    display: flex !important;
    justify-content: center;
}

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1050px;
    height:800px;
    margin-top: -400px;
    margin-left: -525px;
}

.eternityupbtn {
    color: #b341e0;
    background: black;
    font-weight: bold;
    font-size: 10px;
    border: 1px solid #b341e0;
    width: 190px;
    height: 90px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-family: Typewriter;
}

.eternityupbtn:hover {
    color: #511568;
    background: white;
}

.eternityupbtnlocked {
    color: #181818;
    background: #5F5F5F;
    font-weight: bold;
    font-size: 10px;
    border: 1px solid #b341e0;
    width: 190px;
    height: 90px;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-family: Typewriter;
    cursor: pointer;
}

.eternityupbtnlocked:hover {
    background: #737373;
}

.eternityupbtnbought {
    color: #511568;
    background: #5AC467;
    font-weight: bold;
    font-size: 10px;
    border: 1px solid #b341e0;
    width: 190px;
    height: 90px;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-family: Typewriter;
}

.eternityttbtn {
    color: #b341e0;
    background: black;
    font-weight: bold;
    font-size: 10px;
    border: 1px solid #b341e0;
    width: 230px;
    height: 120px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-family: Typewriter;
}

.eternityttbtn:hover {
    color: #511568;
    background: white;
}

.eternityttbtnlocked {
    color: #181818;
    background: #5F5F5F;
    font-weight: bold;
    font-size: 10px;
    border: 1px solid #b341e0;
    width: 230px;
    height: 120px;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-family: Typewriter;
}

.eternityttbtnlocked:hover {
    background: #737373;
}

.milestonereward {
    width: 250px;
    height: 60px;
    color: black;
    background: #8D48C3;
    font-weight: bold;
    font-family: Typewriter;
    border: 1px solid #691fa5;
    transition-duration: 0.2s;
    border-radius: 4px;
    vertical-align: top;
    font-size: 12px;
}

.milestonerewardlocked {
    width: 250px;
    height: 60px;
    color: black;
    background: #696969;
    font-weight: bold;
    font-family: Typewriter;
    border: 1px solid #691fa5;
    transition-duration: 0.2s;
    border-radius: 4px;
    vertical-align: top;
    font-size: 12px;
}

.milestoneText {
    font-size: 20px;
}

#production {
    font-size: 12px;
}

.wideRow .timestudy, .wideRow .timestudylocked, .wideRow .timestudybought {
	margin: 1px;
	width: 120px;
	font-size: 0.55rem;
	padding: 3px;
}

.dilationbtn {
    color: #64DD17;
    background: black;
    font-weight: bold;
    font-size: 0.7rem;
    border: 2px solid #64DD17;
    width: 190px;
    height: 90px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-family: Typewriter;
    animation: dilationBtnGlow 10s infinite;
}

.dilationbtn:hover {
    color: #64DD17;
    background: white;
}

.dilationupg {
    color: #64DD17;
    background: black;
    font-weight: bold;
    font-size: 0.65rem;
    border: 1px solid #64DD17;
    width: 170px;
    height: 80px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-family: Typewriter;
    animation: dilationBtnGlow 10s infinite;
    vertical-align: top;
    margin:7px;
}

.dilationupgrebuyable {
    color: #64ddad;
    background: black;
    font-weight: bold;
    font-size: 0.65rem;
    border: 1px solid #64ddad;
    width: 170px;
    height: 80px;
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    font-family: Typewriter;
    animation: dilationBtnGlow2 10s infinite;
    vertical-align: top;
    margin:7px;
}

.dilationupgbought {
    color: black;
    background: #64DD17;
    font-weight: bold;
    font-family: Typewriter;
    border: 1px solid black;
    width: 170px;
    height: 80px;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-size: 0.65rem;
    vertical-align: top;
    margin:7px;
}

.dilationupgrebuyablelocked {
    color: #181818;
    background: #5F5F5F;
    font-weight: bold;
    font-family: Typewriter;
    border: 1px solid #64ddad;
    width: 170px;
    height: 80px;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-size: 0.65rem;
    vertical-align: top;
    margin:7px;
}

.dilationupglocked {
    color: #181818;
    background: #5F5F5F;
    font-weight: bold;
    font-family: Typewriter;
    border: 1px solid #3e8a0f;
    width: 170px;
    height: 80px;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-size: 0.65rem;
    vertical-align: top;
    margin:7px;
}

.dilationupglocked:hover {
    color: #1D1D1D;
    background: #660000;
}

.dilationupg:hover {
    color: #64DD17;
    background: white;
}

.dilationupgrebuyable:hover {
    color: #64ddad;
    background: white;
}

@keyframes glow {
    20% { text-shadow: 0 0 10px green; }
    100% { text-shadow: 0 0 10px white; }
}

[ach-tooltip] {
    position: relative;
    z-index: 2;
}

[ach-tooltip]:before,
[ach-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

[ach-tooltip]:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 5%, 0.9);
    color: #fff;
    content: attr(ach-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    transition-duration: .5s;
}

[ach-tooltip]:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 5%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
    transition-duration: .5s;
}

[ach-tooltip]:hover:before,
[ach-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

body {
    background-color: #fff;
    padding: 1px 7px;
    font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #727272;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    margin: 0 0 20px;
}

p,
ul,
ol,
table,
pre,
dl {
    margin: 0 0 3px;
}

h1,
h2,
h3 {
    line-height: 1.1;
}

h1 {
    font-size: 28px;
}

h2 {
    color: #393939;
}

h3,
h4,
h5,
h6 {
    color: #494949;
}

a {
    color: #39c;
    text-decoration: none;
}

a:hover {
    color: #069;
}

a small {
    font-size: 11px;
    color: #777;
    margin-top: -0.3em;
    display: block;
}

a:hover small {
    color: #777;
}

.wrapper {
    width: 860px;
    margin: 0 auto;
}

blockquote {
    border-left: 1px solid #e5e5e5;
    margin: 0;
    padding: 0 0 0 20px;
    font-style: italic;
}

code,
pre {
    font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
    color: #333;
    font-size: 12px;
}

pre {
    padding: 8px 15px;
    background: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    overflow-x: auto;
}

table {
    border-spacing: 0
}

th,
td {
    text-align: left;
    padding: 5px 8px;
}

dt {
    color: #444;
    font-weight: 700;
}

th {
    color: #444;
}

img {
    max-width: 100%;
}

header {
    width: 270px;
    float: left;
    position: fixed;
    -webkit-font-smoothing: subpixel-antialiased;
}

header ul {
    list-style: none;
    height: 40px;
    padding: 0;
    background: #f4f4f4;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    width: 270px;
}

header li {
    width: 89px;
    float: left;
    border-right: 1px solid #e0e0e0;
    height: 40px;
}

header li:first-child a {
    border-radius: 5px 0 0 5px;
}

header li:last-child a {
    border-radius: 0 5px 5px 0;
}

header ul a {
    line-height: 1;
    font-size: 11px;
    color: #999;
    display: block;
    text-align: center;
    padding-top: 6px;
    height: 34px;
}

header ul a:hover {
    color: #999;
}

header ul a:active {
    background-color: #f0f0f0;
}

strong {
    color: #222;
    font-weight: 700;
}

header ul li+li+li {
    border-right: none;
    width: 89px;
}

header ul a strong {
    font-size: 14px;
    display: block;
    color: #222;
}

section {
    width: 500px;
    float: right;
    padding-bottom: 50px;
}

small {
    font-size: 11px;
}

hr {
    border: 0;
    background: #e5e5e5;
    height: 1px;
    margin: 0 0 20px;
}

footer {
    width: 270px;
    float: left;
    position: fixed;
    bottom: 50px;
    -webkit-font-smoothing: subpixel-antialiased;
}

br {
    margin: 0;
    pointer-events:none;
}

#timestudies br {
    content: " ";
    display: block;
    margin: 0;
    margin-top: 20px;
    pointer-events:none;
}

#TTbuttons br {
    content: " ";
    display: block;
    margin: 0;
    margin-top: 20px;
    pointer-events:none;
}



#timestudies span {
    display:block;
    pointer-events:none;
}


.floatingText {
    position: absolute;
    bottom: 20px;
    left: 150px;
    animation: float 1s 1;
    color: green;
    font-size: 1.2em;
    opacity: 0;
}

.rel {
    position: relative;
}

.qtable, #gluonupgrades, #lights {
	width:100%
}

.qtable td {
	min-width:33%;
	width:33%;
	max-width:33%;
	text-align:center
}

.red { color: #bf0000 }
.green { color: #00bf00 }
.blue { color: #0000bf }

#rg { animation: rg 5s infinite }
#gb { animation: gb 5s infinite }
#br { animation: br 5s infinite }

#gluonupgrades td {
	min-width:16.7%;
	width:16.7%;
	max-width:16.7%;
	text-align:center
}

.gluonupgrade, .gluonupgradebought {
    font-weight: bold;
    width: 190px;
    height: 90px;
    transition-duration: 0.2s;
    border-radius: 4px;
    font-size: 12px;
    font-family: Typewriter;
    vertical-align: top;
}

.small {
    width: 142.5px;
    height: 67.5px;
    font-size: 9px;
}

#gluonupgrades td {
	vertical-align: 0
}

.gluonupgrade.rg { animation: rgupg 5s infinite }
.gluonupgrade.gb { animation: gbupg 5s infinite }
.gluonupgrade.br { animation: brupg 5s infinite }

.gluonupgrade.rg:hover {
	animation: rgupghover 5s infinite;
	cursor: pointer
}
.gluonupgrade.gb:hover {
	animation: gbupghover 5s infinite;
	cursor: pointer
}
.gluonupgrade.br:hover {
	animation: brupghover 5s infinite;
	cursor: pointer
}

.gluonupgradebought.rg { animation: rgupgbought 5s infinite }
.gluonupgradebought.gb { animation: gbupgbought 5s infinite }
.gluonupgradebought.br { animation: brupgbought 5s infinite }

#electrons .gluonupgrade.storebtn {
	background-color: black !important;
	border-color: #8e991e;
	color: #8e991e;
	animation: electronupg 5s infinite
}

#electrons .gluonupgrade.storebtn:hover {
	background-color: #8e991e !important;
	color: #ffffff;
	animation: electronupg 5s infinite
}

#replicants .qtable td { vertical-align:0 }

.upgbought {
	color: black;
	background: #5AC467;
	border: 1px solid #ED85DF;
	transition-duration: 0.2s;
	border-radius: 4px;
	font-weight: bold;
	font-family: Typewriter;
	font-size: 13px
}

#pccompletionstable td {
	min-height: 24px;
	height: 24px;
	max-height: 24px;
	min-width: 24px;
	width: 24px;
	max-width: 24px;
	text-align: center;
	vertical-align: 50%
}

.pc1completed {
    color: #32c832;
    background: #0a640a;
    border: 2px solid #32c832;
	border-radius: 10px;
    font-weight: bold;
}

.pc2completed {
    color: #b341e0;
    background: black;
    border: 2px solid #b341e0;
	border-radius: 10px;
}

.pc3completed {
	color: #FFF;
	background: #1F1F1F;
	border: 2px solid #B67F33;
	border-radius: 10px;
}

.pc4completed {
	color: #FFF;
	background: #5AC467;
	border: 2px solid #127A20;
	border-radius: 10px;
}

.ndcompleted {
    color: #64DD17;
    background: black;
	border: 2px solid #64DD17;
	border-radius: 10px;
    font-weight: bold;
    animation: dilationBtnGlow 10s infinite
}

#produceQuarkCharge {
	background: black !important;
	border: 2px solid #4c4c4c;
	width: 210px;
	height: 90px;
	text-shadow: 0px 0px 1px #4c4c4c, 0px 0px 2px #4c4c4c, 0px 0px 3px #4c4c4c;
	color: #727272;
	font-size: 12px;
	animation: nanofieldanimation 5s infinite
}

#produceQuarkCharge:hover {
	color: #999999
}

.nanofieldreward {
	background: black !important;
	border: 1px solid #4c4c4c;
	border-radius: 4px;
    width: 250px;
    height: 60px;
	color: #727272;
	text-shadow: 0px 0px 1px #4c4c4c, 0px 0px 2px #4c4c4c, 0px 0px 3px #4c4c4c;
	font-size: 12px;
    font-weight: bold;
    font-family: Typewriter;
	animation: nanofieldanimation 5s infinite;
	transition-duration: 0.2s
}

.nanofieldrewardlocked {
    background: #A3A3A3;
    border: 1px solid #B84B5F;
	border-radius: 4px;
    width: 250px;
    height: 60px;
    color: #000000;
	font-size: 12px;
    font-weight: bold;
    font-family: Typewriter;
	transition-duration: 0.2s
}

#upgradesBranch .gluonupgrade {
	font-size: 10px
}

.gluonupgrade.r {
	background-color: #1f0000 !important;
	border: 1px solid #3f0000;
	box-shadow: inset 0px 0px 5px 0px #7f0000;
	text-shadow: 0px 0px 2px #1f0000, 0px 0px 2px #ff0000;
	color: #7f0000
}
.gluonupgrade.g {
	background-color: #001f00 !important;
	border: 1px solid #003f00;
	box-shadow: inset 0px 0px 5px 0px #007f00;
	text-shadow: 0px 0px 2px #001f00, 0px 0px 2px #00ff00;
	color: #007f00
}
.gluonupgrade.b {
	background-color: #00001f !important;
	border: 1px solid #00003f;
	box-shadow: inset 0px 0px 5px 0px #00007f;
	text-shadow: 0px 0px 2px #00001f, 0px 0px 2px #0000ff;
	color: #00009f
}

.gluonupgrade.r:hover {
	background-color: #7f0000 !important;
	border: 1px solid #3f0000;
	box-shadow: inset 0px 0px 5px 0px #bf0000;
	color: #1f0000;
	cursor: pointer
}
.gluonupgrade.g:hover {
	background-color: #007f00 !important;
	border: 1px solid #003f00;
	box-shadow: inset 0px 0px 5px 0px #00bf00;
	color: #001f00;
	cursor: pointer
}
.gluonupgrade.b:hover {
	background-color: #00007f !important;
	border: 1px solid #00003f;
	box-shadow: inset 0px 0px 5px 0px #0000bf;
	color: #00001f;
	cursor: pointer
}
#autoEternityTable tr {
	height: 300px
}
#autoEternityTable td {
	min-width: 450px;
	width: 450px;
	max-width: 450px;
	text-align: center;
	vertical-align: top
}
#autoEternityTable div {
	overflow-x: hidden
}
#autoEternityTable div tr {
	height: 0
}
#autoEternityTable div td {
	padding: 0
}
#autoEternityTable div td:nth-child(1) {
	min-width: 20px;
	width: 20px;
	max-width: 20px
}
#automatedPresets td:nth-child(2) {
	min-width: 380px;
	width: 380px;
	max-width: 380px
}
.bigripbtn {
	width:150px;
	height: 30px;
	color: black;
	background: #2d7233 !important;
	font-weight: bold;
	font-family: Typewriter;
	border: 3px solid #5be567;
	cursor: pointer;
	border-radius: 10px;
	color: #5be567;
	font-size: 140%;
	transition-duration: 0.2s;
	margin: auto;
	box-shadow: inset 0px 0px 10px 0px #5be567, inset 0px 0px 20px 0px #5be567, inset 0px 0px 30px 0px #5be567
}
.bigripbtn:hover {
	background: #a0e5a6 !important;
	color: #6b996e
}
.gluonupgrade.bigrip {
	background: #2d7233 !important;
	border: 3px solid #5be567;
	color: #5be567;
	box-shadow: inset 0px 0px 10px 0px #5be567, inset 0px 0px 20px 0px #5be567, inset 0px 0px 30px 0px #5be567
}
.gluonupgrade.bigrip:hover {
	background: #a0e5a6 !important;
	color: #6b996e;
	cursor: pointer
}
.gluonupgradebought.bigrip {
	background: #a0e5a6 !important;
	border: 3px solid #6b996e;
	color: #1f1f1f;
	box-shadow: inset 0px 0px 10px 0px #6b996e, inset 0px 0px 20px 0px #6b996e, inset 0px 0px 30px 0px #6b996e
}
.gluonupgradebought.bigripoff {
	background: #999999 !important;
	border: 3px solid #727272;
	color: #bf0000;
	box-shadow: inset 0px 0px 10px 0px #727272, inset 0px 0px 20px 0px #727272, inset 0px 0px 30px 0px #727272
}

#ghostifyani {
	position: fixed;
	width: 0%;
	height: 0%;
	left: 50%;
	top: 50%;
	overflow: hidden;
	transform: rotateZ(-45deg);
	z-index: 3;
	transition-duration: 1s
}

#ghostifyanibg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#0c001e, #3a003f)
}

#ghostifyanitext {
	position: absolute;
	left: -100%;
	top: calc(50% - 54px);
	width: 100%;
    font-family: Typewriter;
	text-align: center;
	opacity: 0;
	animation: ghostifytext 4s linear infinite;
	transition-duration: 0.5s
}

.brCompleted {
	background: linear-gradient(#0c0033, #2e0033);
	box-shadow: inset 0px 0px 24px 0px black;
	border: 2px solid transparent;
	font-family: Typewriter;
	border-radius: 10px;
	transition-duration: 0.2s;
	animation: ghostifytext 4s linear infinite
}

.brCompleted[ach-tooltip]:before, .bRune[ach-tooltip]:before {
	text-shadow: none !important
}

#bugExport b, .warning {
	color: #ff0000
}

#ghostlyNewsTicker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	animation: ghostifytext 4s linear infinite;
	background: linear-gradient(#0c0033, #2e0033);
	overflow: hidden;
	transition-duration: 1s
}

#ghostlyNewsTickerText {
	position: absolute;
    font-family: Typewriter;
	font-size: 16px;
    white-space: nowrap
}

#ghostlyNewsTickerBlock {
	height: 0px;
	transition-duration: 1s
}

.neutrinos {
	font-size: 35px
}

.gluonupgrade.neutrinoupg {
	background: black !important;
	border: 1px solid #bfbfbf;
	box-shadow: inset 0px 0px 20px 0px #bfbfbf;
	color: #bfbfbf;
	text-shadow: 0px 0px 3px #bfbfbf, 0px 0px 6px #bfbfbf
}

.gluonupgrade.neutrinoupg:hover {
	background: white !important;
	color: #3f3f3f;
	text-shadow: 0px 0px 3px #3f3f3f, 0px 0px 6px #3f3f3f;
	cursor: pointer
}

.gluonupgradebought.neutrinoupg {
	background: #bfbfbf !important;
	border: 1px solid #7f7f7f;
	box-shadow: inset 0px 0px 20px 0px #7f7f7f;
	color: #3f3f3f;
	text-shadow: 0px 0px 3px #3f3f3f, 0px 0px 6px #3f3f3f
}

.neutrinoBoosts {
	height: 90px
}

#autoGhost11pw, #autoGhost11lw, #autoGhost11cw {
	width: 50px
}

#lights td {
	min-width:25%;
	width:25%;
	max-width:25%;
	text-align:center
}

.gluonupgrade.gph {
	background: #ccc8b7 !important;
	border: 1px solid #bfaf5f;
	box-shadow: inset 0px 0px 20px 0px #bfaf5f;
	color: black;
	text-shadow: 0px 0px 3px black, 0px 0px 6px #bfaf5f
}

.gluonupgrade.gph:hover {
	color: white;
	text-shadow: 0px 0px 3px white, 0px 0px 6px black;
	cursor: pointer
}

.orange {
	color: #bf5f00
}

.yellow {
	color: #bfbf00
}

.indigo {
	color: #2f00bf
}

.violet {
	color: #5f00bf
}

.uv {
	color: #8f00bf
}

#bRunes {
	width:100%
}

#bRunes td {
	text-align:center;
	font-size:25px
}

.bRune {
	background: white;
	height: 1em;
	width: 1em;
	box-shadow: 0px 0px 12px white;
	display: inline-block
}

.bRune.Infinity {
	background: #b67f33;
	box-shadow: 0px 0px 12px #b67f33
}

.bRune.Eternity {
	background: #b341e0;
	box-shadow: 0px 0px 12px #b341e0
}

.bRune.Quantum {
	background: #32c832;
	box-shadow: 0px 0px 12px #32c832
}

.bRune.Ghostly {
	background: #e900ff;
	box-shadow: 0px 0px 12px #6a00ff
}

.bRune.Ethereal {
	background: #3f6fff;
	box-shadow: 0px 0px 12px #002fbf
}

.bRune.Sixth {
	background: #26f4c1;
	box-shadow: 0px 0px 12px #26f4c1
}

.bRune.Seventh {
	background: #6a6ca3;
	box-shadow: 0px 0px 12px #6a6ca3
}

.bRune.Eighth {
	background: #d10fed;
	box-shadow: 0px 0px 12px #d10fed
}

.bRune.Ninth {
	background: #3a4e1d;
	box-shadow: 0px 0px 12px #3a4e1d
}

.bRune.Tenth {
	background: #f6d779;
	box-shadow: 0px 0px 12px #f6d779
}

.bRune.Eleventh {
	background: #d52d50;
	box-shadow: 0px 0px 12px #d52d50
}

.bRune.Twelfth {
	background: #f453e4;
	box-shadow: 0px 0px 12px #f453e4
}

.chosenbtn {
    width: 120px;
	height: 25px;
	background: #3A7F42;
	border: 1px solid #127A20;
	border-radius: 4px;
	font-size: 13px;
	font-weight: bold;
    font-family: Typewriter;
	transition-duration: 0.2s
}

.gluonupgrade.bl {
	background: repeating-linear-gradient(#620d65, transparent 50%, #620d65 100%), repeating-linear-gradient(90deg, transparent, #c73415 50%, transparent 100%), black;
	background-size: 200% 200%;
	border: 1px solid transparent;
	color: white;
	text-shadow: 0px 0px 3px black, 0px 0px 6px white;
	animation: bl 5s linear infinite
}

.gluonupgrade.bl:hover {
	box-shadow: inset 0px 0px 24px #38cbea;
	border-color: #38cbea;
	cursor: pointer
}

.gluonupgradebought.bl {
	background: repeating-linear-gradient(#9df29a, transparent 50%, #9df29a 100%), repeating-linear-gradient(90deg, transparent, #38cbea 50%, transparent 100%), black;
	background-size: 200% 200%;
	border: 1px solid transparent;
	color: black;
	text-shadow: 0px 0px 3px black, 0px 0px 6px white;
	animation: bl 5s linear infinite
}

#wQk {
	position: relative;
	left: calc(50% - 120px);
	height: 240px;
	width: 240px;
	border-radius: 120px !important;
	font-size: 120px;
	margin-top: 24px;
	margin-bottom: 24px;
	transition-duration: 0.2s
}

.up {
	background: #620d65;
	box-shadow: 0px 0px 12px #620d65
}

.down {
	background: #9df29a;
	box-shadow: 0px 0px 12px #9df29a
}

.zero {
	background: repeating-linear-gradient(#620d65, transparent 50%, #620d65 100%), repeating-linear-gradient(90deg, transparent, #9df29a 50%, transparent 100%), black;
	background-size: 200% 200%;
	box-shadow: 0px 0px 12px white;
	animation: bl 5s linear infinite
}

#wQkSymbol {
	position: absolute;
	color: white
}

.up #wQkSymbol {
	transform: translate(-50%, 15%)
}

.down #wQkSymbol {
	transform: translate(-50%, 12%)
}

.zero #wQkSymbol {
	transform: translate(-50%, 15%)
}

#zNe {
	position: relative;
	left: calc(50% - 120px);
	height: 240px;
	width: 240px;
	background: #bfbfbf;
	box-shadow: 0px 0px 12px #7f7f7f;
	border-radius: 120px !important;
	font-size: 120px;
	margin-top: 24px;
	margin-bottom: 24px;
	transition-duration: 0.2s
}

#zNeSymbol {
	position: absolute;
	color: #3f3f3f;
	text-shadow: 0px 0px 3px #3f3f3f, 0px 0px 6px #3f3f3f
}

.electron #zNeSymbol {
	transform: translate(-50%, 10%)
}

.mu #zNeSymbol {
	transform: translate(-50%, 0%)
}

.tau #zNeSymbol {
	transform: translate(-50%, 0%)
}

#antipreon {
	position: relative
}

#apgInfo {
	position: relative;
	width: 100%;
	background: #e55be5;
	box-shadow: 0px 0px 12px #e55be5;
	color: white;
	animation: apgInfo 5s ease infinite
}

#apgInfo .warning {
	color: #bf0000
}

@media print,
screen and (max-width: 960px) {
    div.wrapper {
        width: auto;
        margin: 0;
    }
    header,
    section,
    footer {
        float: none;
        position: static;
        width: auto;
    }
    header {
        padding-right: 320px;
    }
    section {
        border: 1px solid #e5e5e5;
        border-width: 1px 0;
        padding: 20px 0;
        margin: 0 0 20px;
    }
    header a small {
        display: inline;
    }
    header ul {
        position: absolute;
        right: 50px;
        top: 52px;
    }
}

@media print,
screen and (max-width: 720px) {
    body {
        word-wrap: break-word;
    }
    header {
        padding: 0;
    }
    header ul,
    header p.view {
        position: static;
    }
    pre,
    code {
        word-wrap: normal;
    }
}

@media print,
screen and (max-width: 480px) {
    body {
        padding: 15px;
    }
    header ul {
        width: 99%;
    }
    header li,
    header ul li+li+li {
        width: 33%;
    }
}

@media print {
    body {
        padding: 0.4in;
        font-size: 12pt;
        color: #444;
    }
}

@keyframes studyGlowIn {
    0%  {box-shadow: inset 0px 0px 3px 0px #b341e0;}
    50% {box-shadow: inset 0px 0px 15px 0px #b341e0;}
    100%  {box-shadow: inset 0px 0px 3px 0px #b341e0;}
}

@keyframes normalDimStudyGlowIn {
    0%  {box-shadow: inset 0px 0px 3px 0px #22aa48;}
    50% {box-shadow: inset 0px 0px 20px 0px #22aa48;}
    100%  {box-shadow: inset 0px 0px 3px 0px #22aa48;}
}

@keyframes infDimStudyGlowIn {
    0%  {box-shadow: inset 0px 0px 3px 0px #B67F33;}
    50% {box-shadow: inset 0px 0px 20px 0px #B67F33;}
    100%  {box-shadow: inset 0px 0px 3px 0px #B67F33;}
}

@keyframes timeDimStudyGlowIn {
    0%  {box-shadow: inset 0px 0px 3px 0px #B241E3;}
    50% {box-shadow: inset 0px 0px 20px 0px #B241E3;}
    100%  {box-shadow: inset 0px 0px 3px 0px #B241E3;}
}

@keyframes activeStudyGlowIn {
    0%  {box-shadow: inset 0px 0px 3px 0px #FF0100;}
    50% {box-shadow: inset 0px 0px 20px 0px #FF0100;}
    100% {box-shadow: inset 0px 0px 3px 0px #FF0100;}
}

@keyframes passiveStudyGlowIn {
    0%  {box-shadow: inset 0px 0px 3px 0px #5E33B6;}
    50% {box-shadow: inset 0px 0px 20px 0px #5E33B6;}
    100% {box-shadow: inset 0px 0px 3px 0px #5E33B6;}
}

@keyframes idleStudyGlowIn {
    0%  {box-shadow: inset 0px 0px 3px 0px #0080ff;}
    50% {box-shadow: inset 0px 0px 20px 0px #0080ff;}
    100% {box-shadow: inset 0px 0px 3px 0px #0080ff;}
}

@keyframes eternityChallengeGlowIn {
    0%  {box-shadow: inset 0px 0px 3px 0px #490066;}
    50% {box-shadow: inset 0px 0px 20px 0px #490066;}
    100% {box-shadow: inset 0px 0px 3px 0px #490066;}
}

@keyframes darkStudyGlowIn {
    0%  {box-shadow: inset 0px 0px 3px 0px white;}
    50% {box-shadow: inset 0px 0px 20px 0px white;}
    100% {box-shadow: inset 0px 0px 3px 0px white;}
}

@keyframes lightStudyGlowIn {
    0%  {box-shadow: inset 0px 0px 3px 0px black;}
    50% {box-shadow: inset 0px 0px 20px 0px black;}
    100% {box-shadow: inset 0px 0px 3px 0px black;}
}

@keyframes dilationBtnGlow {
    0%  {box-shadow: inset 5px 0px 20px #64DD17;}
    25% {box-shadow: inset 0px 5px 20px #64DD17;}
    50% {box-shadow: inset -5px 0px 20px #64DD17;}
    75% {box-shadow: inset 0px -5px 20px #64DD17;}
    100% {box-shadow: inset 5px 0px 20px #64DD17;}
}

@keyframes dilationBtnGlow2 {
    0%  {box-shadow: inset -5px 0px 20px #64ddad;}
    25% {box-shadow: inset 0px -5px 20px #64ddad;}
    50% {box-shadow: inset 5px 0px 20px #64ddad;}
    75% {box-shadow: inset 0px 5px 20px #64ddad;}
    100% {box-shadow: inset -5px 0px 20px #64ddad;}
}

@keyframes barrelRoll {
    0%  {transform: rotateZ(0deg);}
    50% {transform: rotateZ(360deg);}
    100% {transform: rotateZ(360deg);}
}

@keyframes spin3d {
    0%  {transform: rotate3d(5.2, -2.8, 1.4, 0deg);}
    100% {transform: rotate3d(5.2, -2.8, 1.4, 360deg);}
}

@keyframes float {
    0% { bottom: 0px; opacity: 0;}
    50% {opacity: 1; }
    100% { bottom: 50px; opacity: 0;}
}

@keyframes implode {
    0% {transform:scale(1); filter:blur(0px)}
    50% {transform:scale(0); filter:blur(5px)}
    100% {transform:scale(1); filter:blur(0px)}
}

@keyframes rg {
	0% {color: #bf0000}
	25% {color: #bfbf00}
	50% {color: #00bf00}
	75% {color: #bfbf00}
	100% {color: #bf0000}
}

@keyframes gb {
	0% {color: #00bf00}
	25% {color: #00bfbf}
	50% {color: #0000bf}
	75% {color: #00bfbf}
	100% {color: #00bf00}
}

@keyframes br {
	0% {color: #0000bf}
	25% {color: #bf00bf}
	50% {color: #bf0000}
	75% {color: #bf00bf}
	100% {color: #0000bf}
}

@keyframes rgupg {
	0% {background-color: #1f0000; border: 1px solid #3f0000; box-shadow: inset 0px 0px 5px 0px #7f0000; color: #7f0000}
	25% {background-color: #1f1f00; border: 1px solid #3f3f00; box-shadow: inset 0px 0px 10px 0px #7f7f00; color: #7f7f00}
	50% {background-color: #001f00; border: 1px solid #003f00; box-shadow: inset 0px 0px 20px 0px #007f00; color: #007f00}
	75% {background-color: #1f1f00; border: 1px solid #3f3f00; box-shadow: inset 0px 0px 10px 0px #7f7f00; color: #7f7f00}
	100% {background-color: #1f0000; border: 1px solid #3f0000; box-shadow: inset 0px 0px 5px 0px #7f0000; color: #7f0000}
}

@keyframes gbupg {
	0% {background-color: #001f00; border: 1px solid #003f00; box-shadow: inset 0px 0px 5px 0px #007f00; color: #007f00}
	25% {background-color: #001f1f; border: 1px solid #003f3f; box-shadow: inset 0px 0px 5px 0px #007f7f; color: #007f7f}
	50% {background-color: #00001f; border: 1px solid #00003f; box-shadow: inset 0px 0px 5px 0px #00007f; color: #00007f}
	75% {background-color: #001f1f; border: 1px solid #003f3f; box-shadow: inset 0px 0px 5px 0px #007f7f; color: #007f7f}
	100% {background-color: #001f00; border: 1px solid #003f00; box-shadow: inset 0px 0px 5px 0px #007f00; color: #007f00}
}

@keyframes brupg {
	0% {background-color: #00001f; border: 1px solid #00003f; box-shadow: inset 0px 0px 5px 0px #00007f; color: #00007f}
	25% {background-color: #1f001f; border: 1px solid #3f003f; box-shadow: inset 0px 0px 5px 0px #7f007f; color: #7f007f}
	50% {background-color: #1f0000; border: 1px solid #3f0000; box-shadow: inset 0px 0px 5px 0px #7f0000; color: #7f0000}
	75% {background-color: #1f001f; border: 1px solid #3f003f; box-shadow: inset 0px 0px 5px 0px #7f007f; color: #7f007f}
	100% {background-color: #00001f; border: 1px solid #00003f; box-shadow: inset 0px 0px 5px 0px #00007f; color: #00007f}
}

@keyframes rgupghover {
	0% {background-color: #7f0000; border: 1px solid #3f0000; box-shadow: inset 0px 0px 5px 0px #bf0000; color: #1f0000}
	25% {background-color: #7f7f00; border: 1px solid #3f3f00; box-shadow: inset 0px 0px 10px 0px #bfbf00; color: #1f1f00}
	50% {background-color: #007f00; border: 1px solid #003f00; box-shadow: inset 0px 0px 20px 0px #00bf00; color: #001f00}
	75% {background-color: #7f7f00; border: 1px solid #3f3f00; box-shadow: inset 0px 0px 10px 0px #bfbf00; color: #1f1f00}
	100% {background-color: #7f0000; border: 1px solid #3f0000; box-shadow: inset 0px 0px 5px 0px #bf0000; color: #1f0000}
}

@keyframes gbupghover {
	0% {background-color: #007f00; border: 1px solid #003f00; box-shadow: inset 0px 0px 5px 0px #00bf00; color: #001f00}
	25% {background-color: #007f7f; border: 1px solid #003f3f; box-shadow: inset 0px 0px 5px 0px #00bfbf; color: #001f1f}
	50% {background-color: #00007f; border: 1px solid #00003f; box-shadow: inset 0px 0px 5px 0px #0000bf; color: #00001f}
	75% {background-color: #007f7f; border: 1px solid #003f3f; box-shadow: inset 0px 0px 5px 0px #00bfbf; color: #001f1f}
	100% {background-color: #007f00; border: 1px solid #003f00; box-shadow: inset 0px 0px 5px 0px #00bf00; color: #001f00}
}

@keyframes brupghover {
	0% {background-color: #00007f; border: 1px solid #00003f; box-shadow: inset 0px 0px 5px 0px #0000bf; color: #00001f}
	25% {background-color: #7f007f; border: 1px solid #3f003f; box-shadow: inset 0px 0px 5px 0px #bf00bf; color: #1f001f}
	50% {background-color: #7f0000; border: 1px solid #3f0000; box-shadow: inset 0px 0px 5px 0px #bf0000; color: #1f0000}
	75% {background-color: #7f007f; border: 1px solid #3f003f; box-shadow: inset 0px 0px 5px 0px #bf00bf; color: #1f001f}
	100% {background-color: #00007f; border: 1px solid #00003f; box-shadow: inset 0px 0px 5px 0px #0000bf; color: #00001f}
}

@keyframes rgupgbought {
	0% {background-color: #bf0000; border: 1px solid #7f0000; color: #1f0000}
	25% {background-color: #bfbf00; border: 1px solid #7f7f00; color: #1f1f00}
	50% {background-color: #00bf00; border: 1px solid #007f00; color: #001f00}
	75% {background-color: #bfbf00; border: 1px solid #7f7f00; color: #1f1f00}
	100% {background-color: #bf0000; border: 1px solid #7f0000; color: #1f0000}
}

@keyframes gbupgbought {
	0% {background-color: #00bf00; border: 1px solid #007f00; color: #001f00}
	25% {background-color: #00bfbf; border: 1px solid #007f7f; color: #001f1f}
	50% {background-color: #0000bf; border: 1px solid #00007f; color: #00001f}
	75% {background-color: #00bfbf; border: 1px solid #007f7f; color: #001f1f}
	100% {background-color: #00bf00; border: 1px solid #007f00; color: #001f00}
}

@keyframes brupgbought {
	0% {background-color: #0000bf; border: 1px solid #00007f; color: #00001f}
	25% {background-color: #bf00bf; border: 1px solid #7f007f; color: #1f001f}
	50% {background-color: #bf0000; border: 1px solid #7f0000; color: #1f0000}
	75% {background-color: #bf00bf; border: 1px solid #7f007f; color: #1f001f}
	100% {background-color: #0000bf; border: 1px solid #00007f; color: #00001f}
}

@keyframes electronupg {
    0%  {box-shadow: inset 0px 0px 20px 0px #8e991e;}
    50% {box-shadow: inset 0px 0px 40px 0px #8e991e;}
    100% {box-shadow: inset 0px 0px 20px 0px #8e991e;}
}
@keyframes nanofieldanimation {
    0%  {box-shadow: inset 0px 0px 90px 0px #4c4c4c;}
    50% {box-shadow: inset 0px 0px 120px 0px #4c4c4c;}
    100% {box-shadow: inset 0px 0px 90px 0px #4c4c4c;}
}

@keyframes ghostifytext { 
	0%{
		border-color: #690072;
		color: #e0ace5;
		text-shadow: 0px 0px 3px white, 0px 0px 6px #d200e5;
	}
	50% {
		border-color: #1c0072;
		color: #baace5;
		text-shadow: 0px 0px 6px white, 0px 0px 6px #3900e5;
	}
	100%{
		border-color: #690072;
		color: #e0ace5;
		text-shadow: 0px 0px 3px white, 0px 0px 6px #d200e5;
	}
}

@keyframes bl { 
	0%{
		background-position: 0% 0%
	}
	100%{
		background-position: 200% 200%
	}
}

@keyframes apgInfo { 
	0%{
		top: 0px
	}
	50%{
		top: 6px
	}
	100%{
		top: 0px
	}
}