.nav-bar-div-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.nav-bar-div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-basis: 1080px;
}

.search-div-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.search-div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-basis: 700px;
}

.ads-top-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-basis: 1080px;
}

.ads-desktop-top {

}

.ads-mobile-top {
	display: none;
	}

.partilhe-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.partilhe {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-basis: 540px;
}

.conjugation-header-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.conjugation-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-basis: 930px;
}

.conjugation-table-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.conjugation-table {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-basis: 930px;
}

.after-conjugation-table-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.after-conjugation-table {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-basis: 930px;
}

.ads-bottom-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-basis: 1080px;
}

.ads-desktop-bottom {

}

.ads-mobile-bottom {
	display: none;
}

.before-footer-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.before-footer {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-basis: 1080px;
}

.footer-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.footer {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-basis: 1080px;
}

.after-footer-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.after-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-basis: 1080px;
}