h2 .subversion {
    font-size:10px;
    color: #999;
    display: block
}

.loginColumns {
    margin: 8% auto 0;
    width: 360px;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.ibox::after, .ibox::before {
    display: table;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0 0;
    color: inherit;
    height: 48px;
    margin-bottom: 0;
    padding: 14px 15px 7px;
}
.ibox-content {
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    /*border-style: solid solid none;*/
    border-width: 0;
    color: inherit;
    padding: 15px 20px 20px;

    border: solid 1px silver;
    margin-top: 16px;
    border-radius: 16px;
    box-shadow: 0px 10px 50px 10px #a8a8a8;
}

.ibox-content {
    clear: both;
}
.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: medium none;
}
.ibox-heading h3 {
    font-size: 24px;
    font-weight: 200;
}
.ibox-title h5 {
    display: inline-block;
    float: left;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
}
.ibox-title .label {
    float: left;
    margin-left: 4px;
}
.ibox-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative;
}
.ibox-tools a {
    color: #c4c4c4;
    cursor: pointer;
    margin-left: 5px;
}
.ibox-tools a.btn-primary {
    color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
    font-size: 12px;
    padding: 4px 10px;
}
.ibox .open > .dropdown-menu {
    left: auto;
    right: 0;
}
.full-width {
    width: 100%;
}
