#profilemain{text-align:center}
#profilemain div{display:inline-block;padding:10px;text-align:left}
#profilemain img,#profilemain a{margin-top:7px;margin-bottom:7px}
#profilemain img{vertical-align:middle}
#profile,#profilemain{padding:0 5px!important;margin:auto 5px}
#profile  .avah1{padding:5px 0;margin-top:15px;display:flex;flex-wrap:wrap;justify-content:center}
#profile  .avah1 div{padding:0 5px;text-align:center}
#profile .avatar{max-height:100px;margin:0}
#profile  h1{margin:5px 0 10px}
.profileswap{overflow-y:hidden;overflow-x:auto;height:130px;scrollbar-width:thin;scrollbar-color:#8c6823 #ffcb68}
.profileswap div{display:table-cell}
.profileswap a{min-width:310px;width:310px;display:table;font-size:14px;padding:0 5px}
.profileswap img{min-width:150px;border-radius:8px;position:relative;display:table-cell}
.profileswap span{padding-left:10px;display:table-cell;vertical-align:middle;text-align:left}
details details summary::before, details summary::before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAHUlEQVQYlWNgoD/438LwHxcmqJCgiQStppo/MAAA2VcoITm2oPAAAAAASUVORK5CYII=) left no-repeat;padding:12px;content:""}

ul.mytabs, ul.mytabs li {
    list-style: none;
	padding: 0;
	margin: 0;
}
ul.mytabs li {
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    border-bottom:1px solid #e0e0e0;
    text-decoration: none;
    color: #333;
    height: 22px;
	cursor: pointer;border-radius:10px 10px 0 0;
	margin: 3px 1px;
	font-size: 13px;
}

.current {	
    border-bottom:1px solid #cc936b!important;background: linear-gradient(#cf7635 0,#cc936b 26px);color:white!important;}
.mytabs-container {
    position: relative;
    z-index: 1;
    clear: both;
    top: -1px;
}

@media only screen and (max-width:620px){
#profile  .avah1{border-radius:8px;background:linear-gradient(#cf7635 0,#cc936b 92px);color:#fff}
#profile  h1{color:#fff;font-size:20px}
#profile .avatar{max-height:64px;max-width:64px;height:64px;width:64px;border-radius:100px;object-fit:cover}
.current {border-bottom:1px solid #e0e0e0!important}
.titlebg2{margin:5px 0;border-radius:8px;color:white;background:linear-gradient(#cf7635 0,#cc936b 46px)}
.titlebg2 a,.titlebg2 a:visited,.titlebg2 a:link{background:none!important;color:white}
}