.pps_button {
    text-align:center;
}

.pps_block {
    min-height:200px;
}
.pps_module {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    margin-top: 2rem;
    background: #fff;
    width:100%;
    padding: 1.25rem 1.875rem;
    font-size:13px;
}
.pps_title {
    text-transform:uppercase;
    border-style: none none solid none;
    border-width: 1px;
    width:99%;
}

.pps_data_titles {
    font-weight: bold;
}

.pps_block_data {
    float:left;
    line-height:120%;
    width:49%;
    display:block;
}

.pps_data {
    font-weight: bold;
    color:#3eb3dd;
}
.pps_firstblock {
    width:100%;
    display:block;
}
.pps_secondblock {
    width:100%;
    display:block;
    min-height:340px;
}

.pps_graph_block {
    width:100%;
}

.placeholder_psproductstats_piestatsFlotPlaceholder {
    height:200px;
    width:50%;
    float:left;
}

.pps_line_separator{
    float:left;
    height:1px;
    background:#b6bac1;
    border-bottom:1px solid #b6bac1;
    width:100%;
}

.pps_cat_title {
    text-transform:uppercase;
    font-weight: bold;
    color:#3eb3dd;
}
#pps_date_data {
    min-height:200px;
    display:block;
}

.pps_daterangepicker {
    padding-top : 30px;
}