table {
  border: 8px outset;
  padding: 0px;
  text-align: center;
  margin: auto;
  width: 100%;
  border-collapse: collapse;
}

@font-face {
  font-family: StamAshkenazCLM;
  src: url(StamAshkenazCLMMedium.ttf);
}

#livePuzzleId {
  width: 50px;
}

.bare {
/*  border: 0.5px dashed; */
  border: none;
  padding: 2px;
  text-align: left;
  width: 45%;
  height: auto;
}

.simple {
  border: none;
  padding: 2px;
  width: 100%;
  height: auto;
}

#userName {
  width: 100px;
}

.bareHead {
/*  border: 0.5px dashed; */
  border: none;
  padding: 2px;
  padding-left: 250px;
  text-align: center;
  width: 80%;
  height: auto;
}

.bareLogin {
/*  border: 0.5px dashed; */
  border: none;
  padding: 2px;
  text-align: right;
  width: 20%;
  height: auto;
}

.bareBottom {
  border-bottom: 2px solid; 
  padding: 2px;
  text-align: left;
  width: 45%;
  height: auto;
}

.liveGame {
  width: 60%;
}

.liveGameCell {
  height: 66px;
}

.liveGameImage {
  height: 50px;
  width: 50px;
/*  transform: scale(0.8); */
}

tr {
  padding: 0px;
  text-align: center;
  margin: auto;
  width: 100%;
  border-collapse: collapse;
}

td {
  border: 4px solid;
  border-collapse: collapse;
  padding: 0px;
  text-align: center;
  width: 33%; 
  height: 120px;  
}

th {
  padding: 2px;
  text-align: center;
  font: 20px;
}

td.solutionCells {
  border: 2px solid;
  border-collapse: collapse;
  padding: 0px;
  text-align: center;
  height: 10px;
  width: 15%;  
}

.innerCellSoln {
  border-left: 0.25px dotted;
  border-bottom: 0.25px dotted;  
  border-collapse: collapse;
  border-top: none;
  border-right: none;  
  text-align: center;
  width: 15%;
  height: 5px;        
}

.innerCellLeftSoln {
  border-left: none;
  border-bottom: 0.25px dotted;  
  border-collapse: collapse;
  border-top: none;
  border-right: none;  
  text-align: center;
  width: 15%;
  height: 5px;      
}

.innerCellBottomSoln {
  border-left: 0.25px dotted;
  border-bottom: none;  
  border-collapse: collapse;
  border-top: none;
  border-right: none;  
  text-align: center;
  width: 15%;
  height: 5px;    
}

.innerCellLeftBottomSoln {
  border-left: none;
  border-bottom: none;  
  border-collapse: collapse;
  border-top: none;
  border-right: none;  
  text-align: center;
  width: 15%;
  height: 5px;  
}

.innerTableSoln {
  border: none;
  height: 5px;
  width: 15%;
}

table.solution {
  border: none;
  padding: 0px;
  text-align: center;
  width: 15%;
  margin: auto;
  height: 10px;  
}

tr.solution {
  border: none;
  padding: 0px;
  text-align: center;
  width: 15%;
  margin: auto;  
  height: 10px;  
}

td.solution {
  border: none;
  padding: 0px;
  text-align: center;
  width: 15%;
  height: 10px;  
}

.solutionImg {
  border: none;
  height: 23px;
  width: 23px;
  transform: scale(1.0);
}

.solutionImgBig {
  border: none;
  height: 18px;
  width: 18px;
  transform: scale(1.0);
}

p {
  font-size: 34px;
  direction: rtl;
  text-align: justify;
}

a {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.solutionHeader {
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  padding-top: 50px;
  text-align: center;
  font-size: 25px;
  height: 50px;
  width: 15%;
}

.solutionHeader100 {
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  padding-top: 10px;
  text-align: center;
  font-size: 25px;
  height: 10px;
  width: 15%;
}

.soln5x5 {
  border: none;
  padding: 0px;
  text-align: center;
  height: 10px;
  width: 100%;
}

tr.solutionSep {
  border: none;
  height: 300px;
}

.innerCell {
  border-left: 3px dotted;
  border-bottom: 3px dotted;  
  border-collapse: collapse;
  border-top: none;
  border-right: none;  
}

.innerCellLeft {
  border-left: none;
  border-bottom: 3px dotted;  
  border-collapse: collapse;
  border-top: none;
  border-right: none;  
}

.innerCellBottom {
  border-left: 3px dotted;
  border-bottom: none;  
  border-collapse: collapse;
  border-top: none;
  border-right: none;  
}

.innerCellLeftBottom {
  border-left: none;
  border-bottom: none;  
  border-collapse: collapse;
  border-top: none;
  border-right: none;  
}

.innerTable {
  border: none;
  text-align: center;
}

.quantity {
  width: 40px;
}

div {
  font-family: StamAshkenazCLM;
  text-align: center;
  padding: 2px;
  margin: auto;
  width: 100%;
}

h1 {
  font-family: StamAshkenazCLM;
  text-align: center;
  margin: auto;
  width: 100%;
  font-size: 120px;
}

h2 {
  font-family: StamAshkenazCLM;
  text-align: center;
  margin: auto;
  width: 100%;
  font-size: 75px;
}

h4 {
  text-align: center;
  padding: 0px;
  margin: auto;
  width: 100%;
  font-size: 55px;
}

h6 {
  text-align: center;
  padding: 0px;
  margin: auto;
  width: 100%;
  font-size: 100px;
}

h3 {
  text-align: center;
  padding: 0px;
  margin: auto;
  width: 100%;
  font-size: 35px;
}

h5 {
  text-align: center;
  padding: 0px;
  margin: auto;
  width: 100%;
  font-size: 20px;
}

img {
  height: 100px;
  width: 100px;
}

@media print {
  br {page-break-after: always;}
}

body.print {
  br {page-break-after: always;}
}

.almostThereBackground {
  background-color: LightSkyBlue;
}

.victory {
  background-color: LightSkyBlue;
  border: 5px double;
  color: green;
}

.printAdvisory {
  background-color: LightSkyBlue;
  padding: 5px;
  border: 3px outset;
  font-family: Arial;
  width: 55%;
  text-align: left;
}

.printAdvisory100 {
  background-color: Bisque;
  padding: 5px;
  border: 2px inset;
  font-family: Arial;
  font-weight: bold;
  width: 610px;
  height: 80px;
  text-align: left;
}

.loggedIn {
  color: DarkMagenta;
}

#errorCounter {
  font-size: 18px;
  font-weight: bold;
  color: red;
}

#errorLabel {
  font-size: 12px;
  color: red;
}

.littleHints {
  color: blue;
  font-size: 14px;
  border-spacing: 0px;
  border: none;
  padding-left: 9px;
  padding-right: 9px;  
  width: 33%;
  height: 22px;
  text-align: center;
}

.link {
  text-decoration: underline;
  text-decoration-color: blue;  
  text-decoration-thickness: 1px;  
  color: blue;
  cursor: pointer;
}

#clock {
  padding-left: 8px;
  background-color: Bisque;
  border: 2px inset;
  font-family: Arial;
  width: 60px;
}

.outerClock {
  float: left;
  text-align: left;
  padding: 482px 0;
  width: 100px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.winningTime {
  color: green;
  font-weight: bold;  
}

#trngMode {
  border: 1px solid;
  background-color: GreenYellow;
  color: blue;
  font-size: 12px;
}

.losingTime {
  text-decoration: line-through;
  text-decoration-color: black;  
  text-decoration-thickness: 3px;  
  color: red;
}

.printAdvisory48 {
  background-color: Bisque;
  padding: 5px;
  border: 2px inset;
  font-family: Arial;
  font-weight: bold;
  width: 420px;
  height: 60px;
  text-align: left;
}

.printButton {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: auto;
  width: 20%;
  height: 35px;
  font-weight: bold;
  background-color: gold;
}

.printAdvisory12 {
  background-color: Bisque;
  padding: 5px;
  border: 2px inset;
  font-family: Arial;
  font-weight: bold;
  width: 280px;
  height: 18px;
  text-align: left;
}

input.printAdvisoryLen {
  width: 40px;
  font-weight: bold;
}

.coverPage {
  width: 85%;
  height: 1000px;
}

.spanVert {
  padding-top: 35px;
}
