body {
  width: auto!important;
  margin: auto!important;
  font-family: serif;
  font-size: 12pt;
  background-color: #fff!important;
  color: #000!important;
  -webkit-print-color-adjust: exact; 
}

h1, h2, h3, caption {
  page-break-after: avoid; /* pas de saut apr�s ces �l�ments */
}

a[href]:after {
  content: "";
}
.item, ul {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
}

.main-wrapper .section-title .fa {
	display: none;
}

.sidebar-wrapper {
	border-left: 1px #ccc solid;
}

@media (max-width: 767px) {
	.sidebar-wrapper {
	    position: absolute;
	    width: 220px;
	}
	.main-wrapper {
		padding-right: 250px;
	}
}

.level-bar-static {
	font-size: 0;
    height: 0;
    border-top: 12px #777777 solid;      
}

.skillset th.level-title {
	width: 30%;
}

.skillset td.level-bar {
	width: 70%;
}

.skillset td.level-bar, .skillset th.level-title {
	float: none;
	display: table-cell;
}

