.block, .block > *
	{
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}

.row-top > *
	{
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}

.main-image
	{
		flex-grow: 1;
	}
	
.extra
	{
		width: 235px;
		padding: 30px 40px;
	}

.extra-list
	{
		display: flex;
		flex-direction: column;
		height: 100%;
	}

.extra .category
	{
		margin-bottom: auto;
	}

.extra .field
	{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}

.extra .field .value
	{
		display: flex;
		justify-content: flex-end;
		flex-grow: 1;
	}
