/*
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 : 4-ott-2016, 11.27.32
    Author     : daniele.digregorio
*/

#privacyLaw {
    background-color: rgba(0, 0, 0, 0.71);
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    color: white;
    padding: 15px 30px 15px 25px;
    z-index: 10;
}

.container .row ol, .container .row ul {
    margin: 10px 0 10px 15px;
   
}

.container .row ol li, .container .row ul li {
    margin: 10px 0 10px 15px;
    list-style-type: square;
}