.stable {
  --header-bg-color: transparent;
  --header-bg-image: linear-gradient(0deg, #202020 0%, #000000 100%);
  --header-border-color: #333333;
  --header-asc-icon: url("data:image/svg+xml,%3csvg version='1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3cpath fill='%232196F3' d='M43 17.1L39.9 14 24 29.9 8.1 14 5 17.1 24 36z'/%3e%3c/svg%3e");
  --col-resize-sep-bg-color: #a0a0a0;
  --row-border-color: #333333;
  --row-odd-bg-color: #333333;
  --row-even-bg-color: #191919;
  --row-active-bg-color: #888888;
  --row-highlight-brightness: 1;
}
.stable thead div.resz {border: 1px solid #FF0000; background: transparent url(./images/s.gif) no-repeat scroll left center}
.stable-body {background: window; background-color: #181818}
.stable tbody td {border-bottom: 1px solid #333333}

.stable tbody tr.selected td {color:#111111}
.stable-move-header {background: transparent url(./images/header_move.gif) repeat-x scroll center top; border: 1px solid #0099FF}

.webkit .stable-move-header {background: rgba(128,128,128,0.7);}

.stable-active-header {border-color: threedface !important}
.stable-separator-header {background: #181818}
.stable-scrollpos {background: #181818; color: #333333}
