
.success { background-color: #3dc763 !important; }

.failure { background-color: #ed3d3d!important; }

.top-left {
  left: 10px;
  top: 10px;
}

.bottom-right {
  bottom: 10px;
  right: 10px;
}

.bottom-left {
  bottom: 10px;
  left: 10px;
}

.top-right {
  top: 10px;
  right: 10px;
}

.small { width: 20%; }

.big { width: 40%; }

.popup {
  position: fixed;
  padding: 20px;
  padding-top: 5px;
  background: #fff;
  border-radius: 5px;
  color: white;
  z-index: 100;
}

.popup h2 {
  margin-top: 0;
  color: white;
  font-family: Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover { color: #06D85F; }

.popup .content {
  max-height: 30%;
  overflow: auto;
  font-family: Arial;
}

.ico-failure:before { content: "\24E7"; }

.ico-success:before { content: "\2714"; }
@media screen and (max-width: 700px) {

.box { width: 70%; }

.popup { width: 70%; }
}
