body {
    background-color: #f9f9f9;
}
ul {
	margin-bottom: 0px;
}
.not-upgraded-text {
	display: none;
}
.cvm-avatar {
	margin: auto;
	width: 120px;
	margin-bottom: 15px;
}
.cvm-avatar img {
	width: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.container {

}
.mallen {
	height:100%;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 855px;
    margin-top: 10px;
	border: 1px solid #e6e6e6;
}
.pl-textholder {
	padding: 0px 30px;
}
.name {
	font-size: 35px;
	display: block;
	line-height: 35px;
	margin-bottom: 5px;
}
.holder-for-sections {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;/* OLD - Firefox 19- (buggy but mostly works)*/
	display: -ms-flexbox;/* TWEENER - IE 10 */
	display: -webkit-flex;/* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.smallsection {
	background-color: #eb6f61;
	color: white !important;
	padding-top: 30px;
	width: 35%;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;

	min-height: 850px;
    min-height: 90vh;
 }

.bigsection {
	background-color: white !important;
	padding-top: 30px;
	width: 65%;
	overflow: hidden;

	min-height: 90vh;
}
.social{
	font-size: 20px !important;
	margin-top: 10px;
	padding-right: 15px;
	color: white;
}
.small-section-boxes {
	margin-bottom: 15px;
}
.jobbtitel{
	font-size: 20px;
	display: block;
}
.name-box {
	text-align: center;
	margin-bottom: 25px;
}
.small-section-title {
	font-size: 25px;
	margin-bottom: 10px;
	display: block;
}
.small-section-job-title {
	font-size: 18px;
}
.kortommig-box{
	display: block;
}
.small-section-content-text {
	display: block;
	font-size: 15px;
}
.title-main-height {
margin-bottom: 10px;

}
.cert-box {
	margin-bottom: 15px;
}
.main-section-titles {
	font-size: 25px;
}
.tt-title-icon {
	font-size: 25px !important;

}
.smallestcolumn {
	text-align: right !important;
	padding-top: 7px;
}
.smallestcolumn-title {
	text-align: right !important;
}
/* KOMPETENS */
.kompetens {
	background-color: #eb6d60;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.kompetensnummer {
	text-align: right;
	display: block;
}
.kompetens-titel {
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
}


/* FÖRETAG */
.main-section-box {
	margin-bottom: 20px;
}
.main-section-namn {
	font-size: 17px;
	font-weight: 300;
	display: block;
	margin-bottom: -2px;
}
.main-section-title {
	display: block;
	font-size: 17px;
	color: gray;
	padding-bottom: 3px;
}
.main-section-beskrivning {
	display: block;
	font-size: 15px;
}

@media (max-width: 767px) {
.no-pjs-render .cvm-avatar {
	text-align: center;
}
.no-pjs-render .cvm-avatar img {
	height: 200px;
	width: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.no-pjs-render .holder-for-sections {
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.no-pjs-render .smallsection {
	min-height: 300px;
	width: 100%;
 }

.no-pjs-render .bigsection {
	width: 100%;
}

	}
@media (min-width: 768px) and (max-width: 991px) {
.no-pjs-render .main-section-titles {
	font-size: 22px;
}
.no-pjs-render .cvm-avatar {
	text-align: center;
}
.no-pjs-render .cvm-avatar img {
	height: 200px;
	width: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.no-pjs-render .holder-for-sections {
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.no-pjs-render .smallsection {
	padding-right: 50px;
	padding-left: 50px;
	width: 100%;
	min-height: 300px;
 }

.no-pjs-render .bigsection {
	width: 100%;
	padding-right: 100px;
}
}

@media print {
	a[href]:after {
		content: none !important;
	}
	body{
		background-color: white !important;
	}
	/* .main-section-box {
		page-break-inside: avoid !important;
	}
	.main-section-titles {
		page-break-after: avoid !important;
	}
	.kompetens-section {
		page-break-inside: avoid !important;
	} */

	.not-upgraded-text {
		position:absolute;
		left: 50%;
		width: 1000px;
		margin-left: -500px;
		margin-top: 30%;
		transform:rotate(300deg);
		-webkit-transform:rotate(300deg);
		background: black !important;
		color: white !important;
		font-size: 50px;
		display: block;
		text-align: center;
	}

	/* .utbildning {
		page-break-inside: avoid !important;
	} */

	.mallen {
		border: none !important;
		margin-bottom: 0px;
	}

	.top-reklam-gray {
		padding-top: 0px !important;
	}

}
