.article-modal
{
	max-width:600px;
	margin-top:0px;
}
/* The Modal (background) */
.form-modal
{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 101; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
	margin:auto;
}

.form-modal > form
{
	max-width: 600px !important;
	margin: auto !important;
}

.btn-form-modal
{
	margin: auto;
}

.form-modal-content
{
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  max-width: 600px; /* Could be more or less, depending on screen size */
	padding:15px;
}

.form-modal-content > h1
{
	padding:15px;
}


.form-modal-close
{
/*  position: absolute;*/
  position: relative;
/*  right: 35px;*/
  left: 300px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.form-modal-close:hover,
.form-modal-close:focus
{
  color: #f44336;
  cursor: pointer;
}

@media screen and (max-width: 600px)
{
	.form-modal-close
	{
    left:45%;
	}
}
