html {-webkit-font-smoothing: antialiased; font-smoothing: antialiased;}


      	*.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}


::-webkit-scrollbar {
  width: 10px;
  display: block;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: gray;
}


         .playerrowcontent
         {
         cursor: pointer;
         background: white;display: block;max-height: 40px;min-height: 40px
         }
         .playerrowcontent:hover
         {
         background-color:#f3f3f3;
         }
         .playerrowcontentdead
         {
         background: white;display: block;max-height: 40px;min-height: 40px;color:lightgray;
         }

         .playerrowcontent .playertimestamp
         {
         	font-size: 8.5px;
         	color: gray;
         	display:block;
         	line-height: 8.5px;
         	margin-top:-3px;
         }

         .playerrowcontentdead .playertimestamp
         {
         	font-size: 8.5px;
         	color: lightgray;
         	display:block;
         	line-height: 8.5px;
         	margin-top:-3px;
         }


         .playerrowcontentdead .playerrowminicolumn
         {
         width: 100px;float:right;line-height: 40px;color:black;
         }

         .playerrowcontentdead:hover
         {
         background-color:white;
         }
         .playerrownick
         {
         width: calc(100% - 200px);float:left;line-height: 30px
         }
         .playerrowminicolumn
         {
         width: 100px;float:right;line-height: 40px
         }
         .serverdescription
         {
         margin: 15px;
         font-size: 15px;
         }
         .serverdescription .playtime
         {
         font-size: 13px;
         color: gray;
         }
         .textsep
         {
         border-right: 1px solid #cacfcc;
         height: 10px;
         width: 1px;
         margin-right: 5px;
         }
         .some-page-wrapper {
         max-height: 41px;overflow: hidden;margin: 0;
         }
         .playerrow {
         display: flex;
         flex-direction: row;
         flex-wrap: wrap;
         width: 100%;
         font-size: 13px;
         }
         
         .column {
         display: flex;
         flex-direction: column;
         flex-basis: 100%;
         border-bottom: 1px solid #dee2e6;
         }
         .orange-column {
         height: 40px;
         max-height: 40px;
         }
         .double-column {
         display: flex;
         flex-direction: column;
         flex-basis: 100%;
         }
         @media screen and (min-width: 1224px) {
         .column {
         flex: 1
         }
         .double-column {
         flex: 1
         }
         }