
/*-------------------------------------------------------------------------страница работы ---------------------------------------------*/
#job_table {
	position: relative;
	margin: auto;
	width: 800px;
	z-index: 1;
}
.job_str {
	position: relative;
	width: 100%; 
	height: 50px;
	border-radius: 10px;	
	background-color: #F0F0F0;
	box-shadow: 0px 10px 20px gray;
	margin: 1px;
	border: gray 1px solid;
}
.job_str_right {
	position: absolute;
	right: 50px;
	width: 400px;
	height: 100%;
}
.job_date {
	width:300px;
	height: 50%;
}
.job_str_left {
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0px;
	padding-left: 15px;
}
.job_cat{
	height: 50%;
	width: 100%;
}
.job_name{
	height: 50%;
}
.job_comment{
	height: 50%;
	width: 350px;
	font-size: 12px;
}
.job_del {
	position: absolute;
	right: 0px;
	width:50px;
	text-align: center; 
}

#input_city {
	display: none;
}
#city1:checked ~ #input_city {
  display:block;
}