#pricechart a {
 display: block;
 color: #00f;
 font-size: 1.2em;
 line-height: 1.4em;
}
#pricechart a:hover {
 background-color: #000;
}
.labels {
 font-weight: 600;
 font-size: 1em;
 line-height: 1.2em;
 color: #eee;
 background: #555;
 text-align: center;
 border-bottom: 1px solid #555;
}
.trial {
 font-weight: 600;
 font-size: 1em;
 line-height: 1.2em;
 color: #eee;
 background: #444;
 text-align: center;
}
.level1 {
 font-weight: 600;
 font-size: 0.8em;
 line-height: 1.2em;
 color: #000;
 background: #ffe5ff;
 text-align: center;
}
.level2 {
 font-weight: 600;
 font-size: 0.8em;
 line-height: 1.2em;
 color: #000;
 background: #fea;
 text-align: center;
}
.level3 {
 font-weight: 600;
 font-size: 0.8em;
 line-height: 1.2em;
 color: #000;
 background: #ffc;
 text-align: center;
}
.level4 {
 font-weight: 600;
 font-size: 0.8em;
 line-height: 1.2em;
 color: #000;
 background: #efc;
 text-align: center;
}
.level5 {
 font-weight: 600;
 font-size: 0.8em;
 line-height: 1.2em; 
 color: #000;
 background: #cff;
 text-align: center;
}
.level6 {
 font-weight: 600;
 font-size: 0.8em;
 line-height: 1.2em;
 color: #000;
 background: #cef;
 text-align: center;
}
.plan1 {
 font-weight: 500;
 font-size: 1em;
 line-height: 1.2em;
 color: #fff;
 background: #900;
 text-align: center;
}
.plan2 {
 font-weight: 500;
 font-size: 1em;
 line-height: 1.2em;
 color: #fff;
 background: #900;
 text-align: center;
}
.plan5 {
 font-weight: 500;
 font-size: 1em;
 line-height: 1.2em; 
 color: #fff;
 background: #909;
 text-align: center;
}
.plan10 {
 font-weight: 500;
 font-size: 1em;
 line-height: 1.2em;
 color: #fff;
 background: #30c;
 text-align: center;
}
.plan20 {
 font-weight: 500;
 font-size: 1em;
 line-height: 1.2em;
 color: #fff;
 background: #099;
 text-align: center;
}
.plan50 {
 font-weight: 500;
 font-size: 1em;
 line-height: 1.2em;
 color: #fff;
 background: #390;
 text-align: center;
}
.stotal {
 font-weight: 600;
 font-size: 1em;
 line-height: 1.2em;
 color: #eee;
 background: #09c;
 text-align: right;
 padding: 4px;
 width: 64%;
}
.paybutton {
 padding: 10px;
}
.darken {
 background: #999;
}