body.my_account .main{ display: block; }
@media (max-width: 1400px){
  html.ua-desktop .main {
    width: calc(calc(100% - calc(var(--bodyPadding) * 2.8)) + 4px);
    padding-right: var(--bodyPadding);
  }
}
.account_head{ display: block; }
.account_avatar{
    display: inline-block;
    width: 150px;
    height: 150px;
    vertical-align: middle;
}
.account_head_top{
    display: inline-block;
    vertical-align: middle;

}
.account_head_top span{
    display: block;
}
.block_tabs{
    width: 100%;
}

.tab_body.tabled table{
    width:100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-collapse: collapse;
    border: #000000 1px solid;
}
.tab_body.tabled table thead{
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
    border-collapse: collapse;
}
.tab_body.tabled table thead th{ border-collapse: collapse; padding:5px; }
.tab_body.tabled table thead th:not(:nth-child(1)){ border-left: #000000 1px solid; }
.tab_body.tabled table tr td{ border-collapse: collapse; padding:5px; border-top: #000000 1px solid; }
.tab_body.tabled table tr:nth-child(even) td{ background-color: rgba(0, 0, 0, 0.15); }
.tab_body.tabled table tr td:not(:nth-child(1)){ border-left: #000000 1px solid; }
.tab_body.tabled table td.case{ text-align:center; width: 30px; }
.tab_body.tabled table th.id, .tab_body.tabled table td.id{ text-align:center; }


.account_head_top{ margin: 0; }
.account_head_top h1{ margin: 0; padding-bottom: 5px; }
.account_head_top span{ display:block; margin: 0; padding-bottom: 5px; }

.block_tabs{
    background-color: rgba(0, 0, 0, 0.2);
    border: #000 1px solid;
}
.tab_head{ 
    display:inline-block; background-color: #666666; color: #ffffff; 
    text-align: center; width:100px; line-height: 40px; cursor: pointer;
}
input[name="tabs"]:checked + .tab_head{ background-color: #007fff; color: #ffffff; cursor: default; }
.tab_body{ 
    display:none;
    padding: 5px;
    background: var(--bodyMainBackColor);
 }
#tab1:checked ~ #tab_body1{ display:block !important; }
#tab2:checked ~ #tab_body2{ display:block !important; }
#tab3:checked ~ #tab_body3{ display:block !important; }

.block_tabs b{ font-weight: bolder; }
.block_tabs table{ margin-left: -3px; }

.profile_save_btn{
    float: right;
    margin: 0;
    padding: 0 !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
}
a.profile_save_btn{
    font-size: 1em !important;
    cursor: pointer;
    display: inline-block;
    cursor: pointer;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    background-color: var(--formInputBack);
    color: var(--formInputFore);
    border: var(--formInputBorderColor) var(--formInputBorderWidth) var(--formInputBorderStyle);
    vertical-align: middle;
}
.profile_save_btn span{
    font-size: 30px;
}
a.profile_save_btn span{
    line-height: 48px;
}
.account input[type="text"], .account input[type="tel"]{ 
    padding: 3px; 
    line-height: 25px !important;
    height: 25px !important;
    font-size: 15px !important;
}