#network-papers {
  margin-top: 20px; }
  #network-papers .total {
    margin-bottom: 30px; }
  #network-papers ol {
    list-style: none;
    counter-reset: paper-counter; }
    #network-papers ol li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 40px;
      counter-increment: paper-counter; }
      #network-papers ol li::before {
        width: 20px;
        content: counter(paper-counter) ". ";
        font-weight: 700; }
  #network-papers .paper-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    width: 100%; }
    #network-papers .paper-full > img:first-child {
      margin: 0 40px 0 15px; }
    #network-papers .paper-full .paper-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      width: 100%;
      margin-left: 20px; }
    #network-papers .paper-full .authors > div {
      display: inline; }
      #network-papers .paper-full .authors > div:not(:last-child):not(:nth-last-child(2))::after {
        content: ", "; }
      #network-papers .paper-full .authors > div:last-child:not(:first-child)::before {
        content: " and "; }
    #network-papers .paper-full .downloads {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 50px; }
      #network-papers .paper-full .downloads span:last-child {
        font-weight: bold; }
