/**
* [[Category:碧蓝航线角色条目模板]][[Category: 在模板名字空间下的CSS页面]]
*/
.AZinfobox2{
float:none;
margin:0 auto;
display:flex;
flex-direction:row-reverse;
justify-content:space-between;
align-items:center;
border:2px solid #6d9ef0;
border-radius:5px;
padding:5px;
background-color:#ebf8ff;
width:80%;
max-width:100%;
box-sizing:border-box;
}
.AZinfobox2left{
border-radius: 0.3em;
text-align: center;
background-color: #6D9EF0;
color: white;
}
@media screen and (max-width:768px){
.AZinfobox2{
flex-wrap:wrap;
justify-content:center;
width:100%!important;
}
}