p { text-indent: 20px; }
.input-prepend input[type="text"].input-small, 
.input-prepend input[type="password"],
.input-prepend .add-on {height:30px; font-size:16px;}
span.add-on [class^="icon-"] {padding-top: 7px;}
body ul.nav.menu.nav-pills.mod-list li a {font-size:14px;}
h2[itemprop="name"], h2[itemprop="headline"]  {font-size:20px;}


.link-conatiner {
  display: flex;
  column-gap: 5px;
  align-items: center;
  margin-bottom: 5px;
}

.link-icon {
  max-width: 15px; 
  height: 100%;
}

.poster-container {
  display: flex; 
  column-gap: 15px
}

.poster-preview {
  width: 100px; 
  height: 100px; 
  overflow: hidden; 
  margin-top: 12px;
  flex-shrink: 0; 
}

.poster-image {
  width: 300px; 
  margin-top: 12px;
}