.job_top_buttons{
margin:20px 0;
display:flex;
gap:10px;
flex-wrap:wrap;
}

.job_button{
display:inline-block;
padding:10px 18px;
background:#fff;
text-decoration:none;
border-radius:4px;
border:1px solid #2d6cdf;
font-size:15px;
}

.job_button:hover{
background:#1d58c5;
}

.job_card{
border:1px solid #ddd;
background:#fff;
padding:15px;
margin:0 0 15px 0;
}

.job_title{
font-size:22px;
font-weight:bold;
margin-bottom:8px;
}

.job_title a{
text-decoration:none;
color:#000;
}

.job_title a:hover{
color:#2d6cdf;
}

.job_city{
color:#666;
margin-bottom:5px;
}

.job_salary{
font-weight:bold;
color:#228b22;
}


.job_view{
margin-top:20px;
}

.job_view_title{
font-size:30px;
font-weight:bold;
margin-bottom:20px;
}

.job_table{
width:100%;
border-collapse:collapse;
margin-bottom:25px;
}

.job_table td{
padding:10px;
border-bottom:1px solid #e5e5e5;
vertical-align:top;
}

.job_left{
width:180px;
font-weight:bold;
background:#fafafa;
}

.job_description{
font-size:16px;
line-height:1.7;
white-space:normal;
}


.job_form{
margin-top:20px;
}

.job_form label{
display:block;
font-weight:bold;
margin-top:18px;
margin-bottom:6px;
}

.job_form input[type=text],
.job_form select,
.job_form textarea{
width:100%;
padding:10px;
font-size:15px;
border:1px solid #cccccc;
box-sizing:border-box;
}

.job_form textarea{
height:220px;
resize:vertical;
}

.job_form input[type=submit]{
margin-top:20px;
padding:12px 28px;
background:#2d6cdf;
border:0;
color:#ffffff;
font-size:16px;
cursor:pointer;
}

.job_form input[type=submit]:hover{
background:#1d58c5;
}

.job_error{
background:#ffe8e8;
border:1px solid #ffb8b8;
padding:12px;
margin-bottom:20px;
color:#b30000;
}


.job_button_green{

}

.job_button_green:hover{
background:#17763a;
}



.job_meta{
margin:10px 0;
}

.job_badge{
display:inline-block;
padding:4px 10px;
font-size:12px;
border-radius:3px;
color:#fff;
margin-right:10px;
}

.job_badge_blue{
background:#2d6cdf;
}

.job_badge_orange{
background:#d88400;
}

.job_company{
font-weight:bold;
}

.job_date{
margin-top:12px;
font-size:13px;
color:#777;
}


.job_required{
color:#d40000;
font-weight:bold;
}

.job_required_note{
margin:0 0 20px 0;
font-size:14px;
color:#666;
}

.job_required_note span{
color:#d40000;
font-weight:bold;
}


