.app_header {
    width: 100%;
    height: 150px;
    padding-top: 20px;
}

.search_fields {
    width: 240px;
    height: 100%;
    padding-top: 20px;
    float: left;
}

.search_results{
    width: 78%;
    height: 100%;
    padding-top: 20px;
    float: left;
}

table {
    border: none;
    border-collapse: separate;
    border-spacing: 25px 0;
    word-wrap: break-word;
}

td {
    border: none;
    max-width: 250px;
}

tr {
    border: none;
    max-width: 250px;
}

th {
    border: none;
    max-width: 250px;
}