/* C2.8 */
#pun-index .tcl h3 {
font-family: 'bebas neue';
font-style: italic;
font-weight: bold;
text-shadow: #575757 1px 1px;
font-size: 21px;
text-transform: lowercase;
text-align: center;
width: 374px;
padding-top: 9px;
background: #6c868e;
padding-bottom: 7px;
line-height: 10px;
border-radius: 0 5px 5px 0;
border-left: 6px solid #aab302;
}
.tclcon h3:first-letter {
color: #c3d003;
}
.tclcon h3 a {
color: #fff!important;
}
28.08.15
и
/* C2.14 */
.punbb td div.tclcon {
margin-left: 15px;
width: 380px;
font-size: 11px;
color: #000000;
padding: 9px; 10px;
line-height: 11px;
background-color: #e5eced;
border: 3px double #adc2c6;
border-radius: 20px;
-moz-box-shadow: inset 0 0 10px 5px #adc2c6;
-webkit-box-shadow: inset 0 0 10px 5px #adc2c6;
box-shadow: inset 0 0 10px 5px #adc2c6;
}