.glance-section {
    padding: 10px 0;
}

.glance {
    width: 100%;
}

.glance:before {
    content: "";
    display: table;
    clear: both;
}

.glance:after {
    content: "";
    display: table;
    clear: both;
}

.glance .glance-col {
    float: left;
    margin: 0 10px;
}

.glance .glance-col label {
    display: block;
    font-weight: bold;
    font-size: .91em;
}

.glance .glance-col span {
    display: block;
    margin-left: 15px;
}

.glance .glance-col.triplet {
    width: 31%;
}

.glance .glance-col.twin {
    width: 46%;
}

.glance .glance-col.single {
    width: 100%;
}

.glance .key-value {
    width:100%;
    margin-bottom:5px;
}