:root {
  --step--2: clamp(0.61rem, 0.74rem, 0.72rem);
  --step--1: clamp(0.73rem, 0.93rem, 0.9rem);
  --step-0: clamp(0.88rem, 1.17rem, 1.13rem);
  --step-1: clamp(1.05rem, 1.47rem, 1.41rem);
  --step-2: clamp(1.26rem, 1.85rem, 1.76rem);
  --step-3: clamp(1.51rem, 2.33rem, 2.2rem);
  --step-4: clamp(1.81rem, 2.92rem, 2.75rem);
  --step-5: clamp(2.18rem, 3.67rem, 3.43rem);
}
.pods {
  background-color: magenta;
  color: black;
}
.tourer {
  background-color: #2A68A5;
}
.grounds {
  background-color: #67a52a;
  color: black;
}
.static {
  background-color: #2aa5a5;
}
.lodge {
  background-color: #a52a2a;
}
.other {
  background-color: #A5A52A;
  color: black;
}
.inHand {
  background-color: #e67e22;
  color: black;
}
.maintenanceBG {
  background-color: #2aa5a5;
  color: white;
}
.deferredBG {
  background-color: purple;
}
.completedBG {
  background-color: grey;
}
.hkBG {
  background-color: yellow;
  color: black;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
#signIn {
  margin: 2%;
  font-size: var(--step-2);
  width: 40%;
}
#signIn .title {
  font-size: var(--step-4);
}
#signIn form {
  margin: 2%;
}
#signIn fieldset {
  border: 2px dashed white;
  border-radius: 10px;
  padding: 5%;
}
#signIn .quickLinks {
  font-size: var(--step-2);
  background-color: purple;
  padding: 5px 10px;
  margin-bottom: 5%;
}
#mainArea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "header header" "nav nav" "breadcrumb breadcrumb" "leftSide rightSide" "fullWidth fullWidth";
}
#mainArea #header {
  grid-area: header;
}
#mainArea #nav {
  grid-area: nav;
}
#mainArea #breadcrumb {
  grid-area: breadcrumb;
}
#mainArea #leftSide {
  grid-area: leftSide;
}
#mainArea #rightSide {
  grid-area: rightSide;
}
#mainArea #fullWidth {
  grid-area: fullWidth;
}
body {
  background: url("../images/bg.jpg");
  background-repeat: repeat;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: white;
}
a:link {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: white;
}
a:hover {
  border: solid 2px black;
  background-color: red;
  color: black;
  padding: 2px 5px;
  border-radius: 5px;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: grey;
}
::-webkit-scrollbar-thumb {
  background-color: black;
}
.border10 {
  border-radius: 10px;
}
.border20 {
  border-radius: 20px;
}
.clearBoth {
  clear: both;
}
h2 {
  font-size: var(--step-3);
  padding: 2%;
  color: #a52a2a;
  background-color: white;
}
.formInput {
  outline: none;
  border: none;
  background-color: white;
  border-bottom: 4px solid yellow;
  border-radius: 0 0 10px 10px;
  padding-left: 10px;
  color: black;
  font-size: var(--step-1);
  width: 70%;
  min-width: 200px;
}
.formInput:hover {
  background-color: grey;
}
.button {
  outline: none;
  border: 2px solid black;
  background-color: red;
  padding: 10px;
  font-size: var(--step-1);
  border-radius: 10px;
}
.button:hover {
  background-color: green;
}
.blackBG {
  background-color: black;
  color: white !important;
}
.grey {
  color: grey;
}
.darkRed {
  color: darkred;
}
.blue {
  color: blue;
}
.scrollTop {
  position: fixed;
  right: 0%;
  bottom: 10px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
  text-align: center;
}
.scrollTop i {
  color: red;
}
.scrollTop a {
  font-size: 3em;
  color: black;
  text-align: center;
}
.scrollTop a:visited {
  color: grey;
}
.scrollTop a:hover {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: black;
  padding: 0;
  border-radius: none;
}
#header {
  background-color: rgba(255, 0, 0, 0.3);
  margin: 1% 2.5% 0.25%;
  border: 2px solid white;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 1% 2%;
}
#header h1 {
  font-size: var(--step-4);
}
#header .version {
  color: red;
}
#header .maintHead,
#header .hkHead {
  display: flex;
  align-items: center;
  font-size: var(--step-2);
}
#header .maint,
#header .hk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: blue;
}
#header .maint div,
#header .hk div {
  padding: 5% 0;
  text-align: center;
}
#header .hk {
  background-color: yellow;
  color: black;
}
nav {
  margin: 10px 8%;
  padding: 5px 5%;
  border-radius: 10px;
  background-color: blue;
  border: 2px solid white;
}
nav > ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
nav > ul > li {
  padding: 5px;
}
.sub-menu-parent {
  position: relative;
  text-align: left;
}
.sub-menu {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  transform: translateY(-2em);
  z-index: 21;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}
