﻿.widget {
    background: #fff;
    margin: 0 auto 10px;
    position: relative;
    border: 1px solid #efefef;
}
.widget .widget-head {
        background: #f7f7f7;
        border-bottom: 1px solid #efefef;
        height: 35px;
        line-height: 35px;
        position: relative;
        padding: 0 10px 0 0;
        overflow: hidden;
    }
.widget .widget-head .heading {
            margin: 0;
            font-size: 14px;
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            font-weight: 700;
            float: left;
        }
.widget .widget-head .heading.glyphicons {
                width: auto;
                display: block;
                padding: 0 0 0 35px;
            }