.userguide {
    background: #fff;
}

    .userguide p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .userguide h4 {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 10px;
        color: #1a8bd9;
    }

    .userguide img {
        border: 1px solid #444;
        margin: 5px;
    }

    .userguide ol {
        padding: 5px;
    }


    .userguide li {
        font-size: 14px;
    }

    .userguide a {
        color: #1a8bd9;
    }

.usermain {
    background-color: #f2fbfe;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 8px;
}

    .usermain li {
        padding-left: 10px;
        padding-top: 2px;
        padding-bottom: 3px;
        font-size: 12px;
        border-bottom: 1px solid #ddd;
    }

        .usermain li li {
            border-bottom: none;
        }

        .usermain li a {
            display: none;
        }

            .usermain li a:hover {
                color: #0d6fb2;
            }

    .usermain h3 {
        cursor: pointer;
        line-height: 40px;
    }

        .usermain h3:hover {
            color: #0d6fb2;
        }

    .usermain li.selected {
        background-color: #f3e2a6;
    }

    .row{
        display:inline-block;
        height:100%;
        background:white;
    }
.col-md-8, .col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 15px;
    top: 0px;
    left: 10px;
}

.col-md-8, .col-md-3 {
    float: left;
}

.col-md-8 {
    width: 70%;
}

.col-md-3 {
    width: 22%;
}
