/*
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/Nov/2015, 17:33:08
    Author     : Pedro Rodrigues
*/

.container{
    margin-top: 145px;
    margin-bottom: 45px;
}

.container > h3{
   color: #660000;
   font-weight: 400;
   font-size: 20px;
}
.container > span > h3{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
    border-bottom: 1px dotted #c2c2c2;
    color: #990000;
    line-height: 50px;
}
/*.container > h3:first-child{
    border-bottom: 1px solid #004712;
    color: #004712;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 40px;
}*/
.container > p, .container > span{
    font-size: 18px; 
    line-height: 1.5em;
    color: #666;
}
.container > ul{
    list-style-type: none;
    margin: 0;
    margin-top: -35px;
    line-height: 10px !important;
    padding: 0;
    font-size: 16px; 
    color: #999;
}
.container > ul > li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}