td.trow1,td.trow2 {
padding:10px
}

.tab-menu{
float:left;width:100%;margin-top: -30px;margin-bottom:10px;
}

.shadetabs-mobile li{
}

.shadetabs{
padding:0;margin-top:0;list-style-type:none;text-align:center;font-weight:bold;
}

.shadetabs li{
display:inline;margin:10px 8px 0 0;margin-top:0;
}

.shadetabs li a{
text-decoration:none;position:relative;z-index:1;font-size:14px;border-radius:4px;padding:10px 15px;text-align:center;margin-right:4px;color:#dadada;background:#1f1f1f;transition:all 0.3s;border: 1px solid transparent;border-color: #00FF00;}

.shadetabs li a:hover{
background:#333
}

.shadetabs li a.selected{
position:relative;top:0
}

.shadetabs li a.selected{
background: #252525;color:#fff;
}

.shadetabs li a.selected:hover{
text-decoration:none
}

.tabcontent{
display:none
}

@media print{
.tabcontent{
display:block!important
}


}

.tab-menu-mobile{
margin-bottom:0!important;
}

.shadetabs-mobile li{
}

@media only screen and (max-width:815px){
td.trow1,td.trow2{
min-height:50px;padding:8px
}

.shadetabs li a{
padding:10px 8px;display:inline-block;
}


}

@media only screen and (max-width:660px){
.shadetabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.shadetabs li{
flex: 0 0 18%;
}

.tab-menu {
margin-bottom: 0 !important;
}

.shadetabs li a{
width:60px;padding:10px 0;margin:4px 4px
}

.shadetabs li a:hover{

}

.shadetabs li a.selected{

}



}

		
		