/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 14px;
  background-color: #FFFFFF; }

body {
  padding: 0.5rem;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 95rem;
  background-color: #FFFFFF;
  color: #000000; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 2rem;
  line-height: inherit;
  color: inherit; }

h2 {
  font-size: 1.75rem;
  line-height: inherit;
  color: inherit; }

h3 {
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit; }

h4 {
  font-size: 1.25rem;
  line-height: inherit;
  color: inherit; }

h5 {
  font-size: 1rem;
  line-height: inherit;
  color: inherit; }

h6 {
  font-size: 0.85rem;
  line-height: inherit;
  color: inherit; }

a {
  color: blue;
  text-decoration: none;
  cursor: pointer; }

img {
  vertical-align: top;
  display: inline-block; }

p {
  margin: 0 0 0.2rem 0; }

.gap-top {
  margin-top: 0.2rem; }

.gap-bottom {
  margin-bottom: 0.2rem; }

ul, ol {
  margin-left: 0 0 0 1.5rem; }

hr {
  margin: 0.25rem 0 0.5rem 0; }

.nowrap {
  white-space: nowrap; }

.bold {
  font-weight: bold; }

.bolder {
  font-weight: 900; }

table {
  border-collapse: collapse;
  width: 100%; }
  table th, table td {
    vertical-align: top;
    text-align: left; }
    table th[align="right"], table th .text-right, table td[align="right"], table td .text-right {
      text-align: right; }
    table th[align="center"], table th .text-center, table td[align="center"], table td .text-center {
      text-align: center; }
    table th[valign="bottom"], table td[valign="bottom"] {
      vertical-align: bottom; }
    table th[valign="center"], table td[valign="center"] {
      vertical-align: center; }
  table.fixed {
    table-layout: fixed; }

i.loading-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px 3px;
  background-image: url("../image/loading-icon.gif");
  background-repeat: no-repeat; }

