/*!
 * 李峰添加的样式
 */


.main-two {
    margin: 10px auto;
    width: 100%;
    background: #26262b;
    color: #dddddd;
}

.biaoti {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    padding-left: 10px;
    width: 96%;
    padding-top: 16px;
}



.pcrlist {
    display: none
}

.waplist {
    bottom: 8rem;
    display: block;
    position: fixed;
    right: 1.1rem
}

    .waplist .once {
        background-image: -webkit-gradient(linear, top left, bottom, from(#53f581), to(#28b28b));
        background-image: -webkit-linear-gradient(top left, #53f581, #28b28b);
        background-image: -moz-oldlinear-gradient(top left, #53f581, #28b28b);
        background-image: linear-gradient(to right bottom, #53f581, #28b28b);
        border-radius: 50%;
        box-sizing: border-box;
        height: 4rem;
        padding-top: .5rem;
        width: 4rem
    }

        .waplist .once i {
            background: url(../images/icon-index-wap@2x.png) no-repeat;
            background-size: 100%;
            display: block;
            height: 1.6rem;
            margin: 0 auto;
            width: 1.6rem
        }

    .waplist .refreshwap i {
        background: url(../images/icon-refresh-wap@2x.png) no-repeat;
        background-size: 100%
    }

    .waplist .once p {
        color: #fff;
        font-size: .9rem;
        text-align: center
    }

    .waplist .once a {
        color: #fff
    }

    .waplist .once:nth-child(2) {
        margin-bottom: 2rem
    }

    .waplist .totop i {
        background: url(../images/totop.png) no-repeat;
        background-size: 100%;
        height: 2.5rem;
        margin-top: .2rem;
        width: 2.5rem
    }

    .waplist .totop {
        margin-top: 1.5rem
    }


.lfLts {
    margin-top: 20px;
    width: 275px;
}

    .lfLts .panel-title {
        font-size: 14px !important;
        color: #fff;
    }

    .lfLts .panel-heading {
        border-color: #555 !important;
    }

.dm-frame-messages {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.room-dm-system-msg {
    font-size: 12px;
    color: #fff;
    background-color: #555555;
}

.room-dm-admin-message, .room-dm-player-message, .room-dm-system-enter-msg, .room-dm-system-focus-msg, .room-dm-system-msg {
    line-height: 25px;
    padding-left: 10px;
    margin-bottom: 1px;
}

.room-dm-player-message {
    color: #f4f4f4;
    font-size: 12px;
}

    .room-dm-player-message > a {
        color: #ffd500;
        cursor: pointer;
    }

.room-dm-system-enter-msg {
    color: #fff;
    background-color: rgba(255, 213, 0, 0.5);
    font-size: 12px;
}





.dm-send-message-ground {
    background-color: #333;
    bottom: 1px;
    height: 75px;
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
}

.dm-send-message-input-ground {
    width: 90%;
    border-radius: 3px;
    height: 24px;
    border-radius: 5px;
    margin: 18px auto;
    overflow: hidden;
}

.dm-input-frame {
    background-color: rgb(51,51,51);
    border: 1px solid #555555;
    color: #f4f4f4;
    width: 70%;
    height: 100%;
    float: left;
    padding-left: 10px;
    outline: 0;
}

.dm-send-btn {
    color: #222;
    background-color: #28B28B;
    display: block;
    width: 30%;
    height: 100%;
    font-size: 12px;
    border: none;
    float: right;
    white-space: nowrap;
    line-height: 24px;
}

@media only screen and (max-width: 991px) {

    .lfH92 {
        height: 30px !important;
    }

    .head-main {
        padding-top: 7px !important;
    }

        .head-main img {
            height: 33px !important;
            width: auto !important;
        }

    .lfLts {
        width: 100% !important;
        height: 100% !important;
        margin: 0px !important;
        background: #191919;
    }

    .dm-send-message-ground {
        height: 50px;
        position: fixed;
        width: 100% !important;
        left: 0px;
        bottom: 0;
        _position: absolute;
        _top: expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight);
    }

    .dm-send-message-input-ground {
        border-radius: 20px;
    }

    .dm-input-frame {
        border-radius: 20px 0 0 20px;
        border: 1px solid #555555;
        background: rgba(0,0,0,0);
    }

    .dm-send-btn {
        color: #fff;
    }



    .main-two {
        /*height: 219px !important;*/
        margin: 0px !important;
        padding: 0px !important;
    }

    .biaoti {
        padding-top: 0px !important;
        margin: 0px !important;
        font-size: 12px !important;
    }

    /*聊天室内容区高度*/

    .panel-body {
        overflow: auto;
        display: -moz-box; /*第5个坑*/
        -moz-box-orient: vertical; /*第5个坑*/
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex-grow: 1;
    }

    .panel-heading {
        overflow: auto; /*用于固定高度的情况*/
        flex-shrink: 0; /*第3个坑*/
    }

    .panel-default {
        display: -moz-box;
        display: -webkit-box;
        display: -ms-flexbox;
        /*display:-webkit-flex;*/ /*第1个坑*/
        display: flex;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden; /*第2个坑*/
        background: #000;
    }

    .m-dm-frame-messages-frame { /*height: 244px;*/
        /*width: 100%;		height:calc(100% - 70px)!important;
    margin: 0 auto;
     overflow:auto;
    position: relative;*/
    }

    .bs-glyphicons {
        padding-bottom: 50px;
    }
    /*视频区域强制高度200px*/
    #lfsp {
/*jdy*/
        height: 25rem;
/*925*/
        /*height: 30rem;*/
        border: none;
        margin: 0px;
        padding: 0px;
    }

    /*聊天室填充剩余高度*/
    html, body {
        height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .container-fluid {
        height: 100% !important;
        padding: 335px 0 0 !important;
        box-sizing: border-box !important;
    }

        .container-fluid #lftop {
            /*height: 335px;*/
            margin: -335px 0 0;
            background: #191919;
            padding-top: 50px;
        }

        .container-fluid #lfbot {
            height: 100%;
            background: #191919;
        }


    .lfBorhui, .panel {
        border: none !important;
    }
}






@media screen and (min-width:750px) {




    /* 滚动条样式 */
    .m-dm-frame-messages-frame {
        /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
        -ms-overflow-style: none;
        /*火狐下隐藏滚动条*/
        overflow-y: scroll;
        scrollbar-color: #666 #333;
    }


        .m-dm-frame-messages-frame::-webkit-scrollbar {
            /*滚动条整体样式*/
            width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
            height: 1px;
        }

        .m-dm-frame-messages-frame::-webkit-scrollbar-thumb {
            /*滚动条里面小方块*/
            border-radius: 10px;
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            background: #535353;
        }

        .m-dm-frame-messages-frame::-webkit-scrollbar-track {
            /*滚动条里面轨道*/
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            background: #ededed;
        }





    /*边框色*/
    .lfBorhui {
        border: 1px solid #555555 !important;
    }

    #lfbot {
        padding-left: 10px;
        height: 733px !important;
    }

    .lfLts {
        height: 100% !important;
    }

    .panel {
        margin-bottom: 0px !important;
        padding: 0px !important;
        background: #191919 !important;
    }

    .m-dm-frame-messages-frame {
        height: 618px !important;
        width: 100%;
        margin: 0 auto;
        overflow: auto;
        position: relative;
    }

    .container-fluid {
        height: 100%;
        padding-top: 90px;
    }

    .pcrlist {
        background: none;
        bottom: 150px;
        display: block;
        position: fixed;
        right: 160px;
        z-index: 100
    }

        .pcrlist .once {
            background: #fff;
            border-radius: 6px;
            box-sizing: border-box;
            cursor: pointer;
            height: 50px;
            margin-bottom: 6px;
            overflow: hidden;
            padding-top: 10px;
            position: relative;
            width: 50px
        }

            .pcrlist .once i {
                background: url(../images/icon-app-pc.png) no-repeat;
                display: block;
                height: 30px;
                margin: 0 auto;
                width: 30px
            }

        .pcrlist .indexbtn i {
            background: url(../images/icon-index-pc.png) no-repeat
        }

        .pcrlist .refreshbtn i {
            background: url(../images/icon-refresh-pc.png) no-repeat
        }

        .pcrlist .hdiv {
            background: #28b28b;
            border-radius: 6px;
            color: #fff;
            font-size: 13px;
            height: 100%;
            left: 50px;
            line-height: 50px;
            position: absolute;
            text-align: center;
            top: 0;
            transition: .1s all ease;
            width: 100%
        }

            .pcrlist .hdiv a {
                color: #fff
            }

            .pcrlist .hdiv p {
                line-height: 20px
            }

                .pcrlist .hdiv p:first-child {
                    margin-top: 6px
                }

    .waplist {
        display: none
    }

    .waplist {
        z-index: 1000
    }

    footer {
        background: #fff;
        color: #7e7e7e;
        bottom: 0;
        clear: both;
        height: 60px;
        position: absolute;
        width: 100%;
        line-height: 30px;
        margin-top: 0;
        padding: 10px 0;
    }

        footer div {
            margin: 0 auto;
            text-align: center;
            width: 1200px;
        }

    .indexbtn {
        display: block
    }

    .indexbtn {
        background: #28b28b;
        border-radius: 6px;
        box-sizing: border-box;
        cursor: pointer;
        height: 50px;
        margin-bottom: 6px;
        overflow: hidden;
        position: relative;
        width: 50px;
    }

    .refreshbtn:hover i {
        display: none
    }

    .refreshbtn:hover span {
        display: block
    }

    .indexbtn:hover i {
        display: none
    }

    .indexbtn:hover span {
        display: block
    }


    .indexbtn i {
        background: url(../images/index-PC.png) no-repeat center center #28b28b !important;
        background-size: 100% 100%;
        display: block;
        height: 28px;
        line-height: 50px;
        margin: 10px auto 0;
        text-align: center;
        width: 24px;
    }

    .indexbtn span {
        color: #fff;
        display: none;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 50px;
    }

    .refreshbtn {
        background: #28b28b;
        border-radius: 6px;
        box-sizing: border-box;
        cursor: pointer;
        height: 50px;
        margin-bottom: 6px;
        overflow: hidden;
        position: relative;
        width: 50px;
    }

        .refreshbtn i {
            background: url(../images/shuaxing_n.png) no-repeat center center #28b28b !important;
            background-size: 100% 100%;
            display: block;
            height: 28px;
            line-height: 50px;
            margin: 10px auto 0;
            text-align: center;
            width: 24px;
        }

        .refreshbtn span {
            color: #fff;
            display: none;
            font-size: 14px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            width: 50px;
        }

    .totop i {
        background: url(/images/totop.png) no-repeat center center #28b28b !important;
        background-size: 100% 100%;
        display: block;
        height: 30px;
        line-height: 50px;
        margin: 10px auto 0;
        text-align: center;
        width: 30px;
    }

    .totop span {
        color: #fff;
        display: none;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 50px;
    }








    .main-two {
        background: #26262b;
        color: #dddddd
    }

    iframe {
        background: transparent;
        height: 570px;
        border: none;
    }
}



.biaoti {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    padding-left: 10px;
    width: 96%;
    padding-top: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.totop {
    display: none
}






.head-main {
    margin: 0 auto;
    max-width: 1080px;
    min-width: 320px;
    position: relative;
    text-align: center;
    padding-top: 16px;
}

    .head-main img {
        width: 190px;
    }

.pc-app-box {
    position: absolute;
    right: 0;
    top: 26px;
}

    .pc-app-box .word {
        position: relative;
        text-align: center;
        width: 150px;
    }

        .pc-app-box .word a {
            color: #fff;
            display: block;
            font-size: 18px;
            font-weight: 500;
        }

        .pc-app-box .word i, .pc-app-box .word span {
            display: inline-block;
            vertical-align: middle;
            font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
        }

        .pc-app-box .word i {
            background: url(../images/icon-phoneh.png);
            height: 30px;
            margin-right: 20px;
            width: 30px;
        }

        .pc-app-box .word a {
            color: #fff;
            display: block;
            font-size: 18px;
            font-weight: 500;
        }

        .pc-app-box .word .ewm {
            background: #fff;
            box-shadow: 2px 2px 2px #eee;
            display: none;
            height: 150px;
            left: 10px;
            position: absolute;
            top: 50px;
            width: 146px;
            z-index: 100;
        }

            .pc-app-box .word .ewm em {
                border-bottom: 18px solid #fff;
                border-left: 14px solid transparent;
                border-right: 14px solid transparent;
                height: 0;
                left: 64px;
                position: absolute;
                top: -16px;
                width: 0;
            }

            .pc-app-box .word .ewm img {
                display: block;
                height: 104px;
                margin: 10px auto;
                width: 104px;
            }




/* margin */
.lfbgb {
    background: #191919
}

.lfmb0 {
    margin-bottom: 0px;
}

.lfMT60 {
    margin-top: 60px !important;
}

.lfMB10MT10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.lfMB10 {
    margin-bottom: 10px !important;
}

.lfMT12 {
    margin-top: 12px !important;
}

.lfMT15 {
    margin-top: 15px !important;
}
/* padding */
.lfPLR0 {
    padding-left: 0px;
    padding-right: 0px;
}

.lfPT18 {
    padding-top: 18px !important;
}

.lfPT10 {
    padding-top: 10px !important;
}

.lfP10 {
    padding: 10px !important;
}

.lfP5 {
    padding: 5px !important;
}

.lfP0 {
    padding: 0px !important;
}

.lfH92 {
    height: 92px;
}
/* 覆盖原框架数据 */

.lfCMT0 {
    margin-top: 0px !important;
}

.lfCMB0 {
    margin-bottom: 0px !important;
}

.lfCMR0 {
    margin-right: 0px !important;
}

.lfCML0 {
    margin-left: 0px !important;
}

.lfCPR0 {
    padding-right: 0px !important;
}

.lfCPL0 {
    padding-left: 0px !important;
}

/**设置宽度**/

.lfW20 {
    width: 20%;
}

.lfW55 {
    width: 55%;
}

.lfW23 {
    width: 23%;
}


/**浮动设置**/

.lfFl {
    float: left !important;
}

.lfFr {
    float: right !important;
}




/**文字大小**/

.lfFS14 {
    font-size: 14px !important;
}

/**背景色**/
.lfBGHei {
    background: #191919 !important;
}



/**放置曲线图**/

.lfQXT {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 378px;
}





.lfalert {
    margin-bottom: 0px !important;
    padding: 5px !important;
}











.lfPR0 {
    padding-right: 0px !important;
}

.lfPL0PR0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}



.lfW0 {
    width: 100%;
    position: fixed;
    z-index: -1
}






/**球形按钮**/
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.428571429;
    border-radius: 15px;
}



/**面板小标题**/
.lfMBtitle {
    top: -13px;
    position: relative;
}

/**内容偏移10px**/
.lfMBPT {
    padding: 0px 10px 10px 10px !important;
}


@media (min-height: 374px) {
    #lfH370 {
        max-height: 370px !important;
    }
}


