body {
    overflow: hidden;
}

.grid .domain {
	visibility: hidden;
}

.grid line {
	color: grey;
	opacity: 0.2;
}
.x-grid .domain {
	visibility: hidden;
}

.x-axis .tick line{
	display: none;
}

.x .tick line {
    display: none;
}

.y-axis .tick line{
	display: none;
}

.xlabel {
	width: 100%;
    text-align: center;
    margin-top: 3%;
}

.xlabel p {
    text-transform: uppercase;
    font-size: 12px;
}

.y-axis text, .x-axis text {
    font-size: 14px;
}

text {
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    text-shadow: rgb(255, 255, 255) -1px -1px 1px, rgb(255, 255, 255) -1px 1px 1px, 
     rgb(255, 255, 255) 1px -1px 1px, rgb(255, 255, 255) 1px 1px 1px;
}

.state {
    position: absolute;
    top: 50px;
    left: 50px;
}

.legWrap {
    position: absolute;
    top: 5px;
    left: 25px;
    width: 85px;
    height: 93px;
    background-color: white;
    pointer-events: none;
}

.legWrap p {
    text-align: center;
    margin: 5px;
    font-size: 14px;
}

.legend {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border {
    border: 1px solid black;
}

.grad{
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rect {
    width: 20px;
    height: 50px;
}

.rectDes {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    height: 50px;
    justify-content: space-between;
    padding-left: 5px;
}

.rectDes p{
    margin: 0;
    padding: 0;
    font-size: 12px;
}

h4 {
    text-align: center;
}

/*TIP*/
.tip {
    background-color: hsla(0,0%,100%,.9);
    padding: 10px;
    border-radius: 5px;
    font-size: 1em;
      width: 180px;
  }
  .tip .year {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 2px;
  }
  .tip .swatch {
    width: 11px;
    height: 11px;
    float: left;
    margin-top: 6px;
    margin-right: 4px;
  }

  .tip {
      pointer-events: none;
  }

.touchStone {
    height: 500px;
    position: absolute; 
}


@media screen and (max-width: 1000px) {

    .touchStone {
        height: 350px; 
    }

}

/* @media screen and (max-width: 500px) {
    .touchStone {
        height: 200px; 
    }

} */