#merchant
{
	width: 100%;
	display: flex;
	flex-direction: column;
}

#money
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#buysell
{
	display: flex;
	flex-direction: row;
}

#sell
{
	width: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#resources_sellButtons
{
	display: flex;
    align-items: center;
}

#resources_sellButtons > div > .item
{
	cursor: pointer;
}

#sell_buttons
{
	display: flex;
	align-items: center;
}

#sell_buttons > button
{
	height: 2em;
	display: flex;
	align-items: center;
}

#buy
{
	width: 50%;
	display: flex;
	flex-direction: column;
}

#buy > img
{
}

.item
{
	display: flex;
	flex-direction: row;
	width: 100%;
	
	align-items: center;
	justify-content: center;
}

.item > img
{
}

.item > button
{
	width: 20%;
}