#type_box{
    left: 0;
    width: 100%;
    height: 10%;
}
#type_box textarea{
    height: 100%;
    width: 80%;
    white-space: pre-wrap;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#type_box button{
    height: 100%;
    width: 4%;
}