@media screen and (min-width: 800px) {
.AutoFloat {
float: left;
}
}
.AutoFloat {
margin: 0 -1px -1px 0;
}
.AutoFloat td {
padding: 0;
}
#chara_tabs > .Tabs > .TabLabel {
margin-bottom: 5px;
}
#chara_tabs > .Tabs > .TabLabel > .TabLabelText {
width: 55px;
text-align: center;
font-weight: bold;
font-size: 110%;
}
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(1).selected {
border-bottom: 4px solid #929797 !important;
color: #929797;
}
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(2).selected {
border-bottom: 4px solid #009397 !important;
color: #009397;
}
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(3).selected {
border-bottom: 4px solid #E53D29 !important;
color: #E53D29;
}
#chara_tabs .Tabs .Tabs > .TabContent {
margin-top: -1px;
}
#chara_tabs .Tabs .Tabs > .TabLabel {
min-width: 5.5em;
text-align: center;
font-weight: bold;
}
#chara_tabs .Tabs .Tabs > .TabLabel > .TabLabelText {
height: 66px;
padding: 0.3em 0.3em 0.1em !important;
}
#chara_tabs .Tabs .Tabs > .TabLabel > .TabLabelText.selected {
color: #4f4f4f;
}