/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.06.2015, 16:50:28
    Author     : user
*/



.portlet p {
    margin: 2px 0px 0px 5px;
}
.portlet ul {
    list-style: outside none none;
    padding: 0px;
    margin: 0px 0px 0px 5px;
}

.fl {
    float: left;
}
.m5 {
    margin: 5px;
}
.one-of-four {
    width: 23%;
}
.portlet {
    background:  #56ED40 linear-gradient(to bottom, #99E6B5, #85B976) repeat scroll 0% 0%;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.48);
    font-family: Arial;
    color: #FFF;
    font-size: 20px;
    padding: 5px 0px;
    border: 1px solid #1F7220;;
    text-decoration: none;
    line-height: 23px;
}
.portlet .value {
    font-size: 24px;
    font-weight: bold;
}

.one-of-two {
    width: 48%;
}