html, body {height: 100%; margin: 0;}
body {
  background-color: #ffffff;  /* fionia */
  font-family: Verdana, Geneva, sans-serif;
  color: #333; /* fionia */
}
h1 {
  margin-top: 3px;
  color: #000; /* fionia */
  text-align: left;
  font-size: 1.6em;
}
h2 {
  color: #000; /* fionia */
  text-align: left;
  font-size: 1.2em;
}
h3 {
  color: #000; /* fionia */
  text-align: center;
  font-size: 1em;
}
a {
  /*color: #b55285;*/
  /*color: #b3d4fc;*/
  /*color: #37c0f5; /* t64 */
  /*color: #e94e9c;*/
  /*color: #fff800;*/
  /*color: #35faac; /* x24 */
  color: #ff7954; /* fionia */
  text-decoration: none;
}
a:hover {
  color: #df7954; /* fionia */
  text-decoration: none;
}
img.center {
  margin-left: auto;
  margin-right: auto;
}

.login {
  text-align: center;
}
.container {
  min-width: 200px;
  max-width: 800px;
  font-size: 0.9em;
  margin: 0px auto;
  display: block;
}

.headerlinks {
  font-size: 1.1em;
  text-align: center;
}

.rowodd {
  background-color: #e8e8e8;  /* fionia */
}
.roweven {
  background-color: #d8d8d8;  /* fionia */
}

.rown:nth-child(odd) {
  background-color: #e8e8e8;  /* fionia */
}
.rown:nth-child(even) {
  background-color: #d8d8d8;  /* fionia */
}

#footer {
  text-align: center;
  font-size: 0.7em;
}
.releasetitle {
  font-size: 1.2em;
}

a.glow, a.glow:hover, a.glow:focus {
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: 500ms linear 0s;
  -moz-transition: 500ms linear 0s;
  -o-transition: 500ms linear 0s;
  transition: 500ms linear 0s;
  outline: 0 none;
  color: #fff;
  text-shadow: -1px 1px 7px #fff, 1px -1px 7px #fff;
}
a.glow:hover, a.glow:focus {
  color: #fff;
  text-shadow: -1px 1px 7px #fff, 1px -1px 7px #fff;
}

.wallpost {
  margin-bottom: 3px;
  padding: 10px;
}
.wallheader {
  padding-bottom: 20px;
}
.wallbody {
  font-family: monospace;
}
.wordwrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

.programitem {
  padding: 5px;
  margin-left: 60px;
  position: relative;
}
.programtime {
  padding-left: 8px;
  position: absolute;
  left: -60px;
}
.programlocation {
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  right: 0px;
}


.legenditem {
  padding: 5px;
  margin-left: 195px;
  position: relative;
}
.legendstars {
  position: absolute;
  left: -105px;
  width: 190px;
  text-align: right;
}

.rowitemheader {
  padding: 5px;
  position: relative;
  margin-left: 35px;
}
.rowitemscreenshot {
    height: 75px;
}
.rowitem {
  padding: 5px;
  position: relative;
  margin-left: 35px;
}
.rowitemleft {
  position: absolute;
  left: -35px;
  width: 20px;
}
.rowitemright {
  position: absolute;
  right: 5px;
  width: 40px;
  text-align: right;
}
.rowitemmidright {
  position: absolute;
  right: 70px;
  width: 150px;
  text-align: right;
}

.rowitemmidmidright {
  position: absolute;
  right: 250px;
  width: 96px;
  text-align: center;
}

.rowitemmidmidmidright {
  position: absolute;
  right: 200px;
  width: 50px;
  text-align: right;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-item {
  background-color: #e8e8e8;  /* fionia */
  padding: 0px;
  min-width: 240px;
  max-width: 340px;
  min-height: 80px;
  margin: 3px;
}
.flex-item:hover {
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  -moz-box-shadow: 0px 0px 5px 3px #fff;
  -webkit-box-shadow: 0px 0px 5px 3px #8080c0;
  box-shadow: 0px 0px 5px 3px #8080c0;
  background-color: #d8d8d8;  /* fionia */
}
.flexhead {
  line-height: 32px;
  font-weight: bold;
  font-size: 1.1em;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
}
.flexbodyitem {
  line-height: 30px;
  text-align: left;
  margin-left: 8px;
}
.vote-container {
  padding: 0;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}
.vote-container:hover {
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  -moz-box-shadow: 0px 0px 3px 3px #fff;
  -webkit-box-shadow: 0px 0px 3px 3px #8080c0;
  box-shadow: 0px 0px 3px 3px #8080c0;
  background-color: #f8f8f8;  /* fionia */
}
.vote-item {
  padding: 3px;
  min-width: 180px;
  max-width: 400px;
  margin: 0px;
}

.activecompo {
  background-color: #f0f0f0; /* fionia */
}

.resultrank {
  margin-left: 5px;
  min-width: 75px;
}
.resultrank strong {
  font-size: 3em;
}

.aligncenter {
  vertical-align: center;
  align-self: center;
}

.formcontainer {
  /* border-radius: 5px; */
  background-color: #e8e8e8; /* fionia */
  padding: 20px;
}

.tinyinputwidth {
  width: 60px;
}

.slide {
/*
  min-height: 100%;
  overflow-y: hidden;
  position: relative;
  place-content: center;
*/
  height: 100%;
  display: grid;
  place-content: center;
}
.slide h1 {
  font-size: 1.6em;
  text-align: center;
}
.slide h2 {
  font-size: 1.2em;
  text-align: center;
}
.slide h3 {
  font-size: 1.0em;
  text-align: center;
  font-style: normal;
  font-weight: normal;
}
.slide h4 {
  font-size: 0.9em;
  text-align: center;
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border: 0px;
}
th,td {
  border: 0px;
}
table.auto100pct {
  table-layout: auto;
  width: 100%;
}
