@charset "utf-8";
/* CSS Document */
#search button {
	left: auto;
	right:0;
}

.language-switch {
   margin-right: 0px;
    margin-left: 10px;
}

#heading button.wahout.aicon_link {
	 margin-right: 0px;
    margin-left: 10px;
}

#menurow {
	padding-right:0;
	padding-left:20px;
}

#heading button.wahout.aicon_link img {
	  transform: scaleX(-1);
}

.link-row li a img {
	transform: scaleX(-1);
}

.semantic_ui .ui.table thead .footable-header th:first-child {
    border-radius: 10px 0px 0px 10px!important;
}

.semantic_ui .ui.table thead .footable-header th:last-child {
    border-radius: 0px 10px 10px 0px!important;
}

.ginput_complex span {
   padding-left: 0px;
   padding-right:20px;
}

.credits {
    text-align: right;
}