body {
	background-color: #efefef;
}
.container {
	max-width: 100%;
	margin-top: 9.5rem;
	padding-bottom: 5rem;
}

.img_popup {	
	background: gray;
	padding: 1rem;
	position: fixed;
	top: 15%;
	left: 0px;
	height: 70%;
	z-index:1040;
}

.faq_img {	
	width: 100%;
	height: 100%;
}

.navbar {
	padding: 0;
	height: 9.5rem;
}

.navbar-brand {
	width:100%;
	padding: 1rem 0 0 0;
	margin: 0;
	text-align: center;
}

.container .navbar .navbar-brand .addonBtn {
	position: absolute;
	left: 16px;
	border: 0;
	outline: 0;
}

.container .navbar .navbar-brand .faqBtn {
	position: absolute;
	right: 16px;
	border: 0;
	outline: 0;
}

.container .navbar .navbar-brand .faqBtn > img,
.container .navbar .navbar-brand .addonBtn > img {
	width: 50px;
	height: 50px;
}

p.nav-title {
	font-size: 2.6rem;
	font-weight: bold;
}

footer {
	padding: 0.5rem 0;
	height: 5rem;
}

footer > p {
	font-size: 1.3rem;
	font-weight: bold;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li {
	background: none;
	color: #222;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 10px 15px;
	width: 33.3%;
	cursor: pointer;
}
ul.tabs li.current {
	border-bottom: solid 0.2rem #2a619c;
	color: #222;
}

.tab-content {
	display: none;
	padding: 1rem;
}
.tab-content.current {
	display: inherit;
	margin-top: 1.5rem;
}

.block-item {
	display: flex;
	width: 100%;
	height: 10rem;
	color: #FFFFFF;
	float: none;
	padding: 1rem 0;
	border-bottom: solid 2px #ffffff;
}
.block-item .entry-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.block-item .entry-icon .icon {
	width: 6.5rem;
	height: 6.5rem;
	border-radius: 10%;
	margin: 0 0.5rem;
	float: left;
}
.block-item .entry-icon .type {
	position: absolute;
	left: 5.0rem;
	top: 0rem;
	width: 2.1rem;
	height: 1.4rem;
	border-radius: 20%;
	margin: 0 0.5rem;
	border: solid 1px #dfdfdf;
}
.block-item .entry-content {
	width: calc(100% - 18rem);
	height: 100%;
	display: inline-block;
	padding: 0.3rem 0 0 0;
}
.block-item .entry-content .entry-title {
	font-size: 2rem;
	font-weight: bold;
}
.block-item .entry-content .entry-title.small-font {
	font-size: 1.6rem;
	font-weight: bold;
}
.block-item .entry-content .entry-version {
	color: #6212af;
	font-size: 1.2rem;
}
.block-item .entry-content .description {
	color: #767676;
	font-size: 1.6rem;
}
.block-item .entry-content .description.small-font {
	color: #767676;
	font-size: 1.4rem;
}
.block-item .entry-content .last_updated {
	color: #3366FF;
	font-size: 1.5rem;
}

.block-item .entry-support {
	width: 9rem;
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.block-item .entry-support .icon {
	height: 4rem;
	width: 4rem;
	border-radius: 50%;
	margin: 0 0.2rem;			
}