/* auxiliary overriding styles */
/* here it comes...black */


body #main .post-content table img{
	width: auto!important;
}

body #main .post-content table div img{
	width: auto!important;
}

body #main .post-content table>*>*>*:first-child{
	font-size: inherit!important;
	font-family: inherit!important;
	line-height: inherit!important;
}
body #main .post-content table.equal-cols-2 td {
	width: 50%;
}

body #main.people_list .single_container, body #main.imgbank .single_container {
	min-height: 0;
}

body td.job_title_combined a{
	float: left;
	margin-right: 10px;
}

body .single_job .other_languages{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

body .single_job .other_languages span.t{
	float: left;
	font-family: "FrutigerLT-Bold",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

body .single_job .other_languages ul{
	float: left;
	margin-left: 10px;
	display: inline-block;
}

body .single_job .other_languages ul:after{
	content: "";
	clear: all;
}

body .single_job .other_languages ul li{
	float: left;
	margin-right: 10px;
}

body button.btn.btn-default.kv-fileinput-upload{
	display: none;
}

body .career_page #job-listing-search{
	float: left;
}

body .career_page .subscribe-career-button{
    float: left;
    margin-top: 15px;
}

body .career_page .search_container:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

body .subscribe-career-button a{
	color: #d9d9d9;
    font-size: 16px;
    background: #383838;
    border: none;
    border-radius: 25px;
    font-family: "ScaniaSansV1-Bold",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    padding: 16px 40px;
    box-shadow: inset 0px -12px 12px 0px rgba(0,0,0,0.65);
    cursor: pointer;
    margin-top: 25px;
    width: 100%;
}

body .subscribe-career-button a:hover{
	background: #535353;
    box-shadow: inset 0 -7px 18px 0px rgba(0,0,0,0.65);
    color: #fff;
}

/*.eda_share_buttons ul li a {
    display: block;
    height: 52px;
    width: 52px;
    background-color: rgba(255,255,255,0.1);
    background-image: url(../images/sprite1.svg);
    background-position: 9999em 9999em;
    background-repeat: no-repeat;
    background-size: 348px 317px;
}
.eda_share_buttons ul li a:hover {
	background-color: rgba(255,255,255,0);
}*/