nav .sub-menu {
  margin-top: 0px;
  border: 2px solid white;
  border-radius: 0 0 20px 20px;
  width: 200px;
}
nav .sub-menu li {
  line-height: 30px;
  padding: 0 10px;
  background-color: grey;
}
nav .sub-menu li:nth-last-child(1) {
  border-radius: 0 0 20px 20px;
}
#breadcrumb {
  margin: 0 5%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 10px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}
#breadcrumb i {
  color: red;
}
#breadcrumb form {
  float: right;
  margin-right: 5%;
}
#breadcrumb .formInputSearch {
  background-color: rgba(0, 0, 0, 0.4);
  outline: none;
  color: white;
  border-radius: 0 0 5px 5px;
  border: none;
  border-bottom: 4px solid yellow;
  font-size: var(--step-0);
  padding-left: 5px;
}
#breadcrumb .buttonSearch {
  border: 1px solid white;
  background-color: red;
  padding: 2px 5px;
  font-size: var(--step-0);
  color: white;
  border-radius: 5px;
}
#breadcrumb .buttonSearch:hover {
  background-color: green;
}
#fullWidth {
  margin: 1% 3%;
}
#fullWidth #fullWidthInner {
  display: grid;
  grid-template-columns: 1fr 2fr 3fr 0.75fr 3fr 2fr;
}
#fullWidth .head {
  background-color: grey;
  padding: 5px 0;
  text-align: center;
}
#fullWidth div {
  border: 1px solid white;
  font-size: var(--step--1);
  padding: 5px;
}
#fullWidth .hightlight {
  background-color: black;
  color: white;
  padding: 0px 10px;
  border-radius: 10px;
}
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  font-size: var(--step-0);
  /* opinion 1 */
}
/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.9em;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 0px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  text-align: center;
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 121em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: green;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}
/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}
/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}
[tooltip]::after {
  display: none;
}
/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: yellow;
  left: calc(0em - 25px);
  transform: translate(-1.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 15px);
  transform: translate(-1.5em, -50%);
}
/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
#leftSide,
#rightSide {
  margin: 1% 2%;
}
#leftSide #leftSideInner,
#rightSide #leftSideInner,
#leftSide #rightSideInner,
#rightSide #rightSideInner {
  border: 2px solid white;
}
#leftSide .heading,
#rightSide .heading {
  font-size: var(--step-2);
  padding: 10px;
}
#leftSide .subHeading,
#rightSide .subHeading {
  font-size: var(--step-0);
  padding: 10px 30px;
  border-top: 2px dashed white;
}
#leftSide .subHeading .taskBG,
#rightSide .subHeading .taskBG {
  background-color: black;
  border-radius: 10px;
}
#leftSide .mInner,
#rightSide .mInner {
  display: grid;
  grid-template-columns: 0.5fr 1fr 2fr 2fr 3fr 0.5fr;
}
#leftSide .mInner .head,
#rightSide .mInner .head {
  text-align: center;
  font-size: var(--step-1);
  background-color: grey;
  padding: 10px 0;
}
#leftSide .mInner div,
#rightSide .mInner div {
  font-size: var(--step--1);
  line-height: var(--step-0);
  border: 1px solid white;
  padding: 3px 5px;
}
#leftSide .mInner .centerIcon,
#rightSide .mInner .centerIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#leftSide .mInner .centerIcon i,
#rightSide .mInner .centerIcon i {
  color: black !important;
  font-size: var(--step-2);
}
#accordian h3:hover {
  background-color: red;
  cursor: pointer;
}
/*iconfont styles*/
/*list items*/
#accordian li {
  list-style-type: none;
}
/*links*/
/*hover effect on links*/
/*Lets hide the non active LIs by default*/
#accordian ul ul {
  display: none;
}
#accordian li.active ul {
  display: block;
}
#updateTask {
  padding: 2%;
}
#updateTask label {
  font-size: var(--step-1);
}
#updateTask #err {
  font-size: var(--step-2);
  line-height: var(--step-3);
  color: white;
  background-color: red;
  padding: 10px;
  border-radius: 10px;
}
.content {
  padding: 10px;
  border-radius: 10px;
  border: 2px solid;
  background-color: rgba(0, 0, 0, 0.25);
}
.list {
  margin: 0.5rem;
}
.list__item {
  display: inline-flex;
  margin: 0 10px 10px 0;
  padding: 0;
  background-color: rgba(0, 255, 0, 0.3);
  border: 2px solid white;
  border-radius: 10px;
}
.label--checkbox {
  position: relative;
  margin: 0.5rem;
  line-height: 135%;
  cursor: pointer;
}
.checkbox {
  position: relative;
  top: -0.375rem;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid white;
}
.checkbox:checked:before {
  -webkit-transform: rotate(-65deg);
  -moz-transform: rotate(-65deg);
  -ms-transform: rotate(-65deg);
  -o-transform: rotate(-65deg);
  transform: rotate(-65deg);
  height: 0.5rem;
  border-color: red;
  border-top-style: none;
  border-right-style: none;
}
.checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: green;
  cursor: pointer;
}
#statusUpdate ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 2px solid white;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.25);
}
#statusUpdate ul li {
  display: block;
  position: relative;
  float: left;
  height: 100px;
}
#statusUpdate ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
#statusUpdate ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: var(--step-1);
  padding: 45px 0px 5px 5px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#statusUpdate ul li:hover label {
  color: #FFFFFF;
}
#statusUpdate ul li .check {
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 10px;
  left: 10px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
