@media screen and (min-width: 767px) {
  .dcAlert div div {
    padding: 6px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    background: #F2473F;
    color: #FFF;
    font-weight: bold;
    border-radius: 0px;
    opacity: 0.95;
  }
}

@media screen and (max-width: 766px) {
  .dcAlert div div {
    padding: 6px;
    margin-bottom: 1px;
    margin-top: 81px;
    text-align: center;
    /* background: rgba(242, 71, 63, 0.6) !important;*/
    background: #F2473F;
    color: #FFF;
    font-weight: bold;
    border-radius: 0px;
    opacity: 0.95;
  }
}

/* Vaccine.gov Text */
	
.cyanalert {
font-size: large;
font-weight: bold;
/* background-color: #01D1F0; */
/* color: #01D1F0; */
color: #93EEFC;
/* color: #D9F9FE; */
/* color: #0057B7; */
text-align: center;
}
