    #emb_cont .col0 {
      width: 400px;
    }
    #emb_cont .col1 {
      width: 100px;
      font-weight: bold;
    }
    #emb_cont .col2 {
      width: 300px;
    }
    #emb_cont .col3 {
      width: 300px;
    }
    .odd {
      background-color: #FFF;
    }
    .even {
      background-color: #EEE;
    }
    .descr {
      background-color: #DDD;
    }
    .paper_descr {
      width: 600px;
    }
    #emb_cont {
      border:1px solid silver;
      width: 100%;
      height: 400px;
      overflow:scroll;
    }
    table th {
      cursor: pointer;
    }
    #emb_cont table {
      border-collapse: collapse;
      border: 1px solid silver;
    }
    #emb_cont table td {
      border: 1px solid silver;
    }