html,
body {
    margin: 0;
    overflow: auto; background-color: #EDEDED;
}
a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    outline: 0 none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.help-main {
    padding: 15px 0 0 0;
}

.help-main .section {
    overflow: hidden;
    margin: 0 auto;
    width: 75%;
    text-align: center;
}

.help-main .section-title {
    margin-bottom: 20px;
}

.help-main .container {
    width: 100%;
}

.section .container .row {
    border: 1px solid #fff;
}

.help-main h3 {
    font-weight: normal;
}

.help-main .section-title .top {
    margin: 0;
}

.help-main span {
    line-height: 1.5em;
}

.c_light_red {
    color: #328de9;
}
.c_gray_blue {
    color: #718083;
}
.size_s {
    font-size: 0.75em;
}
p {
    margin: 10px;
}
.text-left {
    text-align: left;
}
.bg_gray_blue {
    background-color: #e0eff2;
    color: #718083;
}
.bg_light_gray_blue {
    background-color: #eaf5f7;
    color: #718083;
}
.c_gray_blue {
    color: #718083;
}
.text-line-through {
    text-decoration: line-through;
}
@media (max-width:769px) {
    .help-main .section {
        width: 99%;
    }
}