/* 模块:Side_box 相关样式 */
.mbox-small {
/*Side box外框CSS,用于Side box及其衍生模块Listen。*/
clear: right;
float: right;
margin: 4px 0 4px 1em;
box-sizing: border-box;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
.mbox-small-left {
/* 同上 */
margin: 4px 1em 4px 0;
box-sizing: border-box;
overflow: hidden;
width: 238px;
border-collapse: collapse;
font-size: 88%;
line-height: 1.25em;
}
td.mbox-image {
/* Side box左图CSS */
border: none;
padding: 2px 0 2px 0.9em;
text-align: center;
}
td.mbox-imageright {
/* Side box右图CSS */
border: none;
padding: 2px 0.9em 2px 0;
text-align: center;
}
th.mbox-text,
td.mbox-text {
/* Side box中的文字CSS */
border: none;
padding: 0.25em 0.9em;
width: 100%;
}