div.hidden {
	display: none !important;
}
.data-table {
	background: #EEF4F8;
	position: absolute;
}
.data-table .row {
	justify-content: center;
	margin: 16px 0;
}
.data-table .row > div,
.data-table .row > p {
    box-shadow: none;
    background: no-repeat;
    padding: 0;
    font-weight: normal;
    width: auto;	
}
.data-table .row > p {
	color: #444444;
	width: 100%;
	padding: 15px 0;
}
.data-table input[type="text"], 
.data-table textarea {
    background: #FFFFFF;
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    width: 30%;
    border: none;
    text-align: left;
    padding: 10px 30px;
    font-weight: normal;
    line-height: 1;
	color: #222;
}
.data-table input[type="submit"]{
	width: auto;
	padding: 10px 43px;
}
form .data-table input::placeholder,
form .data-table textarea::placeholder {
  color: #c1c1c1;
}
.data-table {
	position: relative;
}
.data-table .img-after::after {
    content: "";
    background: none;
}
img.img-before {
    position: absolute;
    right: 15px;
    top: 0;
}
.data-table .img-after {
    position: absolute;
    left: 15px;
    bottom: 0;
	transform: rotate(180deg);
}
.popupContent input[type="submit"] {
    width: auto;
}