/*style.css*/

/*important*/

#buttonslist {
  display: block;
}

.buttonsblock {
  display: inline-block;
}

.zoom {
  image-rendering: optimizeSpeed;
  transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.115);
  image-rendering: optimizeSpeed;
}

.zoomheavy {
  image-rendering: optimizeSpeed;
  transition: transform .5s;
  margin: 0 auto;
}

.zoomheavy:hover {
  transform: scale(1.115);
  image-rendering: optimizeSpeed;
}

/*links*/
a:link {
	text-decoration: none;
    color: #FF5C5B;
}

a:hover {
	text-decoration: none;
    color: #FFC361;
}

a:active {
    text-decoration: none;
    color: #0000DC;
}

a:visited {
    text-decoration: none;
    color: #ff6600;
}

/*other*/
.maintable {
    background-image: url("/img/newTilebgAlt.png");
    background-repeat: repeat;
    border: 2;
    border-style: groove;
    width:512px;
    height:440px;
    vertical-align:top;
    text-align:center;
	table-layout: fixed;
	max-width:512px;
	max-height:400px;
}

.extratable {
    background-image: url("/img/firebluebg.png");
    background-repeat: repeat;
    border: 2;
    border-style: groove;
    width:512px;
    height:440px;
    vertical-align:top;
    text-align:center;
	table-layout: fixed;
	max-width:512px;
	max-height:400px;
}

.linkstable {
    background-image: url("/img/fuzzybg.png");
    background-repeat: repeat;
    border: 2;
    border-style: groove;
    width:512px;
    height:440px;
    vertical-align:top;
    text-align:center;
	table-layout: fixed;
	max-width:512px;
	max-height:400px;
}

.goright {
  text-align:right;  
}

.navig {
    background-color: #000000;
    background-repeat: repeat;
    border: 2;
    border-style: groove;
    vertical-align:top;
    text-align:left;
	table-layout: fixed;
}

.infopagetable {
    background-image: url("/img/marblebg.png");
    background-repeat: repeat;
    border: 2;
    border-style: groove;
    width:512px;
    height:440px;
    vertical-align:top;
    text-align:center;
	table-layout: fixed;
	max-width:512px;
	max-height:400px;
}

.maintablesmaller {
    background-image: url("/img/purplebg.png");
    background-repeat: repeat;
    border: 2;
    border-style: groove;
    width:512px;
    height:165px;
    vertical-align:top;
    text-align:center;
	table-layout: fixed;
	max-width:512px;
	max-height:400px;
}

.newstable {
    background-image: url("/img/fuzzybg.png");
    background-repeat: repeat;
    border: 2;
    border-style: groove;
    width:512px;
    height:165px;
    vertical-align:top;
	table-layout: fixed;
	max-width:512px;
	max-height:400px;
}


.info {
  left: 10px;
  position: fixed;
  }

.blackground {
  background-color:#000000;
}

.calGreen {
  color:#C9FF00;
}

.opposite {
  color:#4A00FF;
}

.warnings {
  color:#FF0000;
}

.benefit {
    vertical-align:top;
    text-align:left;
	table-layout: fixed;
}

.lockbox {
    background-color:#220030;
    border: 1px solid rgb(255, 0, 0);
    width:800px;
    height:400px;
    vertical-align:top;
    text-align:left;
	table-layout: fixed;
	max-width:800px;
	max-height:400px;
}

.textlock {
    height:20px;
    font-size:0.9em;
    color:#f1ffa0;
    width:800px;
	border: 1px solid black;
}

.simplex {
    background-color:#FFCED5;
    border: 1px solid black;
    width:400px;
    height:200px;
    vertical-align:top;
    text-align:left;
	table-layout: fixed;
	max-width:400px;
	max-height:200px;
}

.headlines {
  color: #E5D0AE;
}

.text {
    height:20px;
    font-size:0.9em;
    color:#000000;
    width:800px;
	border: 1px solid black;
}

.peatowit {
    height:20px;
    font-size:0.9em;
    color:#000000;
    width:800px;
	border: 1px solid black;
}

