﻿
h1 { display: inline-block; }

.message {
	margin: 0;
}

.Remove {
	float: right;
}

.Remove a {
	margin: 0;
	padding: 10px 5px;
}

.Remove a span {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	background: 0 0 url(https://recipe-graphics.grocerywebsite.com/G_SilkIcons/pencil.png) no-repeat;
}

.RemoveItems {
	white-space: nowrap;
}

	.DoneText {
		display: none;
	}

.manage {
	margin: 0;
	clear: both;
	display: none;
}

	.manage ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.manage ul li {
			margin: 0 6px 10px 6px;
			padding: 0;
			width: 171px;
			float: left;
		}
		
			.manage a.button {
				margin-bottom: 20px;
				color: #fff;
				font-weight: bold;
				text-shadow: none;
				width: 149px;
				border: 1px solid #c00;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				background-image: url(https://recipe-graphics.grocerywebsite.com/G_SilkIcons/delete.png), -webkit-gradient(linear, left top, left bottom, from(#f53232), to(#c00));
				filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f53232', endColorstr='#c00', gradientType='0');
				background-repeat: no-repeat;
				background-position: 3% center;
				text-indent: 15px;
			}
			
			.manage a.button:hover {
				background: #f66;
				background-image: url(https://recipe-graphics.grocerywebsite.com/G_SilkIcons/delete.png), -webkit-gradient(linear, left top, left bottom, from(#c00), to(#f53232));
				filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#c00', endColorstr='#f53232', gradientType='0');
				background-repeat: no-repeat;
				background-position: 3% center;
				text-indent: 15px;
			}