/* The CSS revised for https://zh.wikipedia.org/wiki/Template:Tabs/styles.css : */
.mcBoto {
background-color: #d0b0ff;
border: 0.15em solid #000000;
border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;
cursor:pointer;
display: inline;
margin-right: 0.1em;
padding: 0.2em 0.3em 0.2em 0.3em;
position: relative;
}
.mcBotoSel {
background-color: #9070c0;
border: 0.15em solid #000000;
border-color: #b090e0 #7050a0 #9070c0 #b090e0;
cursor: default;
display: inline;
margin-right: 0.1em;
padding: 0.2em 0.3em 0.2em 0.3em;
position: relative;
color:white;
}