@media only screen and (max-width: 750px){
	body .fetchedLinkPostToCompanyContainer #checkLinkPostToCompanyWrapper {
		width: 90%;
	}
}
.fetchedLinkPostFadedBackground {
	display: none; opacity: 0.9; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: black; z-index: 1;
}
.fetchedLinkPostToCompanyContainer {
	display: none; position: fixed; top: 4vh; left: 0; width: 100%; height: 86vh; text-align: center; z-index: 1;
}
.fetchedLinkPostToCompanyContainer #checkLinkPostToCompanyWrapper {
	display: inline-block; width: 50%; height: 90vh; padding: 15px; background-color: white; text-align: left; border-radius: 10px;
}
.fetchedLinkPostToCompanyContainer #checkLinkPostToCompanyWrapper #top{
	padding: 10px; background-color: white; box-shadow: 3px 3px 5px #ccc; border-radius: 10px;
}

.fetchedLinkPostToCompanyContainer #checkLinkPostToCompanyWrapper #linkPostBoxCloseButtonCont {
	text-align: right;
}
.fetchedLinkPostToCompanyContainer #linkPostBoxCloseButtonCont img {
	width: 35px; height: 35px; padding: 10px; background-color: white; cursor: pointer; border-radius: 50px; box-shadow: 5px 5px 10px #ddd;
}
.fetchedLinkPostToCompanyContainer #linkPostBoxCloseButtonCont img:hover {
	background-color: #ddd;
}
.fetchedLinkPostToCompanyContainer #checkLinkPostToCompanyWrapper #title {}
.fetchedLinkPostToCompanyContainer #checkLinkPostToCompanyWrapper #title h3 {
	color: #00A627;
}
.fetchedLinkPostToCompanyContainer #checkLinkPostToCompanyWrapper #title h5 {
	margin-top: 10px; line-height: 1.4em;
}
.fetchedLinkPostToCompanyContainer #checkLinkPostToCompanyWrapper #title p {
	margin-top: 10px; font-size: 0.8em; line-height: 1.4em;
}

.fetchedLinkPostToCompanyContainer .checkLinkPostToCompanyContainer {
	width: 100%; height: 50%; overflow: hidden; border-bottom: 1px solid #ccc;
}
.fetchedLinkPostToCompanyContainer .checkLinkPostToCompanyContainer .contentBoxWrapper{
	width: 106%; height: 100%; margin-top: 20px; padding-right: 6%; padding-bottom: 100px; overflow: auto;
}
.fetchedLinkPostToCompanyContainer .checkLinkPostToCompanyContainer .contentBoxWrapper .contentBoxContainer {
	display: flex; flex-wrap: wrap; gap: 0.5rem;
}
.fetchedLinkPostToCompanyContainer .checkLinkPostToCompanyContainer .contentBoxFlexContainer{
	display: flex; flex-wrap: wrap; gap: 1rem; padding: 10px; border: 2px solid #eee; border-radius:10px; cursor: pointer; box-shadow: 3px 3px 7px #ddd;
}
.fetchedLinkPostToCompanyContainer .checkLinkPostToCompanyContainer .contentBoxFlexContainer:hover{
	background-color: #F3FBF7; border: 2px solid #CFEDDB;
}
.fetchedLinkPostToCompanyContainer .checkLinkPostToCompanyContainer .contentBox{}
.fetchedLinkPostToCompanyContainer .checkLinkPostToCompanyContainer .contentBox .logo{
	width: 40px; height: 40px; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 50px; border: 3px solid white; box-shadow: 5px 5px 10px #ddd;
}
.fetchedLinkPostToCompanyContainer .checkLinkPostToCompanyContainer .companyName {
	margin-top: 5px;
}
.fetchedLinkPostToCompanyContainer .checkLinkPostToCompanyContainer .companyDescription {
	margin-top: 5px;
}
.fetchedLinkPostToCompanyContainer .checkLinkPostToCompanyContainer .companyDescription p {
	font-size: 0.7em;
}
.fetchedLinkPostToCompanyContainer #setDefaultCompanyPostLink {
	display: flex; margin-top: 10px; gap: 0.5rem;
}
.fetchedLinkPostToCompanyContainer #setDefaultCompanyPostLinkInputCont {}
.fetchedLinkPostToCompanyContainer #setDefaultCompanyPostLinkInputCont input {}
.fetchedLinkPostToCompanyContainer #setDefaultCompanyPostLinkDescription {}
.fetchedLinkPostToCompanyContainer #setDefaultCompanyPostLinkDescription p {
	margin-top: 2px; font-size: 0.8em; font-weight: bolder; color: #1259C2;
}
.fetchedLinkPostToCompanyContainer #doNotLinkLinkPostToCompanyCont {
	margin-top: 10px;
}
.fetchedLinkPostToCompanyContainer #doNotLinkLinkPostToCompanyCont button {
	width: 70%; font-size: 1em; font-weight: bolder; background-color: unset; padding: 8px; border: 2px solid #00A627; border-radius: 5px; cursor: pointer;
}
.fetchedLinkPostToCompanyContainer #doNotLinkLinkPostToCompanyCont button:hover {
	background-color: #eee;
}