.admin-gift-table .form-field input {
	float:right;
	width:80%;
}
.admin-gift-table .form-field textarea {
	float:right;
	width:80%;
}
.required {color: #c0392b }
#admin-gift-registry
 {
border: 1px solid rgba(0,0,0,.1);
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
-webkit-border-radius: 5px;
border-radius: 5px;
background:#fff;

text-shadow: none;
}

.hidden {
    display: none;
}


.woocommerce-message::before {
    color: #8fae1b;

}