﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea {
    max-width: 280px;
}

.hidden{
    display:none;
}

dl.dl-custom {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0
}

.dl-custom dt, .dl-custom dd {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0
}

.dl-custom dt{
    clear:left;
}

.dl-custom dd {
    clear:right;
}


    table.audit-table {
        max-width: 100%;
        width: 100%;
    }

table.audit-table tr td{
    max-width:33%;
    width:33%;
    white-space:normal;
}



.row-steps{
    position:relative;
    /*margin-left:32px;*/
}
.row-steps div {
    line-height:24px;
}

.row-step{
    display:inline-block;
    margin: 0 8px 0 0;
    padding:0 0 0 7px;
    background-color: orange;
    width: 22px;
    height:22px;
    border-radius:25%;
}

div.mobile-spacer {
    display: block;
    margin: 1em 0;
}

@media screen and (min-width: 600px) {
    div.mobile-spacer {
        display: none;
    }
}