.custom p {
  text-indent: 20px; }
.custom .storage-table,
.custom .declassification-table,
.custom .event-calendar-table,
.custom .visitors-table {
  box-sizing: border-box; }
  .custom .storage-table td,
  .custom .storage-table th,
  .custom .declassification-table td,
  .custom .declassification-table th,
  .custom .event-calendar-table td,
  .custom .event-calendar-table th,
  .custom .visitors-table td,
  .custom .visitors-table th {
    box-sizing: border-box;
    padding: 5px 10px;
    vertical-align: top; }
  .custom .storage-table p,
  .custom .declassification-table p,
  .custom .event-calendar-table p,
  .custom .visitors-table p {
    text-indent: 0px;
    margin: 0px 0px 16px; }

.news-more-photo-list {
  list-style-type: none;
  padding: 0px; }
  .news-more-photo-list li {
    position: relative;
    display: inline-block;
    height: 150px;
    padding: 6px;
    border: 1px solid #dbdbdb;
    margin: 0 8px 8px 0; }
    .news-more-photo-list li img {
      display: inline-block;
      height: 100%; }