i.info-icon {
  cursor: pointer; }
  i.info-icon:before {
    content: '\1F6C8'; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.hidden {
  display: none !important; }

.info {
  color: #046;
  font-weight: bold; }
  .info a {
    color: #046; }
    .info a:hover {
      color: orangered; }

.warning {
  color: orangered;
  font-weight: bold; }

.success {
  color: green;
  font-weight: bold; }

.error {
  color: #CC0000;
  font-weight: bold; }
  .error a {
    color: #CC0000; }
    .error a:hover {
      color: #FF0000; }

[v-cloak] {
  display: none; }

@media screen {
  .show-print-only {
    display: none; } }

@media print {
  .show-print-only {
    display: initial; }
  .hide-print-only {
    display: none; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.gutter-left {
  padding-left: 0.5rem; }

.gutter-right {
  padding-right: 0.5rem; }

@media print, screen and (min-width: 0em) {
  .small-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .small-shrink {
    width: auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%; }
  .small-1 {
    width: 8.33333%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .small-2 {
    width: 16.66667%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .small-3 {
    width: 25%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .small-4 {
    width: 33.33333%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .small-5 {
    width: 41.66667%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .small-6 {
    width: 50%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .small-7 {
    width: 58.33333%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .small-8 {
    width: 66.66667%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .small-9 {
    width: 75%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .small-10 {
    width: 83.33333%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .small-11 {
    width: 91.66667%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .small-12 {
    width: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-offset-1 {
    margin-left: 8.33333%; }
  .small-offset-2 {
    margin-left: 16.66667%; }
  .small-offset-3 {
    margin-left: 25%; }
  .small-offset-4 {
    margin-left: 33.33333%; }
  .small-offset-5 {
    margin-left: 41.66667%; }
  .small-offset-6 {
    margin-left: 50%; }
  .small-offset-7 {
    margin-left: 58.33333%; }
  .small-offset-8 {
    margin-left: 66.66667%; }
  .small-offset-9 {
    margin-left: 75%; }
  .small-offset-10 {
    margin-left: 83.33333%; }
  .small-offset-11 {
    margin-left: 91.66667%; }
  .space-between {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .space-around {
    -ms-flex-pack: justify;
    justify-content: space-around; }
  .align-left {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .align-center {
    -ms-flex-pack: center;
    justify-content: center; }
  .align-right {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .align-top {
    -ms-flex-align: start;
    align-items: flex-start; }
  .align-middle {
    -ms-flex-align: center;
    align-items: center; }
  .align-bottom {
    -ms-flex-align: end;
    align-items: flex-end; }
  .order-0 {
    order: 0;
    -ms-flex-order: 0; }
  .order-1 {
    order: 1;
    -ms-flex-order: 1; }
  .order-2 {
    order: 2;
    -ms-flex-order: 2; }
  .order-3 {
    order: 3;
    -ms-flex-order: 3; }
  .order-4 {
    order: 4;
    -ms-flex-order: 4; }
  .order-5 {
    order: 5;
    -ms-flex-order: 5; }
  .order-6 {
    order: 6;
    -ms-flex-order: 6; }
  .text-left {
    text-align: left; }
  .text-right {
    text-align: right; }
  .text-center {
    text-align: center; }
  .text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 30em) {
  .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .medium-shrink {
    width: auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%; }
  .medium-1 {
    width: 8.33333%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-2 {
    width: 16.66667%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-3 {
    width: 25%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-4 {
    width: 33.33333%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-5 {
    width: 41.66667%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-6 {
    width: 50%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-7 {
    width: 58.33333%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-8 {
    width: 66.66667%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-9 {
    width: 75%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-10 {
    width: 83.33333%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-11 {
    width: 91.66667%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-12 {
    width: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-space-between {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .medium-space-around {
    -ms-flex-pack: justify;
    justify-content: space-around; }
  .medium-align-left {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .medium-align-center {
    -ms-flex-pack: center;
    justify-content: center; }
  .medium-align-right {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .medium-align-top {
    -ms-flex-align: start;
    align-items: flex-start; }
  .medium-align-middle {
    -ms-flex-align: center;
    align-items: center; }
  .medium-align-bottom {
    -ms-flex-align: end;
    align-items: flex-end; }
  .medium-order-0 {
    order: 0;
    -ms-flex-order: 0; }
  .medium-order-1 {
    order: 1;
    -ms-flex-order: 1; }
  .medium-order-2 {
    order: 2;
    -ms-flex-order: 2; }
  .medium-order-3 {
    order: 3;
    -ms-flex-order: 3; }
  .medium-order-4 {
    order: 4;
    -ms-flex-order: 4; }
  .medium-order-5 {
    order: 5;
    -ms-flex-order: 5; }
  .medium-order-6 {
    order: 6;
    -ms-flex-order: 6; }
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .large-shrink {
    width: auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%; }
  .large-1 {
    width: 8.33333%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-2 {
    width: 16.66667%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-3 {
    width: 25%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-4 {
    width: 33.33333%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-5 {
    width: 41.66667%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-6 {
    width: 50%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-7 {
    width: 58.33333%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-8 {
    width: 66.66667%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-9 {
    width: 75%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-10 {
    width: 83.33333%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-11 {
    width: 91.66667%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-12 {
    width: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-space-between {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .large-space-around {
    -ms-flex-pack: justify;
    justify-content: space-around; }
  .large-align-left {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .large-align-center {
    -ms-flex-pack: center;
    justify-content: center; }
  .large-align-right {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .large-align-top {
    -ms-flex-align: start;
    align-items: flex-start; }
  .large-align-middle {
    -ms-flex-align: center;
    align-items: center; }
  .large-align-bottom {
    -ms-flex-align: end;
    align-items: flex-end; }
  .large-order-0 {
    order: 0;
    -ms-flex-order: 0; }
  .large-order-1 {
    order: 1;
    -ms-flex-order: 1; }
  .large-order-2 {
    order: 2;
    -ms-flex-order: 2; }
  .large-order-3 {
    order: 3;
    -ms-flex-order: 3; }
  .large-order-4 {
    order: 4;
    -ms-flex-order: 4; }
  .large-order-5 {
    order: 5;
    -ms-flex-order: 5; }
  .large-order-6 {
    order: 6;
    -ms-flex-order: 6; }
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media all and (min-width: 0em) and (max-width: 29.9375em) {
  .only-small-hide {
    display: none !important; } }

@media all and (min-width:30em) {
  .only-small-show {
    display: none !important; } }

@media all and (min-width: 30em) {
  .medium-hide {
    display: none !important; } }

@media all and (max-width: 29.9375em) {
  .medium-show {
    display: none !important; } }

@media all and (min-width: 30em) and (max-width: 63.9375em) {
  .only-medium-hide {
    display: none !important; } }

@media all and (max-width:29.9375em), all and (min-width:64em) {
  .only-medium-show {
    display: none !important; } }

@media all and (min-width: 64em) {
  .large-hide {
    display: none !important; } }

@media all and (max-width: 63.9375em) {
  .large-show {
    display: none !important; } }

@media all and (min-width: 64em) {
  .only-large-hide {
    display: none !important; } }

@media all and (max-width:63.9375em) {
  .only-large-show {
    display: none !important; } }

label {
  display: inline-block; }

input, select, textarea {
  color: black;
  max-width: 100%;
  vertical-align: top; }

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"] {
  padding: 0.2em 0.5em; }

select[size] {
  height: auto; }

input:invalid {
  box-shadow: none; }

button {
  font-size: 1rem;
  padding: 0.2em 0.5em;
  border: none;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  background-color: #009132;
  color: white; }
  button.disabled, button[disabled] {
    opacity: 0.7;
    cursor: default; }
  button + button {
    margin-left: .2rem; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 950;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(100, 100, 100, 0.3);
  text-align: center; }

.modal {
  display: inline-block;
  margin-top: 10rem;
  z-index: 970;
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  padding: 0.5rem;
  width: 50rem;
  max-width: 100%;
  text-align: left; }

.modal .close {
  font-weight: bold;
  font-size: 1.5em;
  float: right;
  padding-right: .5rem;
  color: #555; }
  .modal .close:hover {
    cursor: pointer;
    opacity: .8; }

.logo {
  height: 5rem;
  margin-right: 1rem;
  width: auto; }

.logo-header {
  line-height: 1; }

.sidebar {
  padding-right: 1rem;
  border-right: 1px solid #999;
  max-height: 85vh;
  overflow-y: auto; }

.sidebar-section {
  margin-top: 1rem; }

.tips {
  font-size: 1.2rem;
  margin-left: 2rem; }
  .tips li {
    margin-bottom: 1rem; }

.current-search {
  margin-bottom: 1rem;
  padding-bottom: .5rem; }
  .current-search .filter {
    background-color: #eee;
    padding: .2rem .5rem; }
  .current-search .close {
    font-weight: bold;
    opacity: 0.4; }
    .current-search .close:hover {
      cursor: pointer;
      opacity: 0.6; }

.search-result .image-container {
  height: 200px; }

.search-result img {
  max-height: 100%;
  max-width: 100%; }

.content {
  padding-left: 3rem; }

.login h1 {
  color: #009132;
  font-size: 4rem; }

.login .loginForm {
  padding: .5rem 1rem;
  border: 1px solid #eee; }

.welcome h1 {
  color: #009132;
  font-size: 4rem; }

.welcome p {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 2rem; }

.search-result {
  border: 1px solid #999;
  padding: .5rem;
  margin-bottom: 1rem; }
  .search-result:hover {
    background-color: #eee;
    cursor: pointer; }

.hierarchy {
  background-color: #eee; }
  .hierarchy .selected {
    background-color: #ccc; }
  .hierarchy .header {
    border-bottom: 1px solid #ccc; }