body {
   font-family: 'Arial', sans-serif;
   margin: 0;
   padding: 0;
   flex-direction: column;
   min-height: 100vh;
   overflow-x: hidden;
 }


 .bodycontent {
   font-family: 'Arial', sans-serif;
   margin: 0;
   padding: 0;
   flex-direction: column;
   min-height: 100vh;
}

h1 {
   width: 80%;
   padding: 20px;
   top: 0px;
   margin-top: 0;
   float: left;
   color: white;
}


h4 {
   width: 80%;
   
   padding: 0px;
   top: 0px;
   margin-top: 0;
   color: white;
}

.visitwebsite{

   width: 20%;
   
}

a.visitwebsite {
   background: white;
   padding: 10px;
   border-radius: 30px;
   box-shadow: 5px 5px 5px black;
}

.Headbar {
   background: linear-gradient(45deg, #0038f7, #f30404);
   display: ruby-text;
}


tr#tableHeadRow {
   background: #aeaeae;
}


#loading {
   display: none;
   font-size: 20px;
   text-align: center;
   margin-top: 20px;
}




.loaded-content {
   overflow-x: scroll;
}


table {
   width: 100%;
   border-collapse: collapse;
}

th, td {
   border: 1px solid black;
   padding: 8px;
   text-align: left;
}

div#fullScreenModal {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.8);
   display: none;
   align-items: center;
   justify-content: center;
   z-index: 1000;
}

div#fullScreenModal img {
   max-width: 90%;
   max-height: 90%;
}

div#fullScreenModal .close {
   position: absolute;
   top: 20px;
   right: 30px;
   color: #fff;
   font-size: 40px;
   font-weight: bold;
   cursor: pointer;
}

footer {
   text-align: center;
   padding: 20px;
   background-color: #413838;
   border-top: 1px solid #e7e7e7;
   position: relative;
   width: 100%;
   bottom: 0;
   left: 0;
   margin-top: auto;
 }



@keyframes zoom {
   from {transform: scale(0)}
   to {transform: scale(1)}
}


.footer {
   text-align: center;
   padding: 20px;
   background-color: #413838;
   border-top: 1px solid #e7e7e7;
   position: relative;
   width: 100%;
   bottom: 0;
   left: 0;
   margin-top: auto;
}




@media (max-width: 768px) {
   a.visitwebsite {
      visibility: hidden;
  }





  
}