/*Nexus 10*/
.authors_module .authors_module-teaser {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .authors_module .authors_module-teaser article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 10px;
    width: 238px; }
    .authors_module .authors_module-teaser article img {
      background-color: #e6e6e6;
      height: 159px; }
  @media only screen and (min-width: 41.25em) {
    .authors_module .authors_module-teaser {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  @media only screen and (min-width: 64em) {
    .authors_module .authors_module-teaser {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.authors_module em {
  font-family: "Arial", sans-serif;
  font-size: calc(18px + (18 - 16) * (100vw - 400px) / 400);
  line-height: 1.2;
  margin: 0.5em 0 0;
  min-height: 2.5em; }

.authors_module p {
  font-family: "Arial", sans-serif;
  font-size: 1.2em; }
