div hr{
    margin: 0;
}

 .row-fluid.narrow [class*="span"]{
        min-height: 22px;
    }
@media (max-width: 768px ){
   
        
    .phone-label{
        display: inline !important;
    }
    .item-row{
        margin-bottom: 10px;
    }
}

.address-row, .card-row{
    margin-bottom: 15px;
    
}

.address-text, .card-text{
    line-height: 30px;
}

.items-label{
    line-height: 13pt;
    margin-top: 7px;
}

.personal-overview-wrapper{
    margin-top: 25px;
}

h3.personal-overview{
    line-height: 30pt !important;
}

.control-group label{       
    font-family: fontGotham;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 0px;
}

.control-group label small{
    text-transform: none;
}

.control-group input, .control-group select{
    width: 100%;
    height: 30px;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 

.control-row{
   
}


