@charset "UTF-8";

/*

Custom scrollbars are not supported in Firefox or IE/Edge.

*/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #004400; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #006600; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00aa00;
}