/*
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 : 13-nov-2015, 8:59:15
    Author     : llvila
*/

.uppercase{
    text-transform: uppercase;
}

.item_material_card{
    height: 100px;
    width: 80px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.item_material_imatge{
    height: 75px;
}

.item_material_imatge > img{
    width: 100%;
    height: 100%;
}

.item_material_text{
    font-size: 9px !important;
    margin-bottom: 0px;
    margin-top: 3px;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

.min-contingut{
    min-height: 400px;
}