section.info{
    width: 100%;
    overflow: auto;
	font-size: 18px;
}
section.info .innr{
        margin: 50px auto;
        width: 100%;
        overflow: auto;
        max-width: 1000px;
}
section.info .innr >div{
    width: 100%;
    height: 100%;
}
section.info .innr .note-editor{
    box-sizing: border-box;
}section.info .innr h1{
    font-size: 2em;
}
section.info .admin_buttons{
    margin: 30px auto;
    width: 430px;
    height: 40px;
}
section.info #save_summernote{
    background-color: blue;
    width: 45%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: white;
    cursor: pointer;
    float: left;
    margin: 0 10% 0 0;
    box-sizing: border-box;
}
section.info #admin_logout{
    background-color: blue;
    width: 45%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: white;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
}
