.ncoi---button {
    background-color: green;
    color: white !important;
}
a[href*="http://"]:after {
    content:"➚"
}
#contao-debug {
    display:none;
}
body {
    width:100%;
    font-family:Lato;
    overflow-x:hidden;
}
body:before {
    width:100%;
    height:240px;
    left:0;
    top:0;
    position:absolute;
    display:block;
    background-color:#85C12A;
    content:'';
}
body.debug-closed {
    margin-bottom:0;
}
#wrapper {
    width:1200px;
    display:block;
    margin:0 auto;
    overflow-x:hidden;
}
#header,
#footer,
#container {
    width:100%;
    float:left;
    display:block;
}
.mod_article {
    float:left;
    display:block;
}
