.open_note{
    display: block;
    float: none;
    margin-left: auto;
    text-align: center;
    text-decoration: underline;
}
.not_pub{
    font-size: 0.8rem;
    margin: 2rem 0;
    color: #3C3C3B;
    overflow: auto;
}
.not_pub strong{
    color: #1C7CBF;
}
#note thead{
    border-color: #3c3c3b;
    color: #1C7CBF;
}
.not_pub button{
    border: none;
    background-color: #1C7CBF;
    color: white;
    padding: 0.15rem 0.6rem;
    border-radius: 0.4rem;
    float: right;
}
.not_pub textarea{
    height: 6rem;
}