/******选择走势图*****/

.bs-glyphicons {
    margin: 0px;
    overflow: hidden;
}

.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}


@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 12.5%;
        font-size: 12px;
    }
}

.bs-glyphicons li {
    float: left;
    width: 20%;
    height: 80px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}








/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapperL {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}

#wrapperR {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}

    #wrapperR.toggled {
        right: 0px;
        z-index: 888 !important;
    }

#wrapperL.toggled {
    z-index: 888 !important;
}

#wrapperR.toggled #sidebar-wrapperR {
    width: 100%;
}

#wrapperL.toggled #sidebar-wrapperL {
    width: 100%;
}

#sidebar-wrapperR {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #FFF;
    height: 100%;
    min-height: 800px;
    right: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}

#sidebar-wrapperL {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #FFF;
    height: 100%;
    min-height: 700px;
    left: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}

    #sidebar-wrapperL:-webkit-scrollbar {
        display: none;
    }

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 220px;
}

    .sidebar-nav li {
        display: inline-block;
        line-height: 20px;
        position: relative;
        width: 100%;
    }

        .sidebar-nav li:before {
            background-color: #1c1c1c;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            -webkit-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 3px;
            z-index: -1;
        }

        .sidebar-nav li:first-child a {
            background-color: #1a1a1a;
            color: #ffffff;
        }

        .sidebar-nav li:nth-child(2):before {
            background-color: #402d5c;
        }

        .sidebar-nav li:nth-child(3):before {
            background-color: #4c366d;
        }

        .sidebar-nav li:nth-child(4):before {
            background-color: #583e7e;
        }

        .sidebar-nav li:nth-child(5):before {
            background-color: #64468f;
        }

        .sidebar-nav li:nth-child(6):before {
            background-color: #704fa0;
        }

        .sidebar-nav li:nth-child(7):before {
            background-color: #7c5aae;
        }

        .sidebar-nav li:nth-child(8):before {
            background-color: #8a6cb6;
        }

        .sidebar-nav li:nth-child(9):before {
            background-color: #987dbf;
        }

        .sidebar-nav li:hover:before {
            -webkit-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 100%;
        }

        .sidebar-nav li a {
            color: #dddddd;
            display: block;
            padding: 10px 15px 10px 30px;
            text-decoration: none;
        }

        .sidebar-nav li.open:hover before {
            -webkit-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 100%;
        }

    .sidebar-nav .dropdown-menu {
        background-color: #222222;
        border-radius: 0;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .sidebar-nav li a:hover,
    .sidebar-nav li a:active,
    .sidebar-nav li a:focus,
    .sidebar-nav li.open a:hover,
    .sidebar-nav li.open a:active,
    .sidebar-nav li.open a:focus {
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand {
        font-size: 20px;
        height: 65px;
        line-height: 44px;
    }
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

#hamR.SideBtnR {
    right: 15px;
    position: fixed;
    top: 8px;
    z-index: 999;
}

#hamL.SideBtnL {
    position: fixed;
    top: 8px;
    z-index: 999;
}

