.a11y-only {
    position: absolute;
    left: -999em;
}

.table-wrapper {
    position: relative;

}
.table-menu-wrapper {
    /*position: absolute;*/
    /*top: -3em;*/
    /*right: 0;*/
    height: 44px;
}
.table-menu {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 1em;
    width: 12em;
    right: 0;
    left: auto;
    top: 30px;
}
.table-menu-hidden {
    left: -999em;
    right: auto;
}
.table-menu-btn {
    text-decoration: none;
    color: #333;
    font-size: 1em;
    float: right;
    background: #eee url(../../images/icons/icon-menu.png) no-repeat 5px center;
    padding: .3em 10px .3em 20px;
    border: 1px solid #ccc;
}
.table-menu ul {
    margin: 0;
}
.table-menu li {
    padding: .3em 0;
}
.table-menu li:before {
    display: none;
}



/* Table styles *//*
table {
    width: 100%;
    font-size: 1.2em;
}
thead th {
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
    color: #888;
}
th, td {
    padding: .5em 1em;
    background-color: #fff;
    text-align: right;
}
th:first-child,
td:first-child {
    text-align: left;
}
tbody th, td {
    border-bottom: 1px solid #e6e6e6;
}*/

.co-name {
    display: block;
    font-size: .9em;
    opacity: .4;
}

.enhanced th,
.enhanced td {
    display: none;
}

.legacy-ie .enhanced th.essential,
.legacy-ie .enhanced td.essential {
    display: inline;
}
.enhanced th.essential,
.enhanced td.essential {
    display: table-cell;
}



@media screen and (min-width: 500px) {
    .legacy-ie .enhanced th.optional,
    .legacy-ie .enhanced td.optional {
        display: inline;
    }
    .enhanced th.optional,
    .enhanced td.optional {
        display: table-cell;
    }
}

@media screen and (min-width: 800px) {
    .legacy-ie .enhanced th,
    .legacy-ie .enhanced td {
        display: inline;
    }
    .enhanced th,
    .enhanced td {
        display: table-cell;
    }
}