a{text-decoration:none;color:blue;}
a:hover{text-decoration:underline;color:navy;}
td.R{color:red;}
td.G{color:#00aa00;}
#forGogl{display:none;}
#obn tr{height:36px;white-space:nowrap;}
#obn td span{font-family:Courier New;}
#obn{counter-reset:count;border-collapse:collapse;border:2px solid white;height:680px;font-size:120%;margin:auto;text-align:right;}
#obn tr:hover th img{transition:transform 2s linear;transform:rotateY(1turn);}
#obn img{width:16px;height:16px;}
#obn tr:first-child th{background:white;font-weight:normal;}
#obn th,td{padding:3px;border:1px solid lightgray;}
#obn tr:hover{background:#d4f1ff;}
#obn th#nam,#obn th#tim {border-right:1px solid white;text-align:center;}
#obn th#tim{position:sticky;top:0;animation:ro 2s;} @keyframes ro{to{transform:rotateX(1turn);}}
#obn th:first-of-type{text-align: left;}
#obn tr#key th#keyG{background-color:#98FB98;}
#obn tr#key th#keyR{background-color:#ffaaaa;}
#obn tr#key th{position:sticky;top:0;background:#d4f1ff;text-align:center;font-weight:normal;}
#obn tr#key th:hover{background:#E0E000;cursor:pointer;}
#obn tr#key th:first-of-type{text-align:center;position:static;}
#obn tr#key th.stb{position:static;}
#obn td:first-child:before{content:counter(count)".";counter-increment:count;}