 /*!
 * Sorted table styles
 */
table.table thead .sort-none,
table.table thead .sort-asc,
table.table thead .sort-desc {
    cursor: pointer;
    *cursor: hand;
}

table.table thead .sort-none { background: url('../images/sort_both.png') no-repeat center right;}
table.table thead .sort-asc { background: url('../images/sort_asc.png') no-repeat center right; }
table.table thead .sort-desc { background: url('../images/sort_desc.png') no-repeat center right; }
table.table thead .sort-none a { color: inherit; }
table.table thead .sort-asc a { color: inherit; }
table.table thead .sort-desc a { color: inherit; }

.terminal{
    border-style:solid inset;
    border-width:6px;
    border-color:#ccd9d8;
    background-color:#080808;
    color:#5fba3d;
    font-family:monospace, prestige;
}