body {
    background: #eee;
    word-break: break-word !important;
    color: #333333;
        margin-top: 3.5rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
}

ul {
    margin: 0;
}

.bg-green {
    background-color: #28a82c;
}

main {
    margin-top: 1rem;
}

li a.active {
    color: #28a82c;
}

.small-nav {
    margin-top: -1.4rem;
}

.site-header .navbar-nav .nav-link {
    color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
    font-weight: 500;
}

.content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.article-title {
    color: #444444;
}

a.article-title:hover {
    color: #428bca;
    text-decoration: none;
}

.article-content {
    white-space: pre-line;
}

.article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
}

.article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
    color: #333;
    text-decoration: none;
}

.article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
}

.account-heading {
    font-size: 2.5rem;
}

.mainNotebookImageDiv {
    height: 60%;
}

.mainNotebookInnerDiv {
    width: 50%;
    margin: auto;
}

.btn.pmd-btn-fab {
    padding: 0;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    min-width: 56px;
}

.btn.pmd-btn-raised {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/*!
 * Propeller v1.3.2 (http://propeller.in): floating-action-button.css
 * Copyright 2016-2019 Digicorp, Inc.
 * Licensed under MIT (http://propeller.in/LICENSE)
 */
.pmd-floating-action {
    bottom: 1rem;
    position: fixed;
    right: 1rem;
    z-index: 1000;
}

.pmd-floating-action:hover .pmd-floating-action-btn,
.menu--floating--open .pmd-floating-action-btn {
    opacity: 1;
    -ms-transform: none;
    transform: none;
    position: relative;
    bottom: auto;
    overflow: hidden;
}

.pmd-floating-action:hover .pmd-floating-action-btn:before,
.menu--floating--open .pmd-floating-action-btn:before {
    opacity: 1;
}

.pmd-floating-action-btn {
    display: block;
    position: relative;
    transition: all 0.2s ease-in-out;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.pmd-floating-action-btn:before {
    bottom: 10%;
    content: attr(data-title);
    opacity: 0;
    position: absolute;
    right: 100%;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    background-color: #ffffff;
    padding: 0.375rem 0.75rem;
    border-radius: 0.125rem;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.75rem;
    margin-right: 0.3125rem;
    display: inline-block;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pmd-floating-action-btn:last-child:before {
    font-size: 14px;
    bottom: 25%;
}

.pmd-floating-action-btn:hover, .pmd-floating-action-btn:focus, .pmd-floating-action-btn:active {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pmd-floating-action-btn:not(:last-child) {
    opacity: 0;
    transform: translateY(20px) scale(0.3);
    -ms-transform: translateY(20px) scale(0.3);
    margin-bottom: 0.9375rem;
    margin-left: 0.5rem;
    position: absolute;
    bottom: 0;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(1) {
    transition-delay: 50ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(2) {
    transition-delay: 100ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(3) {
    transition-delay: 150ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(4) {
    transition-delay: 200ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(5) {
    transition-delay: 250ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(6) {
    transition-delay: 300ms;
}

.pmd-floating-action-btn.btn:hover {
    overflow: visible;
}

.pmd-floating-action-btn .ink {
    width: 50px;
    height: 50px;
}

.pmd-floating-hidden {
    display: none;
}

.btn.pmd-btn-fab span, .btn.pmd-btn-fab i {
    line-height: 56px;
}

.btn.pmd-btn-fab span, .btn.pmd-btn-fab i {
    line-height: 56px;
}

/*# sourceMappingURL=floating-action-button.css.map */
.notebook-img {
    height: 146px;
    width: auto;
}

.notebook-img-block {
    display: block !important;
    text-align: center;
    text-align: -webkit-center;
    background: #e6e6e6;
    overflow: hidden;
}

.favorite-icon-star {
    height: 32px;
    width: auto;
}

.favorite-icon-public {
    height: 32px;
    width: auto;
}

.note-thumb-view {
    width: auto;
    height: 250px;
}

.note-card {
    min-height: 260px;
    max-height: 260px;

}

.public-note-card {
    min-height: 320px;
    max-height: 320px;

}

.card-buttons {
    position: absolute;
    bottom: 2%;
    left: 3%;
}

.note-card .card-badges {
    top: 50%;
    position: absolute;
    right: 6%;
}

.book-card {
    min-height: 330px;
    max-height: 330px;

}

.book-card-buttons {
    position: absolute;
    bottom: 50%;
    right: 3%;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}
.hidden {
    display: none;
}


/* Styles for wrapping the search box */



/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}