

.Centre
{
	text-align: center;
}

.client
{
	float: left;
}


.spouse
{
	float: left;
	margin-left: 60px;
}


.client h3
{
	text-align: right;
	padding-right: 55px;
}

.spouse h3
{
	text-align: center;
}


.client label,
.spouse label
{
	display: inline-block;
	width: 250px;
}

.account
{
	margin-bottom: 50px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #ddd;
	border-radius: 5px;
}

.accountStructure
{
	display: none;
}

.labelStructureEquities,
.labelStructureFixed
{
	float: left;
	margin-top: 7px;
}

.structureSlider,
.structureSliderSpouse
{
	float: left;
	width: 150px;
	margin: 10px 13px
}

.accountDelete
{
	color:red;
}

.accountDelete:hover
{
	cursor: pointer;
}



.Row
{
	display: flex;
}

.Row .Item
{
	flex: 1;
}
.Row .Item.Header
{
	text-align: center;
	font-weight: bold;
}

.Row .Item.Label
{
	max-width: 200px;
	font-weight: bold;
	margin-bottom: 30px;
}
.Row .Item.Label .Info
{
	font-weight: normal;
	font-style: italic;
	display: inline-block;
}

.Row .Item.Client,
.Row .Item.Spouse
{
	text-align: center;
	max-width: 200px;
}


select.Age
{
	max-width: 60px;
}
.Number.Narrow
{
	max-width: 60px;
}
.Number.Wide
{
	max-width: 100px;
}
.Money
{
	margin-left: 4px;
}

.InputWrapper
{
	max-width: 600px;
	margin: 0 auto;
}