
body {
		background-color: #f6f6f6;
}
ul {
	margin-bottom: 0px;
}
h2 {
	font-size: 20px;
	font-weight: 400;
}
h3 {
	font-weight: 400;
	line-height: 1.1;
	padding: 0.3em 0.75em !important;
	background: white !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
	display: inline-block;
	margin: 2px;
	font-size: 20px;
}
.cc-holder {
	position: relative;
	margin-top: 10px;
	max-width: 855px;
	margin-bottom: 50px;
	border: 1px solid #e6e6e6;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	overflow: hidden;
	min-height: 850px;
}
.cc-wrap {
	padding: 40px;
}

/* SECTION TOP */

.cc-top {
	text-align: center;
}
.cc-name {
	border-top: 1px solid #43526e;
	border-bottom: 3px solid #43526e;
	padding: 1em 0px 0.85em;
}
.cc-name h1 {
	font-size: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 200;
}
.cc-adress {
	padding-top: 10px;
}
.cc-social i {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 3px;
	color: gray;
}
.cvm-avatar {
	padding-top: 10px;
	display: block;
	width: 100px;
	margin-left: auto;
	margin-right: auto;

}
.cvm-avatar img {
	max-width: 100px;
	height: auto;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
/* SECTION TOP */

/* SECTION kortomdig */
.cc-heading {
	width: 100%;
	margin-bottom: 1.5em;
	margin-top: 25px;
	border-bottom: 1px solid #43526e;
	height: 1.5em;
	text-align: center
}


/* SECTION kortomdig */

/* SECTION ARBETSLIVSERFARENHET */
.cc-work-box {
	padding-top: 5px;
	margin-bottom: 15px;
}
.cc-kortom-box {
	padding-top: 5px;
}
.cc-date {
	font-size: 15px;


}
.cc-work-title {
	font-size: 17px;
	margin-bottom: 3px;
}
.cc-work-name {
	font-size: 17px;
	font-weight: 300;
	color: #43526e;
	margin-bottom: 0px;
	font-style: italic;
}
.cc-work-description {
	font-size: 15px;
	display: block;
}
/* SECTION ARBETSLIVSERFARENHET */

/* SECTION KOMPETENS */
.cc-bar {
	margin: 0.5em 0px 0.75em;
	width: 100%;
	background-color: #eeeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	height: 8px;
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	transform: skewX(-45deg)
}
.cc-bar-level {
	background-color: #43526e !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	height: 8px
}
.cc-kunskap-title {
	font-size: 17px;
}

@media print {
	a[href]:after {
		content: none !important;
	}

	body {
		background-color: white !important;
	}

	.cc-holder {
		margin-bottom: 0px;
		background-color: white;
		border: none;
	}
	.embed-responsive {
		display: none;		
	}
}
