body {
  background-color:#d3e5f2;
} 

#wrapper {
  background-color: white;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#header {
/*  background-color: yellow; */
  text-align: center;
}

#headerText {
  font-family: Book Antiqua;
  font-weight: bold;
  font-size: 32pt;
  text-align: center;
  letter-spacing: 1pt;
/*  background-color: lightblue; */
}

#subheaderText {
  font-family: Verdana;
  font-weight:normal;
  font-size:16pt;
  text-align: center;
  letter-spacing: 0pt;
/*  background-color: orange; */
}

h1 {
  font-family: Book Antiqua;
  font-weight: bold;
  font-size: 32pt;
  text-align: center;
  letter-spacing: 1pt;
/*  background-color: lightblue; */
  margin-top: 0px;
  margin-bottom: 0px;
}

.tagH2 {
  margin-top: 0px;
  margin-bottom: 2pt;
  font-family: Arial;
  font-weight: normal;
  font-size: 14pt;
}

.subheaderSpan {
  margin-top: 0px;
  font-family: Verdana;
  font-weight: normal;
  font-size: 12pt;
/*  background-color: orange; */
}

#footer {
  clear: left;
  font-family: Verdana;
  background-color: #eeeeff;
  font-size:10pt;
  text-align: center;
  padding-top:3px;
  padding-bottom:3px;
  padding-right:10px;
  padding-left:10px;
}

#topnavbar {
  font-family: Verdana;
  font-size:10pt;
  background-color: #eeeeff;
  text-align: center;
  padding-top:3px;
  padding-bottom:4px;
  padding-right:10px;
  padding-left:10px;
}

.bookGroupDiv {
  background-color: white;
  width: 500px;
  float: left;
}

.bookDiv {
  background-color: pink;
  width: 120px;
  height: 200px;
  float: left;
  font-family: Arial;
  font-size:9pt;
}

.bookDivX {
  background-color: brown;
  width: 120px;
  clear: left;
}

.sysheader {
  font-family: Verdana;
  font-size:14pt;
  letter-spacing: 1pt;
}

.tpr_frame {
    border-radius: 15px;
    border: 2px solid #73AD21;
    padding: 3px;
}

#bookDescr {
  box-sizing: border-box;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  padding: 5px;
  /*border: 3px solid red;*/
}

.Button {
    display: block;
    height: 32px;
    width: 200px;
    background: #34696f;
    border: 2px solid rgba(33, 68, 72, 0.59);
    color: rgba(250, 250, 250, 0.55);
    text-align: center;
    font: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a.Button {
    text-decoration: none;
}

td.GenresTD
{
    padding: 0px 16px 0px 16px;
	vertical-align: top;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}

.button {
   background-color: rgba(215,213,245,1);
   border: solid 3px rgba(0,0,0,1);
   -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
           border-radius: 20px;
   padding: 12px;
   display: inline-block;
   color: rgba(0,0,0,1);
}
.button:hover {
}

.button:active {
   font-size: 12px;
   line-height: 12px;
}

.bts {
  margin-top: 0px;
  font-family: Verdana;
  font-weight:normal;
  font-size:10pt;
}

.bts a {
  text-decoration: none;
}

.ect {
  width: 100%;
  table-layout: fixed;
}

ul {
  list-style-position: inside;
}

#awardsDiv {
  background-color: pink;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*
.nospaceTable {
    border-collapse: collapse;
}
.nospaceTable th, td {
    padding: 0;
}
*/

.nopadding {
  margin: 0px;
  padding: 0px;
}

a.linkButton1 {
-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479BA;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}

button.btn1 {
  background-color: lightblue;
  border: dotted;
}

button.btn2 {
  background-color: lightblue;
  border: none;
}

/* Star rating */
:root {
  --star-size: 20px;
  --star-color: #fff;
  --star-background: #fc0;
}

div.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times; // make sure ★ appears correctly
  line-height: 1;
}  
  
div.stars::before {
    content: '★★★★★';
    letter-spacing: 0px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Just to make a preview more beautifull - part of the stars definition
body {
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

* {
  position: relative;
  box-sizing: border-box;
}
*/

input.ratingRadio { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* CHECKED STYLES */
input.ratingRadio:checked + img {
  outline: 2px solid blue;
}

div.hScrolly {
	width: 900px;
	/*height: 190px;*/
	/*overflow-x: auto;*/
	overflow-x: scroll;
	overflow-y: hidden;
	/*margin: 0 auto;*/
	/*white-space: nowrap*/
}