html,body { height:100%; }

body {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

body::-webkit-scrollbar {
      display: none;
  }

.data-footer {
    position: fixed;
    height: 40px;
    bottom: 0;
    width: 100%;
}

.nav>a {
    border-radius: 10px;
    text-decoration: none;
}

.fa:hover {
    opacity: 0.7;
}

.article::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.article {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#artTable1{
    border: 2px solid black;
    padding: 10px;
}

.left-link:hover{
    font-weight: bold;
}

