body {
	width: 320px;
}

select {
	width: 118px;
}

#display {
	width: 300px;
	margin: 10px;
}

.durationFrame, .reactionFrame, .victoryFrame, .actionVictoryFrame, .treasureVictoryFrame, .actionFrame {
	background-color: #DDD;
	padding: 5px;
	clear:both;
}

.reactionFrame {
	background-color: #8CF;
}

.durationFrame {
	background-color: #F93;
}

.treasureVictoryFrame {
	background-color: #FF9;
}

.treasureFrame {
	background-color: #FF0;
}

.victoryFrame {
	background-color: #6F9;
}

.actionVictoryFrame  {
	background-color:#DFD;
}

.clear {
	clear:both;
	height:5px;
}

.title , .type  {
	font-weight: bold;
	font-size: large;
}

.title {
	float:left;
}

.cost  {
	float:right;
}
.set {
	font-style:italic;
	float: right;
}

.treasure, .victory, .pcard, .paction, .pbuy, .pcoin , .text {
	display:block;
	clear:left;
}

.clearDisplayLink  {
	float:left;
}

#removeList, #keepList {
	width:160px;
	float:left;
}
#addList {
	width:160px;
	float:right;
}
.remove {
	color:red;
}
.keep {
	color:green;
}
.add { }
.clearDifferencesLink  {
	float:left;
	clear:both;
}

#baseSetList {
	width:160px;
	float:left;
}
#intrigueList {
	width:160px;
	float:right;
}
#seasideList {
	width:160px;
	float:left;
}
#promoList {
	width:160px;
	float:right;
}

#footer {
	clear:both;
}
#options {
	clear:both;
}