/** {*/
    /*margin: 0px;*/
    /*padding: 0px;*/

/*}*/

body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, textarea {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}


h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

em, i, b {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #363636;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

img {
    display: block;
    border: 0;
    border-radius: 3px 3px 3px 3px;
}

button, input, select, textarea {
    font-size: 100%;
    outline: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th, ul, ol {
    padding: 0;
}

cite {
    font-style: normal;
}
div{
    box-sizing: border-box;
    position: relative;
}




