﻿
.featuredUserWorkout
{
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.shadedBox
{
    width: 62px;
    height: 77px;
    text-align: center;
    border-top: solid 2px rgba(230,230,230,0.5);
    border-left: solid 2px rgba(230,230,230,0.5);
    background: rgba(215,215,215,0.5);
    border-bottom: solid 2px rgba(200,200,200,0.5);
    border-right: solid 2px rgba(200,200,200,0.5);
}
.phoneImage
{
    margin: 2px 0px;
    height: 70px;
    max-width: 60px;
}
.stats
{
    padding: 0;
}

.stats-label
{
    float:left;
    color: #cccccc;
}
.stats-value
{
    margin-left:2px;
    margin-right:15px;
    float:left;
    font-size: 12px;
    font-weight:bold;
    color:#fff;
}

#toggleCW
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 130px;
    text-align: center;
}
/* Featured Workout Maps Grid */
#maps-list
{
    float: none;
    clear: both;
    width: 940px;
    height: 200px;
}
#maps-paged-list
{
    float: none;
    clear: both;
    width: 920px;
}
#maps-page-control
{
    float: none;
    width: 920px;
    clear: both;
}
#maps-page-prev
{
    float: left;
    margin: 0 10px 10px 10px;
}
#maps-page-next
{
    float: right;
    margin: 0 10px 10px 10px;
}
.map-workout
{
    margin: 10px;
    float: left;
    /*width: 143px;
    height: 143px;*/
}

