#job-listings {
    margin-bottom: 80px;
}

#job-listings nav {
    text-align: center;
}

.listing-highlight {
    width: 14em;
    height: 120px;
    margin: 4px;
    display: inline-block;
    border: 1px solid orange;
    position: absolute;
    left: 0;
    border-radius: 6px;
}
.listing {
    width: 14em;
    height: 120px;
    background-color: white;
    border: 1px solid white;
    border-radius: 6px;
    box-sizing: border-box;
    display: inline-block;
    margin: 25px;
    cursor: pointer;
}

.clicked-listing h3 {
    color: #FF7300;
}

.listing h3 {
   line-height: 120px;
}

#upload {
    width: 80vw;
    margin: 0 auto 100px auto;
}

#upload ul {
    margin-top: 10px;
}

#upload li {
    display: inline-block;
    margin-right: 10px;
}

.upload-btn {
    color: #ff7300;
    padding: 5px;
    border: 1px solid #ff7300;
    width: 80px;
    border-radius: 15px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

form {
    padding: 0;
    padding-top: 10px;
}

[name~="name"], [name~="email"] {
    margin: 5px 5px 0 0;
}

[name~="submit"] {
    display: inline !important;
    margin: 5px 0 0 0 !important;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
    color: black;
    font-size: 16px;
    width: 100px;
}