.documents-container {
  display: flex;
  flex-flow: row wrap;
}

.documents-header {
  padding-left: 25px;
}

.overview-header {
  padding-left: 10px;
}

.document {
  border: 1px solid #e7eaec;
  width: 200px;
  height: 200px;
  background-color: #f8f8f8;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.document-action {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;  
}

.document-action__row {
  padding: 10px 20px;
}

.document-action__name {
  font-size: 1em;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}

.route__icon {
  text-align: center;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  font-size: 4em;
}

.document__icon {
  text-align: center;
  vertical-align: middle;
  height: 80px;
  background-color: #fff;
  padding: 20px;  
}

.document__title {
  padding: 10px;
  border-top: 1px solid #e7eaec;
  height: 100%;
  font-size: 1.1em;
}

.overview__title {
  padding: 10px;
  border-top: 1px solid #e7eaec;
  height: 100%;
  font-size: 1.5em;
}

.overview__category_title {
  padding: 10px;
  border-top: 1px solid #e7eaec;
  height: 100%;
  font-size: 1.3em;  
}

