.nCard{
width:180px;
background:#484546;
color:#fff;
padding:10px;
float:left;
height:320px;
margin-top:10px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}
#vs{
width:50px;
float:left;
margin-top:140px;
padding:0 0 0 10px;
}
.nCard h2{
color:#fff;
text-align:center;
font-size:1.5em;
margin:0 0 5px 0;
padding:0;
}

.nCard table{
width:180px;
}
.nCard table .alRight{
text-align:right;
}


.playersCard{
float:left;
width:250px;
}

.theFact{
padding-top:10px;
}
.theFact p{
text-align:center;
}
.theFact a{
color:#fff;
}

.compsCard{
float:left;
width:250px;
}

#gamecards{
margin-bottom:80px;
}

.card_image{
height:100px;
margin:10 auto;
width:150px;
}
.nTrumpImage {
background:#fff;
width:165px;
padding-left:15px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.nCard table{
border-collapse:collapse;
margin-top:10px;
}
.nCard td{
padding:2px;
}
tr.highlighted{
background:yellow;
color:#000;
}
