/* default styles for extension "tx_jobfinder" */
	.tx-job-finder .job-list-content a {
		color: black !important;
	}
	.tx-job-finder .job-list-content-row > div {
		margin: 0 !important;
		border: 1px solid black;
	}

	.tx-job-finder .job-list-header > div[data-sort] {
		cursor: pointer;
	}
	.tx-job-finder .job-list-header > div.desc::after {
		content: "▼";
		padding: 2px 4px;
	}
	.tx-job-finder .job-list-header > div.asc::after {
		content: "▲";
		padding: 2px 4px;
	}
	html.js .tx-job-finder .job-list-header:hover {
		cursor: pointer;
	}
	.tx-job-finder .custom-file {
    	margin-bottom: 45px;
	}
/* default styles for extension "tx_fluidform" */
	.tx-fluid-form .ajax.sending {
		opacity: 0.6;
	}
	.tx-fluid-form .ajax.sending .overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
	}
	.tx-fluid-form #mathguard {
		border-radius: 0;
	}
	.tx-fluid-form pre {
		overflow: hidden;
		color: #8DD02E;
		font-size: 4px;
		font-weight: bold;
		padding: 0;
		margin: 0;
		line-height: 0;
		border: 0 solid;
	}
	.tx-fluid-form pre span {
		background-color: #8DD02E;
		padding: 0;
		margin: 0;
		display: inline-block;
		height: 4px;
		width: 4px;
		overflow: hidden;
	}
	.tx-fluid-form pre span.space {
		background-color: transparent;
		color: transparent;
		padding: 0;
		margin: 0;
	}
	.tx-fluid-form .custom-file-input {
		cursor: pointer;
	}
/* default styles for extension "tx_documentations" */

	.tx-documentations h2 {
		margin-top: 30px;
	}
	.tx-documentations h3 {
		margin-top: 20px;
	}

	.tx-documentations img {
		border: 1px solid #CCC;
		width: 100%;
		height: auto;
	}
	.tx-documentations img.inline-image {
		width: auto !important;
		height: auto !important;
		margin-left: 6px !important;
		margin-right: 6px !important;
	}
	.tx-documentations img.inline-image-right {
		float: right;
		width: 300px;
		margin-left: 15px;
	}
	.tx-documentations li {
		margin-bottom: 10px;
	}
	.tx-documentations li li {
		margin-left: 20px;
	}
	.tx-documentations h1 abbr,
	.tx-documentations h2 abbr,
	.tx-documentations h3 abbr,
	.tx-documentations h4 abbr,
	.tx-documentations h5 abbr,
	.tx-documentations h6 abbr {
		cursor: default;
		text-decoration: none;
		border-bottom: 0 solid;
	}
	/** Prefromatted text/code */
	.tx-documentations pre {
		border: 1px solid #CCC;
		padding: 10px;
		font-size: 12px;
	}
	.tx-documentations pre[class*="language-"] {
		border-radius: 0;
		background-color: #303030;
		text-shadow: none;
		border: none;
		margin-bottom: 30px;
	}
	.tx-documentations .tag {
		display: inherit;
		padding: inherit;
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
		color: inherit;
		text-align: inherit;
		white-space: inherit;
		vertical-align: inherit;
		border-radius: inherit;
	}

	.tx-documentations blockquote {
		border: 1px solid #ddd;
		border-left: 8px solid #ddd;
		padding: 10px;
	}
	.tx-documentations blockquote .alert {
		border-radius: 0;
		margin: -10px -10px 10px -10px;
	}
	.tx-documentations :not(pre) > code[class*="language-"] {
		border-radius: 0;
    	padding: 4px 8px;
	}
/* default styles for extension "tx_parsedownextra" */

	.tx-parsedown-extra h2 {
		margin-top: 30px;
	}
	.tx-parsedown-extra h3 {
		margin-top: 20px;
	}

	.tx-parsedown-extra img {
		border: 1px solid #CCC;
		width: 100%;
		height: auto;
	}
	.tx-parsedown-extra img.inline-image {
		width: auto !important;
		height: auto !important;
		margin-left: 6px !important;
		margin-right: 6px !important;
	}
	.tx-parsedown-extra img.inline-image-right {
		float: right;
		width: 300px;
		margin-left: 15px;
	}
	.tx-parsedown-extra li {
		margin-bottom: 10px;
	}
	.tx-parsedown-extra li li {
		margin-left: 20px;
	}
	.tx-parsedown-extra h1 abbr,
	.tx-parsedown-extra h2 abbr,
	.tx-parsedown-extra h3 abbr,
	.tx-parsedown-extra h4 abbr,
	.tx-parsedown-extra h5 abbr,
	.tx-parsedown-extra h6 abbr {
		cursor: default;
		text-decoration: none;
		border-bottom: 0 solid;
	}
	/** Prefromatted text/code */
	.tx-parsedown-extra pre {
		border: 1px solid #CCC;
		padding: 10px;
		font-size: 12px;
	}
	.tx-parsedown-extra pre[class*="language-"] {
		border-radius: 0;
		background-color: #303030;
		text-shadow: none;
		border: none;
		margin-bottom: 30px;
	}
	.tx-parsedown-extra .tag {
		display: inherit;
		padding: inherit;
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
		color: inherit;
		text-align: inherit;
		white-space: inherit;
		vertical-align: inherit;
		border-radius: inherit;
	}

	.tx-parsedown-extra blockquote {
		border: 1px solid #ddd;
		border-left: 8px solid #ddd;
		padding: 10px;
	}
	.tx-parsedown-extra :not(pre) > code[class*="language-"] {
		border-radius: 0;
    	padding: 4px 8px;
	}
