﻿.dr-alert-wrapper {
  background-color: #FFF3BA; }
  .dr-alert-wrapper .dr-alert {
    padding: 10px 20px 20px 20px;
    font-family: "Poly", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    color: #05232f;
    text-align: center; }
    @media (min-width: 768px) {
      .dr-alert-wrapper .dr-alert {
        width: 640px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        line-height: 22px; } }
    @media (min-width: 991px) {
      .dr-alert-wrapper .dr-alert {
        width: 950px; } }

