.tabGeneral {
  	/*font-family: Century Gothic,CenturyGothic,AppleGothic;
	font-family: "Didact Gothic", "AppleGothic";
	font-size: 16px;*/
	border: none;
	padding: 0 15px;
	margin: auto;
	background-color: transparent;
	/*position: absolute;
	top: 100px; */
	padding: 0 1em 0 0;
	left: 0;
	right: 0;
}

.main-content {
    float: left;
    width: 100%;
}

.main-content-en {
    float: left;
    width: 100%;
}

ul.tabs {
	padding: 3px 0;
	margin:0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the tabs as desired*/
	display: flex;
	flex-wrap: wrap;
}

ul.tabs li
{
	margin: 0;
	margin-right: 0px; /*distance between tabs*/
	cursor: pointer;
}

ul.tabs li a /*TAB*/
{
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
  	padding: 5px 15px;
	border-radius: 2rem;
	border: 2px  solid #f5f5f500;
	background-color: inherit;
	color: #111;
	text-decoration-style: solid;
	outline: none;
}


ul.tabs li.selected a, ul.tabs li.selected a:hover, ul.tabs li a:hover /*ACTIVE TAB*/
{
	text-decoration: none;
	position: relative;
	padding: 5px 15px;
	border-radius: 2rem;
  	border: 2px solid var(--theme-color);
	background-color: inherit;
	color: #111;
	text-decoration-style: solid;
	outline: none;
}

.tabGeneral input, .tabGeneral select {
	box-sizing: border-box;
	/*height: 30px;
  	font-family: Century Gothic,CenturyGothic,AppleGothic;
	font-family: "Didact Gothic", "AppleGothic";*/
	display: inline-block;
	/*font-size: 16px;
	e-start-beta 
	font-weight: 500;*/
	border: none;
}

.tabGeneral select {
	background: whitesmoke;
	border: 1px solid #ebebeb;
	padding-left: 3px;
}

input.textField {
  width: 75%;
	padding: 8px 15px;
	height: 2.05rem;
	margin-top: 0.4rem;
	border-radius: 2rem 0 0 2rem;
	border: 2px solid var(--theme-color);
}

input.textField:focus {
	outline: none;
}

.search-scope {
	width: 30%;
}

.searchbox-submit {
	/*background-color: #206fbf;*/
	border-radius: 0 2rem 2rem 0;
	border: none;
	color: #ffffff;
	/*padding: 0 10px !important;
	font-weight: bold;
	font-size: 16px;*/
 	width: 18%;
}

@media(max-width: 800px) {
    .side-content span {
        padding-left: 35px;
    }
}

@media(max-width: 480px) {
	input.textField {
		width: 75%;
	}

	#block-multiwyszukiwarka p {
		padding-top: 2rem;
	}
}