div.node-working-paper {
  padding-top: 40px;
  width: 900px;
}

body.node-type-working-paper .field-label,
body.node-type-working-paper-author .field-label {
  width: 100px;
  margin-bottom: 10px;
}
body.node-type-working-paper .field-items,
body.node-type-working-paper-author .field-items {
  margin-bottom: 10px;
}
body.node-type-working-paper a:hover,
body.node-type-working-paper-author a:hover {
  text-decoration: underline;
}
body.node-type-working-paper .node-working-paper.ds-1col,
body.node-type-working-paper-author .node-working-paper.ds-1col,
body.node-type-working-paper .node-working-paper-author.ds-1col,
body.node-type-working-paper-author .node-working-paper-author.ds-1col, 
body.page-working-papers-authors .view-working-papers-authors {
  padding-bottom: 50px;
  width: 900px;
  padding-top: 40px;
}

body.node-type-working-paper .view-working-papers-for-an-author .views-field-title,
body.node-type-working-paper-author .view-working-papers-for-an-author .views-field-title {
  margin-bottom: 5px;
}
body.node-type-working-paper .view-working-papers-for-an-author,
body.node-type-working-paper-author .view-working-papers-for-an-author {
  margin-bottom: 50px;
}

div.view-working-papers {
  padding-top: 40px;
  padding-bottom: 40px;
}

div.view-working-papers ul.pager {
  margin-top: 20px;
}

div.view-working-papers p {
  margin-bottom: 40px;  
}

#main-content div.view-working-papers h1 {
  margin: 0;
}

div.view-working-papers div.views-row {
  margin-bottom: 10px;
  margin-right: 50px;
}
div.view-working-papers {
    width: 900px
}
div.view-working-papers th.views-field-field-paper-number,
div.view-working-papers-for-an-author th.views-field-field-paper-number
 {
  width: 11%;
}
div.view-working-papers-for-an-author th.views-field-field-title,
div.view-working-papers th.views-field-field-title {
  width: 55%;
}
div.view-working-papers-for-an-author th.views-field-field-authors,
div.view-working-papers th.views-field-field-authors {
  width: 22%;

}
div.view-working-papers-for-an-author th.views-field-field-creation_date,
div.view-working-papers th.views-field-field-creation_date {
  width: 12%;
}

div.view-working-papers-for-an-author table.views-table,
div.view-working-papers table.views-table {
    border: none;
}
div.view-working-papers-for-an-author table.views-table tr.odd,
div.view-working-papers-for-an-author table.views-table tr.even,
div.view-working-papers table.views-table tr.odd,
div.view-working-papers table.views-table tr.even {
    border-bottom: none;
}
div.view-working-papers-for-an-author table.views-table td,
div.view-working-papers table.views-table td {
    padding: 5px 5px;
}
div.view-working-papers-for-an-author table.views-table td,
div.view-working-papers table.views-table td {
    background-color: white;
}
div.view-working-papers-for-an-author table.views-table th,
div.view-working-papers table.views-table th {
    padding-bottom: 5px;
}
div.view-working-papers-for-an-author table.views-table tbody,
div.view-working-papers table.views-table tbody {
    padding-top: 5px;
}
div.view-working-papers-for-an-author table.views-table th a,
div.view-working-papers table.views-table th a {
    color: #222;
    padding-bottom: 5px;
}
div.view-working-papers table.views-table th a img {
    margin-left: 10px;
}
