.post_box,.post_container{
    background-color: rgba(0,0,0,0);
    padding: 0;

}
.app{
    background-color: #212F3C;
    color: gold;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

.app > .title{
    font-size: 22px;
    text-shadow: black 0 2px;
    font-weight: bold;
    margin: 0;
}

.update_section_title{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}


.dialog{
    background-color: #34495E;
    min-width: 250px;
    padding: 20px;
    border-radius: 1vw;
    border: 2px #D4AC0D solid;

}
.dialog .title{
    font-size: 18px;
    font-weight: bold;
    color: gold;
    align-items: center;
}
.dialog .msg{
    margin-top: 10px;
    font-size: 16px;
    color: gold;
    align-items: center;
}



.dialog .close{
    max-width: 30px;
    max-height: 30px;
    margin-right: 5px;
    cursor: pointer;
}

.update_section{
    border-radius: 1vw;
    background-color: transparent;
}

.update_box{
    padding: 15px;
    border: solid 1px gold;
    border-radius: 1vw;
    box-shadow: black 0 0 5px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}
.update_box_title{
     font-weight: bold;
     font-size: 14px;
     color: gold;
 }

.update_box_title_mine{
    font-weight: bold;
    font-size: 14px;
    color: #E74C3C;
    text-align: center;
}
.dialog .update_box_title_mine{
    font-size: 18px;
    margin-top: 10px;
}

.update_box_title_dialog{
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
    color: gold;
}
.update_box_time{
    background-color: #196F3D;
    border-radius: 2vw;
    padding: 3px 7px 3px;
    color: white;
    font-size: 12px;
}

.update_box_comment{
    margin-top: 10px;
    margin-bottom: 5px;

    font-size: 16px;
}
.update_box_desc{
    white-space: pre-line;
}
.update_box_desc_mine{
    color: #E74C3C;
    white-space: pre-line;
    font-weight: bold;
    text-align: center;
}


.comment_input{
    max-width: 300px;
    max-height: 300px;
    box-shadow: black 0 0 5px;
    border-radius: 0.5vw;
    padding: 10px;

}

.send_button{
    background-color: #196F3D;
    padding: 5px;
    border: solid 2px #58D68D;
    border-radius: 1vw;
    box-shadow: black 0 0 5px;
    cursor: pointer;
    margin-top: 10px;
}
