a {
     color: rgb(140, 140, 250);
}
::-webkit-scrollbar-track-piece {
     background-color: rgba(255, 255, 255, 0.2) !important;
}
::-webkit-scrollbar-track {
     background-color: rgba(255, 255, 255, 0.3) !important;
}
::-webkit-scrollbar-thumb {
     background-color: rgba(255, 255, 255, 0.5) !important;
}
embed[type="application/pdf"] {
     filter: invert(90%);
}
 html {
     color: rgb(191, 191, 191);
     background: rgb(31, 31, 31) !important;
}
body {
     background-color: rgb(31, 31, 31);
     background-image: none !important;
}
input, select, textarea, button {
     color: rgb(191, 191, 191);
     background-color: rgb(31, 31, 31);
}
font {
     color: rgb(191, 191, 191);
}
 html {
     filter: contrast(100%) brightness(100%) saturate(100%);
}
.NIGHTEYE_Filter {
     width: 100%;
     height: 100%;
     position: fixed;
     left: 0px;
     top: 0px;
     pointer-events: none;
     z-index: 2147483647;
}
.NIGHTEYE_YellowFilter {
     background: rgba(255, 255, 0, 0.15);
     opacity: 0;
}
.NIGHTEYE_BlueFilter {
     background: rgba(0, 0, 255, 0.15);
     opacity: 0;
}
.NIGHTEYE_DimFilter {
     background: rgba(0, 0, 0, 0.5);
     opacity: 0;
}
.NIGHTEYE_TransformZ {
     transform: translateZ(0px);
}
 table a {
     text-decoration: underline;
     cursor: auto;
     color: rgb(191, 191, 191) !important;
}
table {
     background: rgb(36, 36, 36);
     border-collapse: separate;
     box-shadow: rgb(28, 28, 33) 0px 1px 0px inset;
     font-size: 15px;
     line-height: 29px;
     font-family: Roboto, Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
     margin: 30px auto;
     text-align: left;
     width: 1000px;
}
table td {
     border-width: 1px;
     border-style: solid;
     border-color: rgb(28, 28, 33) rgb(28, 28, 33) rgb(48, 48, 48) rgb(48, 48, 48);
     padding: 10px 15px;
     position: relative;
     transition: all 300ms ease 0s;
}
td.center {
     text-align: center;
}
