.bg-clouds {
    background-color: #f9fbfd;
}
.ui.inverted.blue.menu, .ui.inverted.menu .blue.active.item {
    background-color: #01579B;
}
.ui.inverted.success.segment {
    background-color: #27ae60 !important;
}
.ui.inverted.warning.segment {
    background-color: #e67e22 !important;
}
.ui.inverted.dark.segment {
    background-color: #34495e !important;
}
.ui.inverted.segment .ui.breadcrumb .divider {
    color: white !important;
}
.ui.inverted.segment a {
    text-decoration: none !important;
}
.ui.inverted.segment a:hover {
    color: white !important;
    text-decoration: underline !important;
}
.ui.transparent.segment {
    background: transparent;
}
a[name] {
    /* Fixed page header overlaps in-page anchors */
    text-decoration: none;
    padding-top: 60px;
}
section {
    padding: 2em 0;
}
section h2 {
    margin-bottom: 1em !important;
}
.index section h1 {
    font-size: 2.75rem !important;
    font-weight: normal !important;
}
.index section h2 {
    font-weight: normal !important;
    font-size: 2rem !important;
}
.link {
    cursor: pointer;
    color: #4183c4;
}
.ui.fixed.menu .ui.dropdown .menu > * {
    white-space: normal !important;
}
a, .ui.breadcrumb a {
    color: inherit;
    text-decoration: underline;
}
a:hover, .ui.breadcrumb a:hover {
    color: inherit;
    text-decoration: none;
}

/* Material UI Blue Grey Color Variables */
:root {
    --blue-grey-50: #eceff1;
    --blue-grey-100: #cfd8dc;
    --blue-grey-200: #b0bec5;
    --blue-grey-300: #90a4ae;
    --blue-grey-400: #78909c;
    --blue-grey-500: #607d8b;
    --blue-grey-600: #546e7a;
    --blue-grey-700: #455a64;
    --blue-grey-800: #37474f;
    --blue-grey-900: #263238;
}

/* Background utility classes using the variables */
.bg-blue-grey-50 { background-color: var(--blue-grey-50); }
.bg-blue-grey-100 { background-color: var(--blue-grey-100); }
.bg-blue-grey-200 { background-color: var(--blue-grey-200); }
.bg-blue-grey-300 { background-color: var(--blue-grey-300); }
.bg-blue-grey-400 { background-color: var(--blue-grey-400); }
.bg-blue-grey-500 { background-color: var(--blue-grey-500); }
.bg-blue-grey-600 { background-color: var(--blue-grey-600); }
.bg-blue-grey-700 { background-color: var(--blue-grey-700); }
.bg-blue-grey-800 { background-color: var(--blue-grey-800); }
.bg-blue-grey-900 { background-color: var(--blue-grey-900); }

.list-inline.bordered-items .list-inline-item {
    border: 1px solid var(--blue-grey-100);
    color: var(--blue-grey-900);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: right;
}
.list-inline.bordered-items .list-inline-item b {
    color: var(--blue-grey-600);
}