.hamburger:hover {
    outline: none;
}

.hamburger:focus {
    outline: none;
}

.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-closed:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.hamburger.is-open:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-open:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}






/***********个人中心***********/


.stat-container {
    display: table;
    margin-bottom: 1.5em;
    width: 100%;
}

.stat-holder {
    display: table-cell;
    width: 25%;
}

.stat span {
    display: block;
    margin-bottom: .4em;
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    color: #4A515B;
}

.stat {
    height: 50px;
    padding: 15px;
    margin-right: 1em;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    color: #888;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}


.stat-container .stat-holder:last-child .stat {
    margin: 0;
}


@media (max-width: 767px) {

    .stat-container {
        float: left;
        display: block;
        margin-bottom: 1em;
    }

    .stat-holder {
        float: left;
        display: block;
        width: 50%;
        margin-bottom: 1em;
    }

    .stat {
        margin: 0 1em;
    }

    .stat-container .stat-holder:last-child .stat {
        margin: 0 1em;
    }
}



@media (min-width: 1200px) {
    .span3 {
        width: 270px;
        float: left;
    }
}

@media (max-width: 767px) {
    .span3 {
        margin-left: 20px;
        float: none;
        display: block;
        width: auto;
    }
}


@media (min-width: 1200px) {
    .span9 {
        width: 870px;
        float: left;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .span9 {
        margin-left: 20px;
        float: none;
        display: block;
        width: auto;
    }
}
