* {
    margin: 0;
    padding: 0;
    font-family: Calibri;
    font-display: auto;
}

.widget {
    color: #000;
    font: 14px Calibri
    font-display: auto;
}

.widget .cfix:after {
    content: ".";
    display: block;
    font-size: 1px;
    height: 0;
    clear: both;
    visibility: hidden
}

.widget * {
    margin: 0;
    padding: 0
}

.type_table {
    padding: 0 0 1px;
    border-bottom: 1px solid #dbdcdc;
    background: #f3f3f3
}

.type_table .header {
    background: #fff
}

.type_table .header_title {
    float: left;
    margin: 0 0 0 1px;
    color: #f35b00;
    font-size: 18px;
    font-weight: 400
}

.type_table .header_link {
    float: right;
    margin: 0 1px 0 0;
    font-size: 11px;
    color: #f35b00;
    position: relative;
    bottom: -5px
}

.type_table .table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    background: #fff url(table_thead.png) center 18px no-repeat;
    background-size: 90% 7px;
    border: none;
}

.type_table .table thead th {
    text-align: center;
    color: #3e4246;
    font-weight: 400;
    font-size: 14px
}

.type_table .table thead th .table_th_wrap {
    padding: 5px 5px 0;
    height: 20px;
    position: relative
}

.type_table .table thead th:first-child .table_th_wrap {
    padding: 5px 5px 0 1px;
    text-align: left
}

.type_table .table thead tr th:first-child .table_th_wrap .table_th_wrap_border,
.type_table .table thead tr th:last-child .table_th_wrap .table_th_wrap_border {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px
}

@-moz-document url-prefix() {
    .type_table .table thead tr th:first-child .table_th_wrap .table_th_wrap_border,
    .type_table .table thead tr th:last-child .table_th_wrap .table_th_wrap_border {
        bottom: 0
    }
}

.type_table .table thead tr th:first-child .table_th_wrap .table_th_wrap_border {
    background: #e7e7e8;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%)
}

.type_table .table thead tr th:last-child .table_th_wrap i {
    background: #e7e7e8;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%)
}

.type_table .table tbody th,
.type_table .table tbody td {
    padding: 3px 5px;
    text-align: center;
    font-size: 13px;
    color: #626568;
    border: 1px solid #e7e7e8
}

.type_table .table tbody tr th {
    padding: 3px 1px;
    font-weight: 400;
    text-align: left;
    color: #3e4246;
    border-left: 0
}

.type_table .table tbody tr td:last-child {
    border-right: 0;
    color: #3e4246
}

.type_table .table tbody tr th:first-child,
.type_table .table tbody tr td:last-child {
    border-top: 0
}

.type_table .table__status {
    display: inline-block;
    float: left;
    width: 10px;
    height: 9px;
    margin: 4px 5px 0 0
}

.type_table .table__status_up {
    background: url(table__status.gif) left top no-repeat
}

.type_table .table__status_down {
    background: url(table__status.gif) left bottom no-repeat
}

.headingTwo {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
    color: #f45c00;
}

.grabLink {
    float: right!important;
    padding-top: 4px;
    font-size: 11px;
    line-height: 14px;
    text-decoration: underline;
    color: #f45c00;
}

.qoutesTable--header.hidden,
.marketDepth--header.hidden {
    display: none;
}