.unknowy {
	background-color: #400;
	background-image: linear-gradient(90deg, rgba(200,0,0,.5) 50%, transparent 50%), linear-gradient(0deg, rgba(200,0,0,.5) 50%, transparent 50%);
	background-size: 12px 12px;
	background-position: -2px 4px;
	box-shadow: inset 0px 0px 0px 2px #400;
}

@keyframes rainbow {
    0% { background-position: 0; }
    100% { background-position: -6000px; }
}


.rainbow {
	animation: 60s infinite linear rainbow;
	background: linear-gradient(90deg, #ff0000, #ff8800, #ffff00, #00ff00, #0088ff, #0000ff, #8800ff, #ff0000);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent ;
}

@keyframes dateAndTitle {
    0% { background-position: 0; }
    100% { background-position: -6000px; }
}


.dateAndTitle {
	animation: 60s infinite linear rainbow;
	background: linear-gradient(90deg, #FFFF9B, #FFE187, #FF8B6B, #FF1E1E, #FF0048, #FF0048, #FF1E1E, #FF8B6B, #FFE187, #FFFF9B);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent ;
}

.rainbowborder {
	animation: 60s infinite linear rainbowborder;
	background: linear-gradient(90deg, #ff0000, #ff8800, #ffff00, #00ff00, #0088ff, #0000ff, #8800ff, #ff0000);
	background-clip: text;
	-webkit-text-stroke: 1px black;
	-webkit-background-clip: text;
	color: transparent ;
}

@keyframes rainbowborder {
    0% { background-position: 0; }
    100% { background-position: -6000px; }
}


.rainbowbordersmall {
	animation: 60s infinite linear rainbowbordersmall;
	background: linear-gradient(90deg, #ff0000, #ff8800, #ffff00, #00ff00, #0088ff, #0000ff, #8800ff, #ff0000);
	background-clip: text;
	-webkit-text-stroke: 1px black;
	-webkit-background-clip: text;
	color: transparent ;
}

@keyframes rainbowbordersmall {
    0% { background-position: 0; }
    100% { background-position: -6000px; }
}

@keyframes purpole {
    0% { background-position: 0; }
    100% { background-position: -6000px; }
}

.purpole {
	animation: 60s infinite linear purpole;
	background: linear-gradient(90deg, #8800ff, #E04880, #b66bec, #FF1493 );
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent ;
}


@keyframes biomods {
    0% { background-position: 0; }
    100% { background-position: -6000px; }
}

.biomods {
	animation: 60s infinite linear biomods;
	background: linear-gradient(90deg, #8800ff, #E04880, #ed2881, #e00043 );
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent ;
}

@keyframes faith {
    0% { background-position: 0; }
    100% { background-position: -6000px; }
}

.faith {
	animation: 60s infinite linear biomods;
	background: linear-gradient(90deg, #77ff00, #1fb77f, #12d77e, #1fffbc );
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent ;
}


@keyframes clint {
    0% { background-position: 0; }
    100% { background-position: -6000px; }
}

.clint {
	animation: 60s infinite linear clint;
	background: linear-gradient(90deg, #ff0000, #ff3d3d, #ec6b6b, #ff1414 );
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent ;
}

@keyframes dess {
    0% { background-position: 0; }
    100% { background-position: -6000px; }
}

.dess {
	animation: 60s infinite linear dess;
	background: linear-gradient(90deg, #8800ff, #8800ff, #8800ff, #8800ff, #8800ff, #FF1493 );
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent ;
}

@keyframes benf {
    0% { background-position: 0; }
    100% { background-position: -6000px; }
}

.benf {
	animation: 60s infinite linear dess;
	background: linear-gradient(90deg, #A9A60D, #DC6C4C, #5BA858, #FFFFFF, #BF6051, #A6638C, #A9A60D );
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent ;
}

.water {
	background: #f1f1db;
	text-shadow: 0 0 32px #8800ff;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.table {
  table-layout: fixed;
}

.important {
	font-size:2em;
}

.miniport {
	font-size:1.5em;
}

.sqspin {
	position: fixed;
	left: 10px;
	top: 10px;
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.sqtitlealtbottom {
	position: fixed;
	bottom: 20px;
}


.plotter {
	position: absolute;
	right: 657px;
	bottom: 1360px;
}

/* by monica :) */