/*
Theme Name:   OnePressChildTheme
Description:  My Child Theme
Author:       Aderito Grilo
Author URL:   http://cosilux.lu
Template:     onepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  onepresschildtheme
*/

/* Write here your own personal stylesheet */

/* DIV BAS DE PAGE */
.outer-div
{
     position: absolute;
     bottom: 0px;
     width: 100%;
}
.inner-div
{
     margin: 0 auto;
     width: 100%;
     height: 25px;
     background-color: #ccc;
}