.innertext{
    /*border:2px solid #28a144;*/
    border:2px solid #ffcc00;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    /*color: #28a144;*/
    color:#ffcc00;
    font-size:1em;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
    -webkit-box-shadow: 0px 8px 14px 0px rgba(220,220,220,1);
    -moz-box-shadow: 0px 8px 14px 0px rgba(220,220,220,1);
    box-shadow: 0px 8px 14px 0px rgba(220,220,220,1);
}
.innertext article.text{
    margin-bottom:0px;
}
.innertext article.text .headline{
    /*border-bottom:2px solid #28a144;*/
    border-bottom: 2px solid #ffcc00;;
}
.innertext article.text .headline{
    padding:0;
    margin:0;
}
.innertext article.text .headline .h{
    font-weight:bold;
    font-size:2.2em;
}
.innertext article.text p{
    color: #555555;
    font-size:1.3em;
    margin-bottom:0px;
    padding-left:25px;
    padding-right:25px;
}
.innertext article.text p:first-of-type{
    padding-top:25px;
}
.innertext article.text p:last-of-type{
    padding-top:25px;
}
.innertext article.text p span.bigsize{
    font-weight:bold;
    font-size:1.9em;
}