

#popoutDateData {
    z-index: 1000;
    position: fixed;
    display: block;
    min-height: 250px;
    min-width: 350px;
    background-color: gray;
    color: white;
    top: 0px;
    right: 0px;
    padding-left: 10px;
}


.popoutBottomArrow {
    z-index: 1000;
    position: relative;
    top: 80px;
  width: 0; 
  height: 0; 
  border-left: 31px solid transparent;
  border-right: 31px solid transparent;
  
  border-top: 25px solid white;
}

.aprvDisplayDates {
    display: inline-block;
    margin: 2px;
    min-width: 50px;
    max-width: 75px;
    height: auto;
    max-height: 75px;
    width: auto;
    background-color: #24b4d7;
    border: 1px solid #ccc;
    text-align: center;
}

.aprvDisplayDates > div > p {
    color: white;
    font-size: 70%;
    text-align: center;
    padding-top: 6px;
}

.aprvDisplayDates > p {
    color: white;
    font-size: 70%;
    text-align: center;
    padding-top: 6px;
}


#hoverDisplay {
    width: 65px;
    height: 60px;
    background-color: red;
    position: relative;
    top: -70px;
    opacity: 0;
}