<style>
@media (min-width: 575px) {
  body {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}

table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #d5d5d2;
    border-collapse: collapse;
    font-size: 12px !important;
    margin-left:20px;	
}

table caption {
    font-family: 'Tungsten A', 'Tungsten B', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    margin-bottom: .75em
}

table th {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 12px;
    padding: 1.2307em 1.0833em 1.0833em;
    line-height: 1.333;
    background-color: #fff;
    vertical-align:top;
}

table td, table th {
    text-align: left
}

table td {
    padding: .92307em 1em .7692em;
    font-size:12px;
    vertical-align:top;
}

table tbody tr:nth-of-type(even) {
    background-color: #fff;
}

table tbody th {
    border-top: 1px solid #d5d5d2
    vertical-align:top;
}

table tbody td {
    border-top: 1px solid #d5d5d2;
    vertical-align:top;
}

table.wdn_responsive_table thead th abbr {
    border-bottom: none
}

@media screen and (max-width:80em) {
    table.wdn_responsive_table td, table.wdn_responsive_table th {
        display: block;
	font-size: 20px;
    }

    table.wdn_responsive_table thead tr {
        display: none;
    }

    .relativeTD {
        display: none !important;
    }

    table.wdn_responsive_table tbody tr:first-child th {
        border-top-width: 0;
	font-size: 20px;
    }

    table.wdn_responsive_table tbody tr:nth-of-type(even) {
        background-color: #fff;
    }

    table.wdn_responsive_table tbody td {
        text-align: left;
	vertical-align:top;
	font-size: 20px;
    }

    table.wdn_responsive_table tbody td:before {
        display: block;
        font-weight: 700;
        content: attr(data-header)
    }

    table.wdn_responsive_table tbody td:empty {
        display: none;
    }

    table.wdn_responsive_table tbody td:nth-of-type(even) {
        background-color: #fff;
	font-size: 20px;
    }
}


.tabs input[type="radio"]:checked + label { background: #fff; }

.tabs input[type="radio"]:checked + label + .tab { display: block; }


@media (min-width:80em) {
    table.wdn_responsive_table {
	table-layout: fixed;
	width:760px !important;
	max-width:760px !important;
    }		

    table caption {
	    font-size: 12px;
    }

    table th {
        padding: 1.2307em 1.2307em 1em;
	font-size: 12px;
	vertical-align:top;
    }

    table td {
        padding: .75em 1em .602em;
        font-size: 12px;
	vertical-align:top;
    }



}

@media screen and (min-width:600px) {
    table.wdn_responsive_table thead th:not(:first-child) {
        text-align: center;
    }

    table.wdn_responsive_table tbody td {
        text-align: center;
    }

    table.wdn_responsive_table.flush-left td, table.wdn_responsive_table.flush-left thead th {
        text-align: left;
    }

	
}
a.responsiveLink {
    background-color: #666666;	
    color: #FFFFFF !important;	
    padding:5px;
    margin:5px;
    border-radius: 5px;	
    border: solid 1px #000;	
}

</style>