.shield, .modal {
  position: absolute;
  display:  none;
}

.shield[data-layer="0"] { z-index:   999; }
.shield[data-layer="1"] { z-index:  1999; }

.modal[data-layer="0"] { z-index:  1000; }
.modal[data-layer="1"] { z-index:  2000; }

.shield {
  bottom:           0px;
  right:            0px;
  height:           100%;
  width:            100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}

.modal {
  background-color: rgb(255, 255, 255);
  border-radius:    5px;
  top:              50%;
  left:             50%;
  height:           auto;
  width:            320px;
  margin-left:      -170px;
  margin-top:       -170px;
}

.modal.general {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  top: 20%;
  left: 50%;
  height: auto;
  width: 500px;
  margin-left: -250px;
  margin-top: 0px;
  padding-bottom: 20px;
  text-align: left;
}

.modal.general .modal-body {
  text-align: left;
}

.modal.big {
  width:  532px !important;
  height: 333px !important;
}

.modal-header {
  height: 32px;
}

.modal-close {
  float:        right;
  font-family:  monospace;
  font-size:    300%;
  padding:      13px;
  cursor:       pointer;
  height:       32px;
}

.modal-body {
  font-family:  'lato_bold';
  font-size:    150%;
  padding:      10px;
  text-align:   center;
}

.alert {
  line-height:  1.5em;
}

.modal-footer {
  text-align: center;
}

.modal-footer img {
  margin: 5px 20px;
}