#statusUpdate ul li:hover .check {
  border: 5px solid #FFFFFF;
}
#statusUpdate ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
#statusUpdate input[type=radio]:checked ~ .check {
  border: 5px solid #0DFF92;
}
#statusUpdate input[type=radio]:checked ~ .check::before {
  background: #0DFF92;
}
#statusUpdate input[type=radio]:checked ~ label {
  color: #0DFF92;
}
#task {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 2% 0;
  font-size: var(--step-2);
  text-align: center;
}
#task img {
  border-radius: 10px;
}
#task .team {
  padding: 2%;
  background-color: #2aa5a5;
}
#task a:link {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
#task img:hover {
  border: 5px solid red;
  border-radius: 10px;
}
#task1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  font-size: var(--step-1);
  padding: 10px 0;
  text-align: center;
}
#task1 img {
  border-radius: 10px;
}
#task1 a:link {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
#task1 img:hover {
  border: 5px solid red;
  border-radius: 10px;
}
#taskSelect {
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  font-size: var(--step-1);
}
#taskSelect div {
  background-color: rgba(255, 255, 255, 0.2);
  margin: 10px;
  padding-left: 10px;
  border-radius: 10px;
}
#taskSelect i {
  font-size: var(--step-3);
  vertical-align: middle;
}
#taskSelect a:link {
  color: white;
  text-decoration: underline;
  line-height: var(--step-3);
}
#taskSelect a:hover {
  background-color: red;
  padding: 0 5px;
}
#grid7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-size: var(--step--1);
}
#grid7 .userIcon {
  margin-bottom: 10%;
}
#grid7 .userIcon .textSmallFemale,
#grid7 .userIcon .textSmallMale {
  font-size: var(--step--1);
  padding: 5px;
  border-radius: 0 0 10px 10px;
  margin: 0 5px;
  text-align: center;
}
#grid7 .userIcon .textSmallFemale {
  background-color: pink;
  color: black;
}
#grid7 .userIcon .textSmallMale {
  background-color: blue;
}
#grid7 .userIcon img {
  width: 85%;
  margin: 0 5%;
  border-radius: 10px 10px 0 0;
}
#grid7 .userIcon a:link {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
#grid7 .userIcon img:hover {
  border: 5px solid red;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
