@charset "UTF-8";
/**
 * Clay 3.153.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.dictionary-notes__nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 2rem 0 1rem 0; }

.dictionary-notes__navitem {
  font-weight: 700;
  font-size: 1.125rem;
  color: #272833;
  margin-right: 1rem;
  margin-bottom: 1rem; }

.dictionary-notes__navlink {
  color: inherit;
  background: transparent;
  padding: 3px 7px;
  border-radius: 3px;
  line-height: 1;
  white-space: nowrap; }
  .dictionary-notes__navlink.active {
    background-color: #968611;
    color: #fff; }

.dictionary-notes__list {
  padding: 0;
  list-style: none;
  padding: 1rem 0 2rem 0;
  display: none; }
  .dictionary-notes__list.active {
    display: block; }

.dictionary-notes__item {
  font-family: 'Tinos';
  border-top: 1px solid #e7e7ed;
  margin-bottom: 12px;
  padding-top: 10px; }
  .dictionary-notes__item:first-child {
    border-top: none; }

.dictionary-notes__link {
  font-size: 1.125rem;
  font-weight: 700; }

.dictionary-notes__note {
  display: block;
  color: #393a4a; }