
  body {
    font-size: 12px;
    }

  .index {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: black;
    user-select: none;
    width: 890px;
    }

  .index table { 
    border-spacing: 0;
    border-collapse: separate;
    }

  .index table td {
    vertical-align:top;
    }

  .index table td:first-child {
    padding-left: 1.5em;    
    padding-right: 1em;
    text-indent: -1em;
    width: 360px;
    }

  .index table tr:nth-child(odd) {
    background: WhiteSmoke;
    }
