  .img-blog {
    width: 30%;
    height: auto;
    float: left;
  }

  .content-blog {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    float: left;
    height: auto;
    position: relative;
    margin-top: 50px;
  }

  .buffer {
    position: absolute;
    top: -35vh;
    left: 0;
    width: 100%;
    height: 35vh !important;
  }

  .h3-blog {
    float: left;
    margin-left: 50px;
    padding-top: 0 !important;
    width: 100%;
    text-align: left;
  }

  .content-text-blog {
    float: left;
    height: auto;
    min-height: 400px;
    width: 70%;
  }

  .hr-blog {
    float: left;
    margin: 0;
    margin-left: 50px;
  }

  .p-blog, .a-blog {
    float: left;
    margin-left: 50px !important;
    width: 100% !important;
    text-align: left;
  }

  #blogt {
    margin-top: 100px;
    width: 100%;
  }

  .space-blog {
    width: 100%;
    height: 1px;
    position: static;
  }

  .edit-command {
    font-style: italic;
  }

  .edit-div {
    height: 90vh;
    width: 340px;
    float: right;
    z-index: 100;
    background-color: #f0f0f0;
    position: fixed;
    bottom: 0vh;
    right: 0;
    z-index: 1;
    box-shadow: 0 0 1em #acacac;
  }

  .edit-div-menu-over {
    bottom: 0;
    margin-bottom: 3%;
    position: absolute;
    height: auto;
    width: 100%;
  }

  .edit-div-menu-li {
    float: left;
    width: 20%;
    align-items: center;
    height: auto;
  }

  .edit-div-menu-img {
    width: 50%;
    height: 50%;
  }

  .edit-div-menu-img:hover {
    width: 55%;
  }

  .edit-div-menu-hr {
    width: 100%;
    height: 2px;
    color: #494949;
    background-color: #494949;
    margin-bottom: 5%;
  }

  .input-in {
    display: none;
  }

  .tf-self {
    border: none;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    min-height: 25px;
    text-align: center;
    color: #000;
    font-size: 14px;
    resize: vertical;
  }

  .tf-button {
    width: 39%;
    float: left;
    border: none;
    height: 35px;
  }

  #send-button {
    margin-left: 11%;
    background-color: #72BD96;
    background: #72BD96;
    color: #fff;
  }

  #del-button {
    background-color: #fff;
    background: #fff;
    color: #000;
    margin-left: 2%;
    margin-top: -18px;
  }

  #test-345 {
    height: 0;
  }

  .tf-button2 {
    width: 80%;
    float: left;
    border: none;
    height: 35px;
    font-size: 1em;
  }

  .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }

  .inputfile+label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
    cursor: pointer;
  }

  .inputfile:focus+label,
  .inputfile+label:hover {
    background-color: red;
  }

  #cs-button {
    background-color: #fff;
    background: #fff;
    color: #000;
    margin-left: 10%;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;
    padding-top: 7px;
    height: 25px;
    margin-top: 100px;
    margin-bottom: 10px;
  }

  .edit-link {
    font-family: 'Roboto Slab', serif;
    color: #494949;
    text-transform: none;
    min-height: 400px;
    cursor: zoom-in;
  }

  .edit-div-menu-button {
    border: 0;
    height: 50%;
    width: 66px !important;
    padding: 0;
    cursor: pointer;
  }

  .edit-div, #menu-hr, .content-div {
    transition: 0.5s;
    transition-timing-function: ease-in-out;
  }

  .input-login {
    width: 15%;
    margin-top: 1%;
    height: 1.5em;
    border-style: hidden hidden solid hidden;
    outline: none;
    padding: 0.5%;
    font-size: 1em;
  }

  .button-login {
    width: 16%;
    margin-top: 1%;
    height: 2em;
    padding: 0;
    cursor: pointer;
    border: 0;
    color: #fff;
    background-color: #72BD96;
    font-size: 1em;
  }

  .table {
    width: 80%;
    margin-left: 10%;
    text-align: center;
  }
  }