/*
	.adux-simple-ads-wrapper
	{
		margin: 1em;
		padding: 0.2em 0.5em;
		background-color: #DDD;
		display: inline-block;
		border-radius: 5px;
	}

	.adux-simple-ads-wrapper fieldset
	{
		border: 1px solid #EEE;
		border-radius: 5px;
		padding: 0.3em;
	}
*/

.adux-simple-ads-wrapper
{
	margin: 1em;
	padding: 1em;
	/* background-color: #DDD; */
	display: inline-block;
	border-radius: 2px;
}

.adux-simple-ads-float-right
{
	float: right;
}

.adux-simple-ads-float-left
{
	float: left;
}

.adux-simple-ads-wrapper legend
{

}

input[name="simple-ad-position"]
{
	width: 4em;
}

@media (max-width: 600px)
{
	.adux-simple-ads-wrapper
	{
		float: none;
		text-align: center;
		border: 0;
		margin: 1em 0;
		padding: 0;
		width: 100%;
	}
}
