.shadetabs{
  list-style-type: none;
margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
display: flex;
flex-wrap: wrap;
margin-top: 0 !important;
padding: 0;
margin-left: 3px;
margin-bottom: -2px;
}

.shadetabs li{
display: inline;
padding: 0 !important;
border-radius: 0 !important;
margin-right: 0 !important;
}

.shadetabs li a{
border-radius: 0 !important;
display: inline-flex;
background: #292929;
border-bottom: 3px solid #292929 !important;
  border-bottom-color: rgb(41, 41, 41);
color: #aaa;
padding: 9px 16px;
margin-right: 0 !important;
cursor: pointer;
position: relative;
transition: 0.3s;
}

.shadetabs li.at a:hover {
  border-color: #386b8d !important;
  background: #333 !important;
  color: #fff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
	border-color: #386b8d !important;
background: #333 !important;
color: #fff;
}

.shadetabs li a.selected{ /*selected main tab style */
border-color: #386b8d !important;
background: #333 !important;
color: #fff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
	color: #fff!important;
}

.shadetabs li a i {
  margin: 0 5px 0 0;
  display: flex;
  align-self: center;
  color: #386b8d;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
		
		
		
		
		
		
		
		
		