
#howto-section h2,
#howto-section h3 {
    margin-top: 50px !important;
}

#howto-section img {
    margin: 5px 0;
    display: block;
    width: 360px;
    max-width: 100%;
}

#howto-section .image-sm {
    width: 240px;
}

#howto-section .image-xs {
    width: 160px;
}

#howto-section .image-xxs {
    width: 80px;
}

#howto-section .howto-sample {
    display: inline-block;
    margin: 5px 0;
    padding: 5px;
    background-color: #f2f2f2;
    border: solid 2px #eee;
}

#howto-section .howto-index {
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 15px 30px 15px 0;
    background-color: #f2f2f2;
    border: solid 2px #eee;
    border-radius: 6px;
    font-size: 14px;
    line-height: 26px;
}
#howto-section ul {
    margin: 0;
}
#howto-section .howto-index-title {
    margin: 5px 0 0 20px;
    font-weight: bold;
}


.smooth-link {
    cursor: pointer;
    text-decoration: underline;
}
