body {
  overflow: hidden; /* Hide scrollbars */
  color: #DDD;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #000;
}

a {
    color: #a22;
}

.beta {
    visibility: hidden;
    position: fixed;
    pointer-events: none;
}

.border {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 20px;
    border-color: orange;
    border-style: solid;
}

.triangle {
  top: -155px;
  right: -155px;
  width: 250px;
  height: 250px;
  padding: 0 0 15px 0;
  transform: rotate(45deg);
  background: orange;
  color: purple;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* just some content with arbitrary styles for explanation purposes */
/** OLD
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 10;
	visibility: hidden;
}


.modal {
    width: 300px;

    line-height: 100px;
    position: fixed;
    top: 10%; 
    left: 50%;

    margin-left: -150px;
    #background-color: #f1c40f;
	background-color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    z-index: 11; 
	font-family:Arial;
	font-size: 20px;
	padding-bottom: 40px;
}


.myInputText {
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
    
}
.myInputText input[type="text"]:focus {
    background: #d2d9dd;
}

.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.myButton:active {
	position:relative;
	top:1px;
}
*/





.container301 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto 1fr auto;
  height: 100vh;
  width: 100%;
  border-collapse: collapse;
  color: #DDD;
  font-family: Helvetica, Arial, sans-serif;
  width: 100%;
  border-collapse: collapse;
  position: fixed;
  top: 0;
}

.header {
  background: #000;
  text-align: center;
  font-size:30px;
  font-weight:bold;
  border-style: solid;
  border-color: white;
  border-width:0px 0px 2px 0px;
  padding: 10px;
  overflow: hidden;
  color: #DDD;
}

.container301 div:nth-child(2) {
  border-width: 0px 2px 2px 2px;
}

.score {
  font-size:40px;
	font-weight:bold;
  text-align: center;
  border-style: solid;
  border-color: white;
	border-width:0px 0px 2px 0px;
  padding: 10px;
}

.container301 div:nth-child(5) {
  border-width: 0px 2px 2px 2px;
}

.turns {
  font-size:40px;
  text-align: center;
  vertical-align: top;
  overflow: auto;
}

.container301 div:nth-child(8) {
  border-width: 0px 2px 0px 2px;
  border-style: solid;
}

.keypad {
  grid-row-start: 4;
  grid-column: 1 / 4;

}


