.warning-message {
    background: #2240ee;
    border-bottom: 1px solid #f4f4f4;
    color: #fff;
}
.warning-message p {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.warning-message a,
.warning-message a:active,
.warning-message a:hover,
.warning-message a:visited {
    color: #fff;
}

#review-button {
    max-width: 170px;
    margin: 0 auto;
}

.cemetery-cleanup {
      font-size: 22px;
      font-size: 2.2rem;
    }

    .cemetery-cleanup td {
      border: 1px solid #000;
    }

    .cemetery-cleanup td strong {
      display: block;
    }

    .cemetery-cleanup td:first-child {
      width: 20%;
      font-weight: bold;
      padding: 15px 10px;
      background: #ededed;
    }

    .cemetery-cleanup td:last-child {
      width: 80%;
      padding: 20px;
    }

    @media screen and (max-width: 767px) {

      .cemetery-cleanup td:first-child,
      .cemetery-cleanup td:last-child {
        display: block;
        box-sizing: border-box;
        clear: both;
        width: 100%;
        text-align: center;
      }
    }