
#msg-information {
    margin-bottom: 20px;
}

#msg-information table {
  width: 100%;
  border-collapse: collapse;
}

#msg-information table tr {
    border-bottom: 2px solid #FFF;
}

#msg-information table td {
    border-bottom: 2px solid #FFF;
    position: relative;
}

.validinfo {
    background: #BEFEC0;
}

.invalidinfo {
    background: #FBE1D4;
}

#auto-validation {
    padding: 1em;
    background-color: white;
}

#loadingValidation {
	padding: 40px;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	z-index: 20;
	display: none;
}

#loadingValidation p {
    font-size: 18px;
}