#grid6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  font-size: var(--step--1);
}
#grid6 .head {
  background-color: grey;
  font-size: var(--step-0);
  padding: 5px 0;
  text-align: center;
}
#cancelTask {
  display: grid;
  grid-template-columns: 0.5fr 1fr 2fr 2fr 3fr;
}
#cancelTask .head {
  text-align: center;
  font-size: var(--step-1);
  background-color: grey;
  padding: 10px 0;
}
#cancelTask div {
  font-size: var(--step--1);
  line-height: var(--step-0);
  border: 1px solid white;
  padding: 3px 5px;
}
#cancelTask .centerIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cancelTask .centerIcon i {
  color: darkred !important;
  font-size: var(--step-2);
}
#cancelTaskProcess {
  text-align: center;
  margin: 5%;
}
#cancelTaskProcess .heading {
  font-size: var(--step-2);
}
#completedTasks {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 3fr 0.5fr;
}
#completedTasks .head {
  text-align: center;
  font-size: var(--step-1);
  background-color: grey;
  padding: 10px 0;
}
#completedTasks div {
  font-size: var(--step--1);
  line-height: var(--step-0);
  border: 1px solid white;
  padding: 3px 5px;
}
#completedTasks .centerIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#completedTasks .centerIcon i {
  color: black !important;
  font-size: var(--step-2);
}
#completedTasks .heading {
  font-size: var(--step-2);
}
#working {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
#working div {
  margin-top: 10%;
  text-align: center;
  margin: 5%;
}
#working div img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
#working a:link {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
#working img:hover {
  border: 5px solid red;
  border-radius: 10px 10px 0 0;
}
#working .name {
  background-color: #2aa5a5;
  border-radius: 0 0 10px 10px;
}
#hotTubTesting {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "breadcrumb breadcrumb" "title title" "htLeftLinks htRightLinks" "last3 last3" "htLeft htRight" "fullListing fullListing";
}
#hotTubTesting #breadcrumb {
  grid-area: breadcrumb;
}
#hotTubTesting #title {
  grid-area: title;
  font-size: var(--step-3);
  background-color: purple;
  margin: 1% 2%;
  padding: 5px 10px;
  border-radius: 10px;
}
#hotTubTesting #htLeft {
  grid-area: htLeft;
  margin: 0 1%;
}
#hotTubTesting #htRight {
  grid-area: htRight;
  margin: 0 1%;
}
#hotTubTesting #htLeftLinks {
  grid-area: htLeftLinks;
}
#hotTubTesting #htRightLinks {
  grid-area: htRightLinks;
}
#hotTubTesting #fullListing {
  grid-area: fullListing;
  margin: 0 5%;
}
#hotTubTesting #fullListing h4 {
  font-size: var(--step-2);
}
#hotTubTesting #htLeftLinks,
#hotTubTesting #htRightLinks {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 1%;
  background-color: rgba(255, 0, 0, 0.5);
  border-radius: 10px;
  padding: 1% 3%;
}
#hotTubTesting #htLeftLinks div,
#hotTubTesting #htRightLinks div {
  padding: 2% 0;
}
#hotTubTesting h4 {
  background-color: #67a52a;
  margin-top: 2%;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
