ul.subsubsub li.addnew {
	margin-left: 0.5em;
}

ul.subsubsub li.addnew a {
	color: #e6255b;
}

ul.subsubsub li.addnew a:hover,
ul.subsubsub li.addnew a:active {
  color: #999;
}

div.manage-attendees {
	padding: 1.4em 0 0 0;
	text-align: left;
	float: left;
}

div.save-event {
	padding: 1.4em 0 0 0;
	text-align: right;
}

div.actions-link {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

div.actions-link input {
	padding: 0;
	margin: 0;
	border: none;
	background-color: #fff;
	font-size: 11px;
	cursor: pointer;
}

div.actions-link input.delete {
	color: #bc0b0b;
}

tr.confirmed {
	background-color: #ffe1c7;
}

table.items th, table.items td {
	border: none;
}

table.setting {
	margin: 1em 0 0;
}

.shortcodegen input.shortcode {
	width: 100%;
	border: none;
	color: #111;
	background-color: #aaa;
	font-weight: bold;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: .3em 0;
	padding: .3em;
}
