
#one-column-emphasis thead {
    background: #fdfdfd none repeat scroll 0 0;
}
#one-column-emphasis {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
#one-column-emphasis th {
    color: #222;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 15px;
}
#one-column-emphasis td {
    border-top: 1px solid #ddd;
    color: #222;
    padding: 5px;
}
.oce-first {
    background: #f5f5f5 none repeat scroll 0 0;
    border-left: 10px solid transparent;
    color: white !important;
}
#one-column-emphasis tr:hover td {
    background: #eee none repeat scroll 0 0;
    color: #000;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
#one-column-emphasis table {
    width: 100%;
}
#one-column-emphasis table, thead, tbody, th, td, tr {
    display: block;
}
#one-column-emphasis thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
#one-column-emphasis tr {
    border: 1px solid #ccc;
}
#one-column-emphasis td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: white none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: none none solid;
    border: medium none !important;
    padding-left: 10px;
    position: relative;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
}
#one-column-emphasis td::before {
    color: #222;
    content: attr(data-column);
    left: 6px;
    padding-right: 10px;
    position: absolute;
    top: 6px;
    white-space: nowrap;
    width: 45%;
}
}
