.content_diagram{
     height: 210px;
}

.diagram, .diagram_loader {
    width:70px;
    padding: 21px 15px 0px ;
    text-align: center;
}

.knob_text{
    padding: 55px 33px 0px ;
    position: absolute;
}
.percent_text{
   font-size:28px;
   font-weight: 500;
}

.free_space_text{
    font-weight: 100;
}

.rectangle_silver{
    margin: 5px 6px 12px 8px;
    background-color: #e7e7e7;
    float:left;
    height: 11px; /* or whatever you want */
    position:relative;
    width: 40px; 
}

.rectangle_green{
    margin: 3px 6px 0px -46px;
    background-color: #94bd46;
    float:left;
    height: 11px; /* or whatever you want */
    position:relative;
    width: 40px; 
}

.rectangle_orange{
    margin: 3px 6px 0px -46px;
    background-color: #FFCC33;
    float:left;
    height: 11px; /* or whatever you want */
    position:relative;
    width: 40px; 
}

.rectangle_red{
    margin: 3px 6px 0px -46px;
    background-color: #FF0000;
    float:left;
    height: 11px; /* or whatever you want */
    position:relative;
    width: 40px; 
}

.storage_left_box{
    
     margin: 0px 6px 0px 0px;
     height: 193px;
     width: 70px; 
}
.storage_right_box{
     margin: -169px 6px 0px 209px;
     height: 40px;
     width: 170px; 
}

.free_disk_space{
     margin: 18px 2px 3px 4px;
     font-size:13px;
     font-weight: normal;
}

.used_disk_space{
     margin: 1px 2px 3px 4px;
     font-size:13px;
     font-weight: normal;
}

.disk_memory{
     margin: 1px 2px 3px 10px;
     font-size:13px;
     font-weight: normal;
}