<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:13px;
    margin-left:20px;	
}

table caption {
    font-family: 'Tungsten A', 'Tungsten B', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    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: 13px;
    padding: 1.2307em 1.0833em 1.0833em;
    line-height: 1.333;
    background-color: #eae9e6;
    vertical-align:top;
}

table td, table th {
    text-align: left
}

table td {
    padding: .92307em 1em .7692em;
    font-size:13px;
}


table tbody tr:nth-of-type(even) {
    background-color: #f9f8f5
}

table tbody th {
    border-top: 1px solid #d5d5d2
}

table tbody td {
    border-top: 1px solid #d5d5d2;
    vertical-align:top;
}

table.wdn_responsive_table thead th abbr {
    border-bottom: none
}

.image_full{
   display:block;
  }

 .image_mobile{
  display:none;
 }

@media screen and (max-width:33em) {

    table.wdn_responsive_table td, table.wdn_responsive_table th {
        display: block;
	font-size: 16px;
    }

    table.wdn_responsive_table thead tr {
        position: absolute;
	top: -9999px;
	left: -9999px;
    }

    .relativeTD {
        display: none !important;
    }

    table.wdn_responsive_table tbody tr:first-child th {
        border-top-width: 0
    }

    table.wdn_responsive_table tbody tr:nth-of-type(even) {
        background-color: #fff;
	font-size: 16px;
    }

    table.wdn_responsive_table tbody tr:nth-of-type(odd) {
        background-color: #eee;
	font-size: 16px;
    }


    table.wdn_responsive_table tbody td {
        text-align: left;
	vertical-align:top;
	font-size: 16px;
    }

    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;
    }

  
}


.tabs input[type="radio"]:checked + label { background: #fafafa; }

.tabs input[type="radio"]:checked + label + .tab { display: block; }


@media (min-width:40em) {
    table caption {
        font-size: 14px;
    }

    table th {
        padding: 1.2307em 1.2307em 1em;
        font-size: 14px;
	vertical-align:top;
    }

    table td {
        padding: .75em 1em .602em;
	font-size:14px;
	vertical-align:top;
    }

    
}

@media screen and (min-width:40em) {
    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>