.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-md-6,
.col-md-12 {
    float: left;
    position: relative;
    min-height: 1px;
}

.col-md-12 {
    width: 100%;
}

.text-right {
    float: right;
}