#termsandcond {
    border: 1px solid #cccccc;
    padding: 15px 20px;
    width: 100%;
    height: 200px;
    overflow: auto!important;
    color: #444;
}
#termsandcond.termsandcond-nowrap {
    overflow: visible;
    height: auto;
    padding: 0;
    bottom: 0;
    border: 0;
}
#termsandcond.termsandcond-nowrap .number {
    width: 30px;
}
#termsandcond.termsandcond-nowrap h3 {
    padding-left: 30px;
}
#termsandcond.termsandcond-nowrap ul li {
    padding-left: 30px;
}
#termsandcond.termsandcond-nowrap ul ul li {
    padding-left: 40px;
}
#termsandcond * {
    font-size: inherit;
    margin-left: 0;
    margin-right: 0;
}
#termsandcond h2 {
    font-weight: bold;
    font-size: 1.1em;
}
#termsandcond h3 {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
}
#termsandcond h4 {

}
#termsandcond p {

}
#termsandcond .text-underline {
    margin-top: 5px;
    text-decoration: underline;
}
#termsandcond .number {
    display: inline-block;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
}
#termsandcond .list-unstyled {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
#termsandcond .spaced-block {
    margin-left: 25px;
}
#termsandcond ul li {
    position: relative;
    padding-left: 25px;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
#termsandcond ul ul li {
    margin-left: -25px;
    padding-left: 35px;
}
#termsandcond li .number {
    margin-right: 1em;
}
