table {
    border: 1px solid grey;
    }
td, th {
    border: 0px solid grey;
	padding: 1px;
    }
.treasure { background-color: #E7D68B; }
.victory { background-color: #83C084; }
.curse { background-color: #B7B; }
.action { background-color: #EAE8DA; }
.reaction {
    background-color: lightblue;
    background-image: url('./reaction.png');
    background-position: center;
 }
.attack { background-color: #f99; }
.duration { background-color: #fb8d4e; }
.trevic {
    background-image: url('./treasure-victory.png');
    background-position: center;
    }
.actvic {
    background-image: url('./action-victory.png');
    background-position: center;
}
.cardimg {
	float: left;
	text-align: center;
}