.estimateSection {
    background: #f2f2f2;
    padding: 1px 15px;
    padding-left: 25px;
    margin: 0px -15px;
    margin-left: -25px;
    border-radius: 0px 8px 8px 0px;
}

.estimateSection:before{
    content: 'Estimates';
    font-size: 12px;
    margin-bottom: -10px;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #888
}

.hasText{
    resize: none;
    height: auto;
}

.projectDetailsWrapper textarea {
    min-height: 150px;
}