* {
    transition: all 0.4s;
}

.Wrapper {

}

.Validation {
    color: red;
    display: none;
}

body {
    font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

.EditSection {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    background-color: rgba(22,22,22,0.8);
    text-align: center;
}

.NoteHeaderSection, .SavedNote {
/*    display: table;
    margin: auto;*/
}

.NoteHeader {
    top: 10px;
    right: 20px;
    float: right;
}

.NoteHeaderSection {
/*    display: table;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;*/
}

.IndividualNote > div {
    float: left;
    box-sizing: border-box;
}

.E_NoteTitle {
    font-weight: bold;
    font-size: 20px;
}

.E_NoteDescription {
    font-weight: lighter;
    font-style: italic;
}

.IndividualNote:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.E_Note {
    width: 70%;
    padding: 5px;
}


.EditNoteSection {
    width: 500px;
    margin: auto;
    margin-top: 30px;
}

    .EditNoteSection > * {
        margin-bottom: 20px;
    }

#EditTitle {
    margin-bottom: 10px;
}


    .Buttons:nth-child(2) {
        float: right;
    }

.Buttons_Pane {
    padding: 5px;
    width: 30%;
}

.E_Buttons {
    background: white;
    cursor: pointer;
    padding: 5px;
    float: right;
    width: 30%;
    border: solid;
}

    .E_Buttons:hover {
        border-radius: 5px;
    }

    .E_Buttons:first-child {
        float: left;
    }

#EditDescription {
    height: 150px;
}

#EditTitle, #EditDescription {
    width: 98%;
}

.Buttons:hover, .E_Buttons:hover {
    background: black;
    color: white;
}


.Wrapper{
    max-width: 500px;
    margin: 0 auto;
}
.buttonWrapper{
    margin-bottom: 20px;
}