.reset-zone {
  
    box-sizing: border-box;
}

.reset-zone * {
    
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid transparent;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    list-style: none;
}

.reset-zone html {
    all: initial;
}

.reset-zone body {
    margin: 0;
    font-family: initial;
    font-size: initial;
    line-height: normal;
    background-color: initial;
    color: initial;
}

.reset-zone h1, .reset-zone h2, .reset-zone h3, .reset-zone h4, .reset-zone h5, .reset-zone h6 {
    margin: initial;
    font-size: initial;
    font-weight: initial;
    line-height: initial;
}

.reset-zone p {
    margin: initial;
}

.reset-zone a {
    color: initial;
    text-decoration: initial;
    cursor: pointer;
}

.reset-zone a:hover,
.reset-zone a:focus {
    color: initial;
    text-decoration: underline;
}

.reset-zone ul, .reset-zone ol {
    margin: initial;
    padding: initial;
    list-style: initial;
}

.reset-zone li {
    margin: initial;
    padding: initial;
}

.reset-zone img {
    border-style: none;
    max-width: initial;
}

.reset-zone button,
.reset-zone input,
.reset-zone select,
.reset-zone textarea {
    margin: 0;
    font: inherit;
    color: initial;
    background: initial;
    border: initial;
    padding: initial;
    outline: initial;
    appearance: initial;
}

.reset-zone button:hover,
.reset-zone input:hover,
.reset-zone select:hover,
.reset-zone textarea:hover {
    background: initial;
}
.reset-zone  .edit-btn{
    background-color: #FF6B6B;
    color:#fff;
    padding: 4px;
}
.reset-zone .edit-btn:hover{
    background-color: #FF6B6B;
    color:#fff;
}
.reset-zone fieldset {
    margin: 0;
    padding: initial;
    border: initial;
}

.reset-zone legend {
    font-size: initial;
    padding: initial;
}

.reset-zone table {
    border-collapse: initial;
    border-spacing: initial;
    width: initial;
}

.reset-zone th,
.reset-zone td {
    padding: initial;
    text-align: initial;
    border: initial;
}

.reset-zone hr {
    border: initial;
    height: initial;
    color: initial;
}

.reset-zone code, .reset-zone pre {
    font-family: monospace, monospace;
    font-size: initial;
}

.reset-zone b, .reset-zone strong {
    font-weight: bolder;
}

.reset-zone small {
    font-size: smaller;
}

.reset-zone abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
}

.reset-zone sub, .reset-zone sup {
    font-size: smaller;
    line-height: initial;
    position: initial;
    vertical-align: initial;
}

.reset-zone sub {
    bottom: initial;
}

.reset-zone sup {
    top: initial;
}

.reset-zone progress {
    display: initial;
    vertical-align: initial;
}

.reset-zone template {
    display: none;
}

.reset-zone [hidden] {
    display: none;
}
