.popup {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 25px 5px #999;
  color: #000;
  display: none;
  min-height: 250px;
  padding: 25px;
}

.button.b-close {
  border-radius: 0;
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 0 6px 2px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #a5c835;
  color: #ebedeb;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.button.b-close:hover {
  background-color: #000;
}

.popup h3 {
  color: #009688;
  font-size: 20px;
  margin-bottom: 20px;
}

.popup label {
  color: #bbb;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

.popup .btn-default {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.popup p {
  font-size: 15px;
  line-height: 19px;
  float: left;
}

.popup ul {
  font-size: 15px;
  line-height: 19px;
  float: left;
  width: 50%;
  display: inline-block;
}