.user-info{
    position: fixed;
    top: 65px;
    z-index: 94;
    background-color: rgba(240,240,240,1);
    padding-top: 1rem;
    border-radius: 5px;
    padding: 10px;
    border: lightgray 1px solid;
}

.info-box{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}

.centered-buttons{
    width: 100%;
}

.sticky-centered-buttons {
    position: -webkit-sticky;
    position: sticky;
    top: 4.3em;
    z-index: 9;
}

.hidden{
    display: none;
}

.more_button{
}

.user-info-spacer{
    height: 12vw;
}

.nutrient-text{
    font-weight: bold;
    text-transform: capitalize;
}

.nutrient-text-small{
    font-weight: bold;
    text-transform: capitalize;
    font-size: smaller;
}

.nutrient-text-lower{
    text-transform: lowercase !important;
}

.show-more {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
    font-size: 12px;
    color: grey;
}

.show-more:hover{
    color: blue;
    cursor: pointer;
}

.selected_day{
    background-color: lightgray
}

.reduced {
    width:12em !important;
    opacity: 0.7;
    left: 16vw;
}
.reduced .hide-responsive{
    display: none;
}
.reduced .hide-unresponsive{
    flex: 100% !important;
    max-width: 100% !important;
}

.note_div {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 1em;
    border-radius: 1em;
    background-color: #dfe8fb;
}

.note_div_owned {
    margin-left: 6em;
    background-color: #c7edd1;
}

.note_div_received {
    margin-right: 6em;
}

.note_author_div{
    display: inline-block;
    float: left;
    font-weight: bold;

}

.note_date_div{
    display: inline-block;
    float: right;
}

.note_content{
    margin-top: 2em;
    padding: 1em;
    border-radius: 1em;
    background-color: ghostwhite;
    white-space: pre-wrap;
}

.note_textfield_div{
    width: 95%;
    margin-left: 5%;
    border-radius: 1em;
    border-color: slategray;
    padding: 1em;
    padding-top: 1em;
    background-color: rgba(240,240,240,1);
}

.note_textfield{
    width: 100%;
    height: 8em;
    border-radius: 0.3em;
    margin-top: 1em;
}

.char-counter{
    float: left;
    margin-bottom: 1em;
    color: gray;
}

.btn-send{
    float: right;
}

.delete_note_div{
    float: right;
    margin-left: 1em;
    margin-top: -0.5em;
    font-size: 1em;
    color: red;
    cursor: pointer;
}

.note-modal{
    background-color: white;
    padding: 2em;
}

.nutrient-table-cell {
}
