/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url('rei.gif');
  background-size: cover;
  color: #00AA00;
  font-family: "Courier New";
}

.side {
  width: 25%;
}

.center {
  width: 50%;  
}

.container {
  width: 1200px;
  margin: auto;
}

.fulltable {
  width: 100%;  
}

.placeholder {
  height: 400px;
}

.data {
  text-decoration: underline;  
}

.datos {
  height: 300px;  
  border-bottom: 1px solid #880088;
  overflow: auto;
}

#pageheader {
  font-size: 20px;
  text-decoration: underline;
  text-align: center;
}

.pages button {
  background-color: rgba(0,200,0,0.1);  
  color: #00AA00;
  width: 100%;
  border: 2px solid #00AA00;
  padding: 6px;
  margin: 2px 0px;
}

.pages button:hover {
  background-color: #00AA00;  
  color: rgb(0,30,0);
}

.pages button:active {
  background-color: #00FF00;  
  border-color: #00FF00;
}

.header {
  font-size: 25px;
  padding: 10px;
}

.returnheader {
  font-size: 25px;
  padding: 4px;
}

.returnheadertext {
  position: relative;
  top: 6px;
  right: 45px;
}

.gallery {
  text-align: center;
}

/*.header:active {
  font-size: 0px;
  background-image: url('neafilijuota_vsd_prisiekiu.png');
  padding: 100px;
}*/

hr {
  border-color: #008800; 
}

table, td, th {
  border: 1px solid #880088;
}

table {
  background-color: rgba(0,255,0,0.1);  
  -webkit-animation-name: tableColor;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-duration: 3s; 
}

@-webkit-keyframes tableColor {  
  0% { background-color: rgba(0,255,0,0.1); }
  17% { background-color: rgba(0,255,255,0.1); }
  33% { background-color: rgba(0,0,255,0.1); }
  50% { background-color: rgba(255,0,255,0.1); }
  67% { background-color: rgba(255,0,0,0.1); }
  83% { background-color: rgba(255,255,0,0.1); }
  100% { background-color: rgba(0,255,0,0.1); }
}

td {
  background-color: black;  
  opacity: 0.88;
  vertical-align: text-top;
  padding: 10px;
}

td:hover {
  opacity: 0.95;  
}

.footer {
  text-decoration: none;
  font-size: 12px;
}

a {
  text-decoration: underline;  
}

a:link {
  color: #00CC00;
}

a:visited {
  color: #225022;
}

a:hover {
  color: red;  
}

a:active {
  color: white;  
}

.hoverimage {
  width: 60%;
  height: 45px;
  border-radius: 10px; 
}

.hoverimage:hover {
  width: 69%;  
  height: 51.75px;
}

.slop {
  background-image: url('slop.gif');
  background-size: cover;
  width: 60%;
  height: 198px;
  border: 1px solid #880088;
}

.slop:active {
  background-image: url('obama.jpg');
  background-size: 100% 100%;
}

.tldr {
  word-break: break-all;  
}

#retvrnindex 
{
  display: block;
  float: left;
  background-color: rgba(0,128,0,0.5);  
  color: #00AA00;
  font-size: 16px;
  width: 90px;
  border: 2px solid #00AA00;
  padding: 10px 3px;
}

#retvrnindex:hover {
  background-color: #00AA00;  
  color: rgb(0,80,0);
}

#retvrnindex:active {
  background-color: #00FF00;  
  border-color: #00FF00;
}

#pabrezta {
  text-align: center;
  text-decoration: underline;
  color: white;
}

#wip {
    background-color: rgba(100,100,100,0.15); 
    color: #666666;
    border-color: #666666;
}

.sideimage {
  position: fixed;
  bottom: 0px;
  right: 0px;
}