/* 
    Document   : pro
    Created on : 04.01.2015, 17:51:43
    Author     : Miha
    Description:
        Purpose of the stylesheet follows.
*/

.packages-list .pro-package{
    margin: 3px 5px;
    padding: 15px 5px 5px 5px;
    border-radius: 4px;
    background-color: #d9edf7;
    border: solid 1px #bce8f1;
    cursor: pointer;
}
    .packages-list .pro-package:hover{
        background-color: #eafef8;
        border-color: #888ce6;        
    }

