body{
	font-family:Helvetica, Arial, sans-serif;
	}
	
.word { font-weight:bold; color:#000000; }

ul.update { list-style:none; table-layout: fixed; padding: 0px; }
/* ul.update { list-style:none; font-size:1.1em; table-layout: fixed; padding: 0px; } */
ul.update table{ table-layout: fixed; }
ul.update li{ height:30px; border-bottom:#dedede solid 1px; text-align:left;}
ul.update li:first-child{ border-top:#dedede solid 1px; height:30px; text-align:left; }
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

mark {
  background-color: yellow;
  color: black;
}