.notelist{
    width: 100%;
    float: top;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;

}
.note{background: #99826B;width: 1200px; margin: auto;text-align: left;align-content: center;
    align-items: center;
}
.notetitle{
    width: 100%;
    height: 45px;
    text-align: left;
    justify-content: left;
}
.leavewordform{
    width: 1000px;
    background-color: #99826B;
    text-align: center;
    float:none;
    align:center;
    margin: auto;
}
.formleavecontent{
    position: relative;
			float:none;
			align-items: center;
			margin: auto;

}