#hotTubTesting .iconRight {
  float: right;
  font-size: var(--step-1);
  padding: 0 10px;
}
#hotTubTesting #leftInner,
#hotTubTesting #rightInner,
#hotTubTesting #fullInner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.75fr 0.75fr 0.75fr 1fr 1fr 0.75fr 3fr 1fr;
}
#hotTubTesting #leftInner .head,
#hotTubTesting #rightInner .head,
#hotTubTesting #fullInner .head {
  background-color: grey;
  text-align: center;
  font-size: var(--step--1);
  padding: 5px 0;
}
#hotTubTesting #leftInner div,
#hotTubTesting #rightInner div,
#hotTubTesting #fullInner div {
  font-size: var(--step--1);
  border: 1px solid white;
  padding: 10px 3px;
  text-align: center;
}
#hotTubTesting #leftInner .grey,
#hotTubTesting #rightInner .grey,
#hotTubTesting #fullInner .grey {
  background-color: purple;
  color: white;
}
#hotTubTesting #leftInner .blue,
#hotTubTesting #rightInner .blue,
#hotTubTesting #fullInner .blue {
  background-color: #2aa5a5;
  color: white;
}
#hotTubTesting i {
  color: black;
}
#addReading {
  margin: 2%;
}
#addReading #title {
  font-size: var(--step-3);
  background-color: purple;
  margin: 1% 2%;
  padding: 5px 10px;
  border-radius: 10px;
}
#addReading #addReadingInner {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1fr 2fr 2fr 3fr 1.5fr;
  text-align: center;
  vertical-align: middle;
}
#addReading #addReadingInner .head {
  background-color: grey;
  padding: 10px;
  font-size: var(--step--1);
}
#addReading #addReadingInner .formInputAdd {
  border: none;
  outline: none;
  border-bottom: 3px solid yellow;
  width: 90%;
  margin: 0 5%;
  text-align: center;
  font-size: var(--step-0);
  margin-bottom: 10%;
  margin-top: 10px;
}
#addReading #addReadingInner .buttonSpacer {
  margin-top: 10%;
}
#addReading #addReadingInner .leftText {
  text-align: left;
  padding-left: 10px;
}
#addReading #addReadingInner .heading {
  background-color: #2aa5a5;
  padding: 5px 10px;
  color: white;
  font-size: var(--step-1);
}
#addReading #addReadingInner .headingFirst {
  border-radius: 10px 0 0 0;
  text-align: left;
}
#addReading #addReadingInner .headingLast {
  border-radius: 0 10px 0 0;
}
#addReading #addReadingInner .bromineText {
  margin: 10px 10px 25px 15px;
  padding-top: 5px;
  border-radius: 10px;
  background-color: yellow;
  color: black;
}
.newLook {
  font-size: 3rem;
  background-color: #e67e22;
  padding: 10px 20px;
  color: white;
  border-radius: 10px;
}
.blink_me {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#last3 {
  grid-area: last3;
  width: 98%;
  margin-left: 1%;
}
#last3 #last3Inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 0.75fr 0.75fr 0.75fr 1fr 1fr 0.75fr 3fr 1fr;
  font-size: var(--step-0);
}
#last3 #last3Inner .head {
  background-color: grey;
  text-align: center;
  font-size: var(--step--1);
  padding: 5px 0;
}
#last3 #last3Inner div {
  font-size: var(--step--1);
  border: 1px solid white;
  padding: 10px 3px;
  text-align: center;
}
#last3 #last3Inner .grey {
  background-color: purple;
  color: white;
}
#last3 #last3Inner .blue {
  background-color: #2aa5a5;
  color: white;
}
