.data {style="display:inline";}
#container {
    margin-left: 25px;
}

#job_form, .active_job_postings {
    width: 35%;
}

#job_form p {
    margin-bottom: 7px;
}

.card {
    max-width: 400px;
    width: 100%;
}


.link_look_alike {
    border:none;
    background: none;
    color: #811005;
    text-decoration:underline;
    cursor: pointer;
    margin-right: 7px;
}

.link_look_alike:hover {
    background-color: lightyellow;
    text-decoration: none;
}

#remove_response {
    color: green;
    display: none;
}

.info_label_group {
    display: flex;
}
