/* @override http://dinohaven.dev/orderstatus.css */

#orderstatus {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
	font-size: 12px;
	background: #BF1E26;
}
#orderstatus a {
	color: white;
}
#orderstatus form {
	color: white;
	padding: 5px;
	margin-bottom: 0px;
}
#orderstatus form label {
	margin-right: 10px;
}
#orderstatus_answer {
	background-color: #ffecce;
	padding: 5px;
}
#orderstatus_answer ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
}
#orderstatus_answer ul li {
	display: inline;
	margin-right: 10px;
}
#orderstatus_answer ul li .label {
	color: #BF1E26;
	font-weight: bold;
}
