/*
 * General
 */
.tool-heading{
  font-size: 1.6rem;
  margin: 0 0 1em;
}

.tool-text{
  margin: 0 0 1em;
}


/*
 * PicGallery3
 */
.tool-gallery-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tool-gallery-list-item{
  margin: 0 0 10px;
  max-width: 32%;
}

@media screen and (max-width: 520px){
  
  .tool-gallery-list-item{
    max-width: 49%;
  }
  
}

/*
 * FileDownload
 */
.tool-filedownload-list{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tool-filedownload-list-item{
  border-bottom: 1px solid #ddd;
  padding: 1em;
}

.tool-filedownload-list-item:nth-child(2n+1){
  background: #eee;
}

.tool-filedownload-list-item-icon{
  float: left;
}

.tool-filedownload-list-item-content{
  margin: 0 0 0 90px;
}

.tool-filedownload-list-item-text{
  margin: 0;
}

.tool-filedownload-list-item-filesize{
  float: right;
  margin: 0 20px 1em 0;
}