/* [[Category:在模板名字空间下的CSS页面]] */
.soultide-chara {
display: flex;
flex-wrap: wrap;
justify-content: center;
background: #fff;
}
.soultide-info {
flex: 1 1 450px;
}
.soultide-info-title,
.soultide-info-content {
padding: 1px;
}
.soultide-info-title {
font-weight: 700;
text-align: center;
background: #eee;
}
.soultide-info-content {
background: #fff;
padding-left: .5em;
}
.soultide-info-content>ul {
margin: 0;
}
.soultide-info .mw-collapsible-toggle {
display: inline-block;
position: absolute;
right: 0;
float: none !important;
}