/*
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/Jun/2015, 18:42:35
    Author     : Pedro Rodrigues
*/

.staticPageWrapperBox{
    width: inherit; 
    min-height: 210px; 
    margin-top: 125px; 
    margin-bottom: 50px;
    float:left;
    box-sizing: border-box;
}

.staticPageWrapperBox > h3{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 15px;
    
}
.staticPageWrapperBox > h3:first-child{
    border-bottom: 1px solid #669933;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 40px;
}
.staticPageWrapperBox > p, .staticPageWrapperBox > span{
    font-size: 18px; 
    line-height: 1.5em;
    color: #999;
}
.staticPageWrapperBox > span > ul{
    list-style-type: none;
    margin: 0;
    margin-top: -35px;
    line-height: 10px !important;
    padding: 0;
    font-size: 16px; 
    color: #999;
}
.staticPageWrapperBox > span > ul > li{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
@media only screen and (max-width: 1023px){
/*    .container{
        margin-top: 115px !important;
    }*/
}