
#jobs {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	margin: auto;
}

#jobs td, #jobs th {
	border: 1px solid #ddd;
	padding: 8px;
}

#jobs tr:nth-child(even){background-color: #f2f2f2;}

#jobs tr:hover {background-color: #ddd;}

#jobs tr.expired{
	//text-decoration: line-through;
}

#jobs th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #424141;
	color: white;
}
#jobs caption {
	text-align: center;
	font-style: italic;
}
fieldset{
	border-radius: 10px;
	margin-bottom: 10px;
	border-color: #424141;
}
label {
	display: inline-block;
	width: 200px;
	margin-bottom: 10px;
	//background-color: pink;
}
input[type="text"]{
	width: 500px;
}
select{
	width: 200px;
}
input[type="submit"]{
	background-color: #424141;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-weight: bold;
	font-size: large;
}
tr.old{
	text-decoration: line-through;
}
span.category{
	padding-left: 0.5em;
	padding-right: 2em;
}
td, td>a, td>a:visited{
	text-decoration: none;
	color: #000;
}
button, button>a, button>a:visited{
	background-color: #424141;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: large;
	padding: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
button{
	margin-bottom: 20px;
}

a.nodeco, a.nodeco:visited{
	text-decoration: none;
	color: black;
}

h1{
	color: #424141;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 768px) {
	p{
		text-align: justify;
	}
	button{
		margin: 0 auto;
		display:block;
		margin-bottom: 20px;
	}
}