@import url(https://fonts.googleapis.com/css?family=Work+Sans:wght@400,600);

* {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    line-height: 150%;
    text-align: left;
}

b, strong {
  font-weight: 600;
}

body {
    background: #FFFFFF;
}

div {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF;
}

div.content {
    margin: 0px;
    padding: 0px;
}

div.page {
    max-width: 825px;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 0px;
}

div.header {
    padding-top: 0px;
    padding-bottom: 15px;
}

div.footer {
    text-align: center;
}

img.captcha {
    height: 11pt;
}

img.profile {
    height: 110px;
}

img.pubimg {
    width: 100px;
}

img.companyimg {
    width: 75px;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

p {
    margin: 0px;
    padding-bottom: 8px;
}

p:last-child {
    padding-bottom: 0px;
}

hr {
    margin: 0px;
}

h3 {
    margin: 0px;
    font-weight: 600;
    padding-bottom: 10px;
}

div.content h3 {
    font-size: 16pt;
}

div.header h3 {
    font-size: 16pt;
    padding-bottom: 8px;
}

div.header h4 {
    font-size: 14pt;
}

@media (max-width: 768px) {
  .header-table {
    width: 100%;
  }

  .header-table tr {
    display: flex;
    flex-direction: column;
    align-items: center;   /* centers horizontally */
  }

  .header-table td {
    display: block;
    width: auto;
    margin-bottom: 15px;
    text-align: center;
    padding-right: 0;
  }

  .header-table td * {
    text-align: center;
   }

  .header-table img.profile {
     display: block;
     margin: 0 auto;
  }
}

h4 {
    margin-top: 20px;
    font-size: 13pt;
    font-weight: 600;
}

table {
    border-spacing: 0px;
}

table.publications td {
    vertical-align: middle;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
}

table.publications td.last {
    padding-bottom: 0px;
}

div.professional td {
    vertical-align: middle;
    padding-right: 10px;
    padding-bottom: 10px;
}

div.professional td:last-child {
    padding-right: 0px;
}

td {
    vertical-align: top;
    padding-right: 20px;
}

td:last-child {
    padding-right: 0px;
}

td.info {
    width: device-width;
}

div.header i { 
    width: 25px;
    text-align: center;
}

div.content i { 
    text-align: left;
    padding-right: 5px;
}

a {
    color: #0074D9;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.about p {
  text-align: justify;
  text-justify: inter-word;
}
