/* BI Custom CSS for decklist in page*/
table.overall{
margin-bottom:20px!important;
width: 100%;
}table.overall th{
padding:3px;
background-color:#eeeaec;
color:#000000!important;
font-weight:bold;
border:1px solid #666;
font-size:12px;
}table.overall td{
border:1px solid #666;
}.deckrecipe-card-list img {
width: 100%;
}
</style>

<style>
table.player{
border:1px solid #aaa;
width: 100%;
}table.player th{
padding:3px;
background-color:#eeeaec;
color:#000000!important;
text-align:center;
font-weight:bold;
font-size:12px;
}table.player td{
text-align:center;
}
</style>

<style>
h5 {
font-size: 14px;
color: #d1bada;
border: #d1bada 1px solid;
padding: 4px;
}h6 {
font-size: 14px;
padding: 0 2px 2px;
border-bottom: #d1bada 2px solid;
}.deckrecipe-card-list{
font-size: 0;
margin-left: -4px;
margin-right: -4px;
}.deckrecipe-card-list li{
font-size: 12px;
width: 22%;
padding: 4px;
vertical-align: top;
letter-spacing: normal;
word-spacing: normal;
display: inline-block;
background-image: none;
}.deckrecipe-card-list .card-number:before {
font-size: 10px;
content: ":";
margin-left: 2px;
margin-right: 2px;
}.card-id{
font-weight: bold;
}