/*
 * Copyright 2021 FIZ Karlsruhe - Leibniz-Institut fuer Informationsinfrastruktur GmbH
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

ul.tags_list {
  padding: 0;
  margin: 0;
}

ul.tags_list li {
  display: inline;
  list-style-type: none;
  padding: 0;
}

ul.tags_list li:after {
    content: ' | ';
}

ul.tags_list li:first-child:after, ul.tags_list li:last-child:after {
    content: '';
}

.static-content .article-full #prevnext-next {
  float: right;
}
.static-content .article-full #prevnext-previous {
  float: left;
}

.static-content .article-full #prevnext-next a,
.static-content .article-full #prevnext-previous a {
  text-decoration: none !important;
}

.static-content .article-full #prevnext-next a:hover,
.static-content .article-full #prevnext-previous a:hover,
.static-content ul.tags_list li a {
  text-decoration: underline !important;
}

.static-content .article-full.ds-1col #prevnext-wrapper {
  border-top: solid 2px #efebe8;
  margin-top: 50px;
  padding-top: 20px;
}
