#myPanel1 .custonHeaderClass .jsPanel-title{
    font-size:30px;
}
#myPanel1 .custonContentClass{
    font-size:20px;
    color: #033C73;
    padding:10px;
    background: #D9EDF7;
}
#myPanel1 .custonFooterClass{
    color: #033C73;
    background: #D9EDF7;
}


.timesheet {
    height: auto;
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
}
.timesheet .scale section {
    border-left: 1px dashed rgba(250, 250, 250, 0.2);
    color: rgba(250, 250, 250, 0.8);
    float: left;
    font-family: "Signika Negative";
    font-size: 13px;
    font-weight: lighter;
    height: 100%;
    line-height: 24px;
    text-align: center;
    width: 236px;
}