*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



body{
    margin:0;
    font-size: 17px;
    word-wrap: break-word;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    text-align:left;
}
strong{
    text-align:left;
}
a, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
        line-height: 1.3;
}
input{
outline:none;
}
p{
    line-height: 1.6;
    margin:15px 0;
}
ul{
    list-style: none;
    margin-bottom: 0;
}




.main_wrapper{
        width: 100%;
    display: inline-block;
}


.wrapper_data{
        width: 90%;
    margin: 50px auto;
    background: #eeeeee;
    padding: 20px;
    border-radius: 10px;
}

.wrapper_form{
        text-align: center;
}

.wrapper_form h4{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.frm_item{
        margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}


.frm_item input{
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    outline: none;
    width: 55%;
}

.frm_delete{
        display: inline-block;
    width: 100%;
}

.frm_delete button{
        width: 54%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background: #999;
    color: #fff;
    cursor: pointer;
}



.com-content-article{
    width: 100%;
    display: inline-block;
    padding: 20px;
}

.page-header h1{
text-align: center;
    font-size: 27px;
}










