﻿.table td, .table th {
    font-size: small;
}

.pipeline {
    font-size: 10px;
}

.left {
    text-align:left;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 360px;
        overflow: hidden;
        clear: left;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 3px 0;
        
    }

    .dl-horizontal dd {   
        margin: 0 0 0 370px;
        padding: 5px 0 0 0;
    }
}