/* 通用样式 */
.mcBoto, .mcBotoSel {
display: inline-block;
padding: 0.3em 1em;
margin: 0 0.2em;
cursor: pointer;
border: 1px solid;
border-radius: 3px;
}
/* 移除链接样式 */
.mcBoto a, .mcBotoSel a {
color: inherit !important;
text-decoration: none !important;
}
/* 颜色方案 */
.mcLila .mcBoto { background: #d0b0ff; border-color: #7050a0; }
.mcLila .mcBotoSel { background: #9070c0; color: white; }
.mcVerd .mcBoto { background: #a5e085; border-color: #60b030; }
.mcVerd .mcBotoSel { background: #75c045; color: white; }
.mcBlau .mcBoto { background: #a7c1e6; border-color: #3379de; }
.mcBlau .mcBotoSel { background: #5b8dd6; color: white; }
.mcContingut {
border: 1px solid;
padding: 1em;
margin-top: 0.5em;
}
.mcPestanya {
display: none;
}
/* 清除浮动 */
.mcContingut > div:after {
content: "";
display: table;
clear: both;
}