.activeHeader {
	background:-o-linear-gradient(bottom, #0000ff 5%, #00007f 100%);	
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0000ff), color-stop(1, #00007f) );
  background:-moz-linear-gradient( center top, #0000ff 5%, #00007f 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff", endColorstr="#00007f");
  background: -o-linear-gradient(top,#0000ff,00007f);
  color: #FFF;
}


/* keypad styles */
.numpadTable { 
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  width: 50%;
  /* Table reset stuff */
  border-collapse: separate;
  border-spacing: 10px; 
  margin-left:auto; 
  margin-right:auto;
}
				
.numpadTd { 
  height: 45px; 
  background: #CCC;
  text-align: center;
  width: 33% ;
  /* border-radius: 15px 15px 15px 15px; */ /* The radius had it's own background different for the rest of the page. Getting rid of the radius was the easy fix */
}



/* home page styles */
.homebody {
  font-family:Arial;
	font-size:50px;
	text-align: center;
    position: fixed;
  top: 0;
    margin-left:auto; 
  margin-right:auto;
  width: 100%;

}

.myInputText {
	font-family:Arial;
	font-size: 50px;
	font-weight: bold;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    margin: 15px;
    outline: 0;
    padding: 7px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    
}
.myInputText input[type="text"]:focus {
    background: #d2d9dd;
}

.myInputSelect {
    appearance: none;
	font-family:Arial;
	font-size: 30px;
	font-weight: bold;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    margin: 15px;
    outline: 0;
    padding: 7px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    width: 45%;
    /*position: relative;*/
    /* Arrow */
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 2rem auto;
}

.myInputSelect::-webkit-scrollbar {
  width: 7px;
}

.myInputSelect::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.myInputSelect::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
/*
.myInputSelect::before,
.myInputSelect::after {
  --size: 0.3rem;
  position: absolute;
  content: "";
  right: 1rem;
  pointer-events: none;
}

.myInputSelect::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.myInputSelect::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}
*/
.homebutton {
  background-color: #A22;
  border-radius: 15px;
  border: none;
  color: white;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;
  margin: 10px 20px;
  cursor: pointer;
  align-self: center;
  vertical-align: middle;
  touch-action: manipulation;
}

.exitButtonOhOne {
  grid-row: 4;
  grid-column: 3;
  place-self: end right;
  margin-right: 40px;
  margin-bottom: 40px;
  border-style: solid;
  padding: 5px;
  color: #aaa;
  text-decoration: none;
  touch-action: manipulation;
}

.containerGameButtons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  height: auto;
  width: 60%;
  border-collapse: collapse;
  justify-content: center;
  margin: auto;
 }



/**
 * 
 * CRICKET
 *
 */	
 
.containerCricketCutthroat {
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr;
  grid-template-rows: auto auto auto 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  height: 95vh;
  width: 100%;
  border-collapse: collapse;
  color: #DDD;
  font-family: Helvetica, Arial, sans-serif;
  background: #000;
  border-color: #fff;
}

.containerCricket {
  display: grid;
  grid-template-columns: 1fr auto 1fr 0;
  grid-template-rows: auto auto auto 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  height: 95vh;
  width: 100%;
  border-collapse: collapse;
  color: #DDD;
  font-family: Helvetica, Arial, sans-serif;
  background: #000;
  border-color: #fff;
}

.containerCricketCutthroatShanghai {
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr;
  /*grid-template-rows: auto auto auto 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr auto;*/
  grid-template-rows: auto auto auto minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr);
  grid-auto-flow: column;
  height: 95vh;
  width: 100%;
  border-collapse: collapse;
  color: #DDD;
  font-family: Helvetica, Arial, sans-serif;
  background: #000;
  border-color: #fff;
}

.containerCricketShanghai {
  display: grid;
  grid-template-columns: 1fr auto 1fr 0;
  grid-template-rows: auto auto auto minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr);
  grid-auto-flow: column;
  height: 95vh;
  width: 100%;
  border-collapse: collapse;
  color: #DDD;
  font-family: Helvetica, Arial, sans-serif;
  background: #000;
  border-color: #fff;
}

/* right border for first column 
.containerCricket div:nth-child(-n+9) {
  border-width: 0px 2px 0px 0px;
  border-style: solid;
  border-color: black;
}*/

.blurOverlay {
    grid-area: 1 / 1 / last-line / last-line;
    backdrop-filter: blur(4px);
}

.configItem {
    z-index: 10;
    font-size: 3vw;
    place-self: center;
}

.configSubItem {
    margin: 5px auto 0 auto;
    text-align: center;    
}

.configValue {
    color: #aa2;
}

.slidecontainer {
    width: 25vw;
}

.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #f3f3f3; /* Grey background */
  outline: none; /* Remove outline */
  /* opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  /* -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  /* transition: opacity .2s; */
}

/* Mouse-over effects */
.slider:hover {
  /* opacity: 1; /* Fully shown on mouse-over */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #A22; /* Green background */
  cursor: pointer; /* Cursor on hover */
  touch-action: manipulation;
}

.button {
  background-color: #A22;
  border-radius: 15px;
  border: none;
  color: white;
/*  padding: 15px 25px;*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 4px;
  cursor: pointer;
  /*align-self: center;*/
  vertical-align: middle;
  width: 120px;
  touch-action: manipulation;
}

.largeB {
  font-size: 32px;
  margin: 0px 15px 2px 15px;
  width: 120px;
}

.yellowB {
  background-color: #cc0;
  color: #222;
  width: 120px;
  text-align: center;
  font-size: 20px;
  font-weight:bold;
  justify-self:center;
  margin: 15px;
  padding: 20px 0px;
}

.configB {
  background-color: #0ff;
  color: #222;
  width: 120px;
  text-align: center;
  font-size: 20px;
  font-weight:bold;
  justify-self:center;
  margin: 15px;
  padding: 20px 25px;
  border-width: 4px; 
  border-style: solid;
}

.closedButton {
  background-color: #888;
  color: #222;
}

.ghost {
  display: none;
}
.buttonCell {
  justify-self: left;
  display: flex;
  margin: 0px 0px 10px 0px;
}
.internalColBorderHeader {
  border-width: 0px 2px 2px 2px; 
  border-style: solid;
  grid-row: 1;
  pointer-events: none;
}

.internalColBorderScore {
  border-width: 0px 2px 2px 2px; 
  border-style: solid;
  grid-row: 2;
  border-color: white;
  pointer-events: none;
}

/* borders for the vertical lines in score rows */
.internalColBorderMarks {
  border-width: 0px 2px 0px 2px;
  border-style: solid;
  border-color: white;
  pointer-events: none;
}

.marks {
  font-size: 60px;
  text-align: center;
  place-self: strech;
}

.mark {
  font-family: Comic Sans, "MarkerFelt-Thin", sans-serif;
  font-size: 90px;
  text-align: center;
  place-self: center strech;
}


.activeMark {
  color: #3EE;
}

.hiddenMark {
  visibility: hidden;
}

.newScore {
  place-self: strech strech;
  text-align: center;
  padding-top: 8%;
  padding-left: 60%;
  vertical-align: middle; 
  font-size: 35px;
}

.newScoreForScore {
  place-self: center right;
  font-size: 25px;
  padding-right: 20px;
  visibility: hidden;
}

.colButton { grid-column: 1; }
.colP1     { grid-column: 2; }
.colP2     { grid-column: 3; }
.colP3     { grid-column: 4; }

.rowHeader { grid-row: 1; }
.rowScore { grid-row: 2; }
.rowBuffer { grid-row: 3; }
.row20 { grid-row: 4; }
.row19 { grid-row: 5; }
.row18 { grid-row: 6; }
.row17 { grid-row: 7; }
.row16 { grid-row: 8; }
.row15 { grid-row: 9; }
.rowB  { grid-row: 10; }
.rowD  { grid-row: 11; }
.rowT  { grid-row: 12; }
.row3B  { grid-row: 13; }

.buffer { 
  grid-row: 3;
  grid-column: 1 / 5;
  visibility:hidden;
  padding: 5px;
  color: #222;
}
.exitAndSettingsButtons {
}
.exitButton { 
  
  place-self: center right;
  margin-right: 20px;
  border-style: solid;
  padding: 5px;
  color: #777;
  text-decoration: none;
  width: 22px;
  border-color: #777;
  border-width: 4px;
}

svg {pointer-events: none;}

.settingsButton { 
  
  place-self: center right;
  margin-right: 20px;
  border-style: solid;
  padding: 5px;
  color: #777;
  text-decoration: none;
}

.headerCricket {
  font-size:40px;
  font-weight:bold;
  border-style: solid;
  border-color: white;
	border-width:0px 0px 2px 0px;
  display: flex;
}

.centeredText {
  margin: auto;
}

.inactiveHeader {
  background: #000;
  color: #DDD;
}

.scoreCricket {
  font-size:60px;
	font-weight:bold;
  text-align: center;
  border-style: solid;
  border-color: black;
	border-width:0px 0px 2px 0px;
  padding: 10px;
  grid-row: 2;
  border-color: white;
  display: flex;
}

/* Switch 1 Specific Styles Start */

.box_1 {
  background: #eee;
}

input[type="checkbox"].switch_1 {
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3.5em;
  height: 1.5em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"].switch_1:checked {
  background: #0ebeff;
}

input[type="checkbox"].switch_1:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
  left: calc(100% - 1.5em);
}

/* Switch 1 Specific Style End */


/* Double/Triple/3B scoring modal */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #eee;
  padding: 50px 50px 50px 50px;
  border-radius: 5px;
  border-style: outset;
  border-color: black;
  border-width: 4px;
  color: black;
  font-size: 24px;
}


/* game history */
.scoreDetailsModal {
  top: 20%;
  left: 5%;
  right: 5%;
  transform: translate(0%, 0%);  
  z-index: 10;
}

/* To do make a specific set of classes for the score details */
/* and follow advice here https://stackoverflow.com/questions/50361698/border-style-do-not-work-with-sticky-position-element */
.scoreDetail table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
}

.scoreDetail table thead {
  background: #A22;
  color: white;
/*  border-color: black;
  border-style: solid;*/
}

.scoreDetail table th {
  border-top: solid black;
  border-bottom: solid black;
  border-right: solid black;
}

.scoreDetail table tbody tr {
  background: #ddd;
  color: black;
  /*border-color: black;
  border-style: solid;*/
}

.scoreDetail table td {
  border-bottom: solid black;
  border-right: solid black;
}

.scoreDetail th:first-child,
.scoreDetail td:first-child {
  /* Apply a left border on the first <td> or <th> in a row */
  border-left: solid black;
}

.scoreDetail table tbody tr:nth-child(odd) {
  background-color: #aaa;
}

.addaRowColors tr:nth-child(even) {
  background-color: #FDBACD !important; /*#FADADD;*/
}

.addaRowColors tr:nth-child(odd) {
  background-color: #7DB8E6 !important; /*#ADD8E6;*/
}

.scoreDetailsExitButton {
  position: absolute;
  right: 0;
  margin-right: 8px;
  top: 0;
  margin-top: 8px;  
  border-style: solid;
  padding: 5px;
  color: #555;
  text-decoration: none;
  width: 22px;
  border-color: #555;
  border-width: 4px;
  text-align: center;
}


.scaleAnimation {
  animation: scale 1500ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes scale {
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.0);
  }
  75% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1.0);
  }
}


.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
/* Comment out below this line */

/** Defined in other css


.activeHeader {
	background:-o-linear-gradient(bottom, #0000ff 5%, #00007f 100%);	
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0000ff), color-stop(1, #00007f) );
  background:-moz-linear-gradient( center top, #0000ff 5%, #00007f 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff", endColorstr="#00007f");
  background: -o-linear-gradient(top,#0000ff,00007f);
  color: #FFF;
}




*/

/* tease banner (Phase 1: awareness)
   Palette nods to the new app: warm gold bar with deep-navy text.
   Font is Chakra Petch (the new app's signature display face). */
.teaseBanner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: linear-gradient(90deg, #d4a017 0%, #f0c948 50%, #d4a017 100%);
  background-size: 200% 100%;
  animation: teaseBannerShimmer 6s ease-in-out infinite;
  color: #0d0f14;
  font-family: "Chakra Petch", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 56px;
  text-align: center;
  border-bottom: 2px solid #8a6a10;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(240, 201, 72, 0.35), 0 2px 8px rgba(0,0,0,0.6);
}

@keyframes teaseBannerShimmer {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

.teaseBannerText {
  letter-spacing: 1px;
}

.teaseSparkle {
  display: inline-block;
  color: #0d0f14;
  font-family: "Chakra Petch", Helvetica, Arial, sans-serif; /* force text presentation, avoid emoji fallback */
  font-variant-emoji: text;
  margin: 0 0.4em;
  animation: teaseSparklePulse 2.5s ease-in-out infinite;
}

@keyframes teaseSparklePulse {
  0%, 100% { opacity: 0.55; transform: scale(1) rotate(0deg); }
  50%      { opacity: 1;    transform: scale(1.2) rotate(90deg); }
}

.teaseBannerClose {
  position: absolute;
  right: 8px;
  top: 0;
  height: 56px;
  width: 56px;
  background: transparent;
  border: none;
  color: #0d0f14;
  font-size: 28px;
  font-weight: bold;
  line-height: 56px;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
}

.teaseBannerClose:hover {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .teaseBanner { animation: none; }
  .teaseSparkle { animation: none; }
}

.tease-dismissed .teaseBanner {
  display: none;
}

body:not(.tease-dismissed) #home .homebody {
  top: 56px;
}

