#application-alert {
  position: relative; }
  #application-alert .closeApp {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000;
    padding: 7px 10px;
    border-radius: 33px; }
  #application-alert p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px; }