.rounded-box {
    border-radius: 8px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08), 0px 5px 50px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

#setup-info {
    margin-top: 20px;
}

.setup-links {
    margin: 20px 0px 30px;
}

.setup-link:before {
    content: '';
    -moz-transition: width 0.25s;
    -o-transition: width 0.25s;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 0;
    width: 0;
    height: 1px;
    will-change: width;
    background: #43474D;
}

#setup .setup-link:hover:before,
#setup .setup-link:focus:before,
#setup .setup-link:active:before {
    width: 100%;
}

.setup-link {
    color: #43474D;
    position: relative;
    display: block;
    padding: 23px 0 23px 0px;
    text-align: left;
    width: 100%;
    transition: 200ms all ease-in-out;
    border-bottom: 1px solid #E6EEF2;
    font-size: 16px;
}

.setup-link.active {
    color: #247aff;
    border-color: #247aff;
    /* border-bottom-width: 2px;
    padding-bottom: 22px; */
}

.setup-link.active:before {
    background: #247aff;
    height: 2px;
    width: 100%;
}

.setup-link span {
    padding-left: 20px;
}

.setup-link:hover,
.setup-link:focus {
    text-decoration: none;
}

.btn-dl {
    padding: 12px 20px;
    height: 47px;
}
.setup-body{
    padding: 10px 20px;
}
.step-content {
    padding: 10px 20px;
}
.step-content ul {
    list-style: none;
    padding-left: 10px;
    margin-top: 16px;
}
.step-content li {
    margin-bottom: 6px;
}
#guide-list .guide {
    display: none;
}

#other-devices {
    margin-bottom: 30px;
    text-align: left;
    text-decoration: none;
    font-size: 17px;
    color: #333;
}

#other-devices .glyphicon {
    float: right;
    margin-top: 2px;
}

.userbook-posts .setup-head {
    background: #DCE4EE;
    border-bottom: 2px solid #4B4B4B;
    padding: 15px 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}
.userbook-posts .setup-head .icon{
    font-size: 30px;
}
.userbook-plist{
    list-style: none;
    padding: 10px 0px;
}
.userbook-plist li{
    margin: 10px 0px;
    font-size: 15px;
}
.userbook-links{
    margin-top: 5px;
}
.userbook-links .userbook-plist{
    background: #F9F9F9;
    padding: 10px;
}
.userbook-links .setup-link .glyphicon{
    float: right;
    top: 3px;
}
.userbook-posts .guide{
    display: block!important;
}
@media(max-width:768px) {
    /* #guide-list .rounded-box{
        box-shadow: none;
    } */
    #guide-list{
      padding:0px;
    }
    .app-download .btn {
        display: block;
        width: 180px;
        margin: 20px auto 0px!important;
    }
	.inline-auto{
        display: inline-block!important;
        width: auto!important;
    }
    .setup-link {
        padding: 15px 0px;
    }
    .setup-link.active {
        padding-bottom: 14px;
    }
}