/*
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 : 19.09.2017, 11:24:58
    Author     : ivan
*/
#text p {
    padding-left: 40px;
    position: relative;

}

#text p:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(/i/svg/pdf.svg) no-repeat center;
    background-size: 100%;
    margin-top: 4px;
}

#text p a:hover {
    text-decoration: underline;
}