.tabulator .tabulator-table {
width: 100%
}
.tabulator * {
line-height: 1.5;
}
.tabulator+.tabulator {
margin-left: 20px;
width: 30%
}
.tabulator .tabulator-col-title {
white-space: normal!important;
word-wrap: normal!important;
line-height: 1.3
}
.tabulator .tabulator-col-content {
padding: .8rem!important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tabulator .tabulator-header {
border: none
}
.tabulator .tabulator-headers {
color: #000;
font-weight: 400!important;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-top: none
}
.tabulator .tabulator-headers>* {
-ms-flex-negative: 1;
flex-shrink: 1;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.tabulator .tabulator-headers .tabulator-col {
border-right: 1px solid #bbb;
background: #eee!important
}
.tabulator .tabulator-headers .tabulator-col[tabulator-field="gsx$exchangeregulatoryclearingfees"],.tabulator .tabulator-headers .tabulator-col[tabulator-field="gsx$minimum"] {
padding: 0!important;
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.tabulator .tabulator-headers .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
border-top: 1px solid rgba(255,255,255,.2)
}
.tabulator .tabulator-headers>.tabulator-col:first-child {
background: #fff!important;
border-right: none!important
}
.tabulator .tabulator-headers .tabulator-col-content .tabulator-col-title {
font-weight: 400
}
.tabulator .tabulator-headers .tabulator-col-group {
border-right: 1px solid #bbb;
position: relative;
z-index: 1
}
.tabulator .tabulator-headers .tabulator-col-group>.tabulator-col-content {
border-bottom: 1px solid #ccc
}
.tabulator .tabulator-headers .tabulator-col-group>.tabulator-col-content .tabulator-col-title {
font-size: 11px;
font-weight: 700;
color: #149ffb;
font-family: "hurme geometric sans 3",-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;
text-transform: uppercase;
text-align: center
}
.tabulator .tabulator-col-group-cols .tabulator-col {
border-right: 1px solid rgba(255,255,255,.2);
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.tabulator .tabulator-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tabulator .tabulator-row.tabulator-row.tabulator-selectable {
-webkit-transition: .2s ease-out;
transition: .2s ease-out
}
.tabulator .tabulator-row.tabulator-row.tabulator-selectable:hover {
color: #000
}
.tabulator .tabulator-row .tabulator-cell {
padding: .75rem .4rem;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
border-right: 1px solid #ccc
}
.tabulator .tabulator-row .tabulator-group {
background: #f2f2f2;
border: none;
border-bottom: 1px solid #ccc;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.tabulator .tabulator-row.tabulator-group {
background-color: #fff;
color: #000;
font-weight: 700;
border-bottom: 1px solid #000;
border-top: 1px solid #ccc
}
.tabulator .tabulator-row.tabulator-group+.tabulator-row.tabulator-group {
border-top: none
}
.tabulator .tabulator-row .tabulator-group.tabulator-group-level-1 {
background-color: #fafafa;
border-bottom: 1px solid #ccc
}
.tabulator .tabulator-col-content:first-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: transparent!important
}
.tabulator.nowhite .tabulator-headers>.tabulator-col:first-child {
background: #eee!important;
border-right: 1px solid #ccc!important
}