/*Write your custom css in this file.*/
/* Remove extra spacing in Project Description View */
/* Force hide auto-generated breaks inside our inquiry table */
.inquiry-table-container br {
    display: none !important;
}

/* Remove extra margins added by the project description panel */
#project-description-panel h4 {
    margin-top: 0 !important;
    padding-top: 5px !important;
}

#project-description-panel .table-responsive {
    margin-bottom: 5px !important;
}

img.dashboard-image{
    width: 200px !important;
}