/* ------------------------------------------- */
/* Scrollbars generated using http://webkit-scroll-gen.sourceforge.net/ */

div::-webkit-scrollbar {
  width: 23px;
  height: 23px;
}
div::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
div::-webkit-scrollbar-thumb {
  background: #808080;
  border: 0px none #ffffff;
  border-radius: 100px;
}
div::-webkit-scrollbar-thumb:hover {
  background: #666666;
}
div::-webkit-scrollbar-thumb:active {
  background: #484848;
}
div::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 0px;
}
div::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
div::-webkit-scrollbar-track:active {
  background: #ffffff;
}
div::-webkit-scrollbar-corner {
  background: transparent;
}

body::-webkit-scrollbar {
  width: 23px;
  height: 23px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-thumb {
  background: #808080;
  border: 0px none #ffffff;
  border-radius: 100px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #666666;
}
body::-webkit-scrollbar-thumb:active {
  background: #484848;
}
body::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 0px;
}
body::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
body::-webkit-scrollbar-track:active {
  background: #ffffff;
}
body::-webkit-scrollbar-corner {
  background: transparent;
}