body,html
{
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  overflow-x: auto;
}

*{
  margin: 0px;
  padding: 0px;
  outline: none;
  word-break: break-word;
  font-family: helvetica;
  border:none;
  box-shadow: none;
  font-weight: 100;
}

.noselect
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*:focus
{
  outline: none;
}

th
{
  white-space:nowrap;
}

.author-grisoft
{
  position: absolute;
  top:calc(100% - 90px);
  left: calc(100% - 90px);
  width: 60px;
  height: 60px;
  z-index: 100;
}

.author-grisoft-image
{
  position: absolute;
  top:0px;
  left: 0px;
  width: 60px;
  height: 60px;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  background-position: center;
  background-image: url("../image/grisoft.ch.svg");
}

.action
{
  cursor: pointer;
}

@font-face
{
  font-family: blockletters;
  src: url('/includes/font/?get=blockletters');
}

.link
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
