﻿form .form_section_separator {
    color: #6d4573;
    font-size: 17px;
    margin: 15px 10px;
    padding: 5px 10px;
    border-bottom: 1px solid #f2f2f2;
}

.no_wrap {
    white-space: nowrap;
}

span.ellipsis_overflow {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: inherit;
    display: block;
}
