.c3-line {
    stroke-width: 3px;
}

.tablearchetyperank {
    font-size: 13px;
    font-weight: 600;
}

.tablearchetyperank td {
    padding: 5px;
}

.hover-img a {
    position: relative;
}

.hover-img a div {
    position: absolute;
    display: none;
    z-index: 99;
    bottom: -110px;
    right: -200px;
}

.hover-img a:hover div {
    display: block;
}

#meta-nav {
    text-align: center;
    width: 100%;
}

#meta-nav li {
    list-style-type: none;
}

#meta-nav li img {
    width: 100%;
}

#meta-nav li a {
    text-decoration: none;
    float: left;
    width: 70px;
    height: 70px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 15px;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

#meta-nav li a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#meta-nav li .active {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.activecard {
    background-color: #faf2cc;
}

.decklist {
    display: inline-table;
    vertical-align: top;
    border: 1px solid #cbcbcb;
    margin: 10px;
    padding: 5px;
    box-sizing: border-box;

}

.card-list {
    padding-left: 10px;
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
    width: 250px;
}

.card-list-item {
    display: block;
    height: 30px;
    margin-bottom: 1px;
    padding: 0;

}

.card-gem {
    float: left;
    background-color: black;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    padding-left: 5px;
    background-position: center;
    background-repeat: no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 800;
    background-size: 35px 30px;
    font-size: 12px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 1);
    width: 30px;
}

.card-name {
    float: left;
    background-color: black;
    line-height: 30px;
    color: white;
    padding-left: 5px;
    text-align: left;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    width: 175px;
}

.card-rarity {
    float: left;
    width: 10px;
    height: 30px;
    border-radius: 0 1px 1px 0;
}

.card-gem-free {
    background-image: url('/images/gems/gem.png');
}

.card-gem-common {
    background-image: url('/images/gems/gem_common.png');
}

.card-gem-rare {
    background-image: url('/images/gems/gem_rare.png');
}

.card-gem-epic {
    background-image: url('/images/gems/gem_epic.png');
}

.card-gem-legendary {
    background-image: url('/images/gems/gem_legendary.png');
}

.card-free {
    color: #0FAF03;
}

.card-common {
    color: #ffffff;
}

.card-rare {
    color: #198EFF;
}

.card-epic {
    color: #B456F2;
}

.card-legendary {
    color: #FF9300;
}

.card-quantity {
    border-radius: 1px 0 0 1px;
    float: left;
    background-color: #3d3938;
    font-size: 12px;
    width: 20px;
    color: #ffe603;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 600;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}

.deckwinrate {
    display: inline;
}

.graphgridlines {

}

.graphgridlines text {
    font-weight: bold;
    fill: #36a6d3;
}

.tablearchetyperank td {
    padding: 5px;

}

.filtermetadata {
    margin-left: 5px;
}

table.dataTable thead th {
    background: transparent !important;
    white-space: nowrap;
}

table.dataTable thead span.sort-icon {
    display: inline-block;
    padding-left: 5px;
    width: 16px;
    height: 16px;
}

table.dataTable thead .sorting span { background: url('//cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_both.png') no-repeat center right; }
table.dataTable thead .sorting_asc span { background: url('//cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc.png') no-repeat center right; }
table.dataTable thead .sorting_desc span { background: url('//cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc.png') no-repeat center right; }

table.dataTable thead .sorting_asc_disabled span { background: url('//cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc_disabled.png') no-repeat center right; }
table.dataTable thead .sorting_desc_disabled span { background: url('//cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc_disabled.png') no-repeat center right; }