.chart-label {
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    
    box-shadow: 1px 1px 2px -1px #555;
    -webkit-box-shadow: 1px 1px 2px -1px #555;
    -moz-box-shadow: 1px 1px 2px -1px #555;
    box-shadow: 1px 1px 2px -1px #555;
    
    color: #fff;
    margin-left: 20px;
    padding: 1px 5px;
    text-align: center;
    width: 200px;
}

.labels {
    display: block;
    margin-left: auto;
    margin-right: auto;
}