
.inline .letter,.inline .comma,.inline .abbreviation,.inline span {
font-size:40px;
}

.inline .letter,.inline .comma,.inline .abbreviation {
float:left;
color:#fff;
}

.fixed {
position:fixed!important;
background:#000;
line-height:15px;
left:0;
bottom:0;
}

.fixed .txt {
float:left;
padding:8px 10px;
}

.fixed .letter,.fixed .comma,.fixed .abbreviation,.fixed span {
font-size:13px;
color:#fff;
}

.fixed .letter,.fixed .comma,.fixed .abbreviation {
float:left;
}

.fixed #buttonFixed {
background:#ddb12c;
float:left;
padding:14px 10px 10px;
}

.popup {
background:#dbb02c;
left:0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
width:auto;
height:auto;
color:#000;
z-index:10001;
padding:5px;
}

.popup .txt {
background:#000;
text-align:center;
padding:8px 10px;
}

.popup .letter,.popup .comma,.popup .abbreviation {
font-size:32px;
float:left;
}

.popup span {
font-size:21px;
color:#fff;
}

.popup span.suffix {
font-size:32px;
}

.popup .close {
right:-18px;
top:0;
width:20px;
height:25px;
background:url(../img/close.png) no-repeat scroll center center #DBB02C;
position:absolute;
background-size:100%;
opacity:inherit!important;
border-top-right-radius:5px;
-moz-border-top-right-radius:5px;
-webkit-border-top-right-radius:5px;
border-bottom-right-radius:5px;
-moz-border-bottom-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
cursor:pointer;
}

.popup #buttonPopup {
background:#ddb12c;
text-align:center;
padding:14px 10px 10px;
}

.inline .nums,.inline .abbreviation.show,.fixed .nums,.fixed .abbreviation.show,.popup .nums,.popup .abbreviation.show {
vertical-align:bottom;
display:inline!important;
}

.inline .nums p,.fixed .nums p,.popup .nums p {
-moz-transition:none;
-o-transition:color 0 ease-in;
-webkit-transition:none;
color:#ddb12c;
transition:none;
margin:0;
padding:0;
}

.inline .nums .blur,.fixed .nums .blur,.popup .nums .blur {
background:none;
-ms-filter:progid: DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000);
filter:progid: DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000);
zoom:1;
text-shadow:0 0 15px #ddb12c;
}

.inline .comma,.fixed .comma,.popup .comma {
color:#ddb12c;
}

.inline .abbreviation,.fixed .abbreviation,.popup .abbreviation {
color:#ddb12c;
display:none;
}

.fixed #buttonFixed:after,.popup #buttonPopup:after {
clear:both;
}