p {
    margin:10px 0;
}

.table-fake {
    margin-top: 40px;
}

.table-fake-row-first {
    background-color: #fafafa;
    margin: 0;
    position: relative;
}

.table-fake-row-first a:hover,
.table-fake-row-first a:active,
.table-fake-row-first a:focus {
    text-decoration: none;
}

.table-fake-row-first a::after {
    font-family: 'Glyphicons Halflings';
    vertical-align: middle;
}

.table-fake-row-first a.asc::after {
    content: "🔺";
}

.table-fake-row-first a.desc::after {
    content: "🔻";
}

.table-fake-row-first .table-fake-col:before {
    content: '';
    position: absolute;
    background-color: black;
    height: 5px;
    top: -5px;
    left: 0;
    width: 100%;
}

.table-fake-row-last {
    background-color: #f8f8f8;
    margin: 0;
}

.table-fake-row {
    margin: 0;
    border-bottom: 1px solid #fff;
}

.table-fake-row:not(.table-fake-row-first) > div:before {
    content: attr(data-label);
    text-transform: capitalize;
    display: block;
    font-size: 0.9375em;
    line-height: 1.2em;
    color: #0076be;
}

.table-fake-row:nth-of-type(odd) {
    background-color: #eeeeee;
}

.table-fake-row:nth-of-type(even) {
    background-color: #dddddd;
}

.table-fake-row.table-fake-row-alert {
    background-color: #ffd1d1;
    color: #f54803;
}

.table-fake-row.table-fake-row-alert:not(.table-fake-row-first) > div:before {
    color: #f54803;
}

.table-fake-col {
    height: 50px;
    padding: 5px 10px;
    border-right: 1px solid #fff;
}

.table-fake-col.no-border-right {
    border-right: 0;
}

pre {
    display: block;
    padding: 10px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
