﻿body .deselect ::selection {
  background: transparent;
  color: inherit;
}
body .deselect ::-moz-selection {
  background: transparent;
  color: inherit;
}
body .deselect {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}