/* Scrollbar */
/* Mixins */
/* Skin v4.6 - White / Dark / Blue */
::-webkit-scrollbar {
  /*width: 7px;
    height: 0px;*/
  background-color: #78909c;
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-thumb {
  /*height: 4px;
    border: 0;
    background-clip: padding-box;
    border-radius: 0;
    background-color: #37474f;
    box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);*/
  background-color: #455a64;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none; }

::-webkit-scrollbar-corner {
  background-color: transparent; }

.lnk_volver {
  transition: all ease-in-out .3s; }
