/*
Theme Name: smictom
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.uacf7-form-4184 .uacf7-step.step-content button.uacf7-prev, .uacf7-step.step-content button.uacf7-next{
  margin-top: 15px !important;
}

.commune-msg{
  background-color : #fff;
  border-radius : 10px;
  padding : 10px 15px;
  margin: 20% auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 50%;
}

.commune-msg p, .commune-msg ul{
  margin-bottom : .5rem;
}

.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}