body	{
	background: white;
	box-sizing: border-box;
	padding: 15px;
	margin: 0;
	}
fieldset	{	
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 0;
	}
legend	{	
	width: 100%;
	padding: 0;	
	}
legend span	{	
	float: right;
	margin-right: 20px;
	}						

span.selectXbox,
fieldset select		{	margin: 5px 0	}

span.info {
	position: static;
	}
aside {
	top: auto; left: auto;
	background: #FFFFE0;
	color: black;
	width: 100%;
	}

fieldset div.selectX	{	margin: 0;	}

#locale div.selectX ol	{ 	padding: 3px 0;	}
div.selectX ol.list		{	max-height: 500px;	}

button+button,
div.details a+a			{	float: right	}
br+button				{	margin-top: 20px	}
/*
label.text {
	display: inline-block;
	width: 150px;
	}
*/
#profile {
	margin-top: 50px;	
	outline: 1px solid red;
	outline-offset: 5px;
	}
#profile div+div		{	margin: 10px 0	}
#profile img			{	vertical-align: middle	}
#profile select			{	width: 60px;	}

#locale dfn			{	
	font-style: italic;
	color: blue;
	margin-left: 10px;	
	}
div.public button 	{	margin-right: 30px	}
div.details			{	clear: both;	}
div.details>a		{	float: left;	}
div.details img		{	vertical-align: middle;	}
div.details>span	{	
	float: right;
	color: blue;
	font-weight: bold;	
	}