.history {
    margin: 10px; 
}

.form {
    margin-left: 25px;
}

.form label, .form input {
    margin-right: 20px;
}

.history .summary  {
    clear: both;
    float: left;
    margin-bottom: 10px;
    background-color: #CCC;
    text-align: center;
    border: 4px solid #FFF;
}

.history .summary span  {
    display: block;
    float: left;
    margin: 10px 15px;
}

.history .run {
    clear: both;
    border: 4px solid #FFF;
    margin: 5px 0;
}

.run .head {
    height: 30px;
    padding-left: 5px;
    line-height: 26px;
    font-size: 14px;
    color: #23476D;
    background-color: #DDD;
}

.run .infos {
    height: 48px;
    line-height: 48px;
}

.run .distance, .run .duration, .run .calories {
    float: left;
    text-align: right;
    font-size: 13px;
    display: block;
    padding: 2px 10px;
}

.history .run .day, .history .run .calories {
    width: 75px;
    text-align: left;
}

.history .run .distance {
    width: 55px;
}

.run .weather_, .run .weather_1, .run .weather_2, .run .weather_3, .run .weather_4,
.run .howFelt_, .run .howFelt_1, .run .howFelt_2, .run .howFelt_3, .run .howFelt_4,
.run .terrain_, .run .terrain_1, .run .terrain_2, .run .terrain_3, .run .terrain_4 {
    float: left;
    text-align: right;
    font-size: 13px;
    display: block;
    padding: 0px;
    margin: 0px;
    height: 48px;
    width: 48px;
    background-color: #EEE;
}

.run .howFelt_1, .run .howFelt_2, .run .howFelt_3, .run .howFelt_4 {
    background: transparent url(../images/howFelt_set.gif) no-repeat left top;
}

.run .weather_1, .run .weather_2, .run .weather_3, .run .weather_4 {
    background: transparent url(../images/weather_set.gif) no-repeat left top;
}

.run .terrain_1, .run .terrain_2, .run .terrain_3, .run .terrain_4 {
    background: transparent url(../images/terrain_set.gif) no-repeat left top;
}

.history .run .howFelt_1, .history .run .weather_1, .history .run .terrain_1 {
    background-position: 0 0
}

.history .run .howFelt_2, .history .run .weather_2, .history .run .terrain_2 {
    background-position: 33% 0
}

.history .run .howFelt_3, .history .run .weather_3, .history .run .terrain_3 {
    background-position: 66% 0
}

.history .run .howFelt_4, .history .run .weather_4, .history .run .terrain_4 {
    background-position: 100% 0
}

.progress {
    width: 180px;
    overflow: hidden;
    margin-top: 10px;
    float: left;
}

.statistics {
    background: url('../images/progressbar/bg_fill_status.gif') no-repeat top left;
}

.statistics, .bg_bar, .green_bar, .right_corner, .white_bar, .bar_value {
    height: 30px;
    display: block;
}

.bg_bar {
    background: #FF5438 url('../images/progressbar/bg_fill.gif') repeat-x top left;
    width: 100%;
}

.bar_value {
    font-weight: bold;
    width: 100%;
    line-height: 28px;
    text-align: center;
    color: #333;
}

.right_corner {
    width: 30px;
}

.white_bar, .bar_value {
    margin-top: -30px;
}

.right_corner {
    background: url('../images/progressbar/bg_fill_status_right2.gif') no-repeat top right;
    width: 100%;
}

.green_bar {
    background: #88CC00 url('../images/progressbar/bg_fill_bar.png') repeat-x top left;
    border-right: 1px solid #FFF;
}
