::-webkit-scrollbar{width:8pt}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{
  background-color:#777;
  border-radius:9pt;
  transition:background-color .2s ease;
}::-webkit-scrollbar-thumb:hover{background:#888}



header{
  background:#eee;
  border-bottom:#999 solid 1pt;
  font-size:27px;
}



#title,#asdtitle{background:#eee}
#title,.row{padding:9px}
#table,#admintable,#ar,#asd,#table p{border-color:transparent}

#table .row,#ar .row{transition:.2s ease;}
#table .row:hover,#ar .row:hover{background-color:#eaeaea}

.row:nth-child(odd){background-color:#f1f1f1}
.row:nth-child(even):hover{background-color:#fafafa}

#more{
  padding:1pt 7pt;
  margin-top:1em;
}



article{
  background:transparent;
  border-bottom:gray solid 1pt;
}

details{outline:0}
summary{border:0}
summary:hover{background:#ccc}

.cmtwrap div{
  background:linear-gradient(
    to bottom,#ccc,transparent
  );
  border-radius:0;
}
#comment hr{border:0}