/*
Theme Name: BatonPass-P LP
*/

.hf-message {
	margin: 20px auto;
	padding: 20px 40px;
	border-left: 2px solid transparent;
}

.hf-message-success { background-color: #e6f4ea; border-left-color: #137333; color: #137333; }
.hf-message-error { background-color: #fce8e6; border-left-color: #c5221f; color: #c5221f; }
.hf-message-warning { background-color: #fce8e6; border-left-color: #c5221f; color: #c5221f; }
.hf-message-warning-orig { background-color: #fef7e0; border-left-color: #b06000; color: #b06000; }

