/*1 Article per line layout*/
article {
    float: left;
    padding: 20px;
    width: 100%;
    background-color: rgb(fc, e9, e2);
    /*background-color: rgb(214, 231, 253);*/
    font-family: Helvetica;
    text-align: center;
    font-size: 0.9em;
}

/*2 Article per line layout*/
#article_1_2 {
    float: left;
    padding: 2px;
    background-color: rgb(fc, e9, e2);
    /*background-color: rgb(24, 70, 131); */
    font-family: Helvetica;
    text-align: center;
}
#article_2_2{
    float: left;
    padding: 1px;
    background-color: rgb(fc, e9, e2);
    /*background-color: rgb(13, 14, 15);*/
    font-family: Helvetica;
    text-align: left;
}

/*3 Article per line layout*/
#article_1_3 {
    padding: 2px;
    background-color: rgb(fc, e9, e2);
    /* background-color: rgb(214, 231, 253); */
    font-family: Helvetica;
    text-align: center;
}
#article_2_3{
    padding: 2px;
    background-color: rgb(fc, e9, e2);
    /* background-color: rgb(253, 214, 214); */
    text-align: center;
}

#article_3_3{
    padding: 2px;
    background-color: rgb(fc, e9, e2);
    /*background-color: rgb(214, 231, 253);*/
    font-family: Helvetica;
}

/**********************************************************************+*/
/*4 Article per line layout*/
#article_1_4 {
    float: left;
    padding: 2px;
    background-color: rgb(fc, e9, e2);
    /*background-color: rgb(24, 70, 131); */
    font-family: Helvetica;
    text-align: center;
}
#article_2_4{
    float: left;
    padding: 1px;
    background-color: rgb(fc, e9, e2);
    /*background-color: rgb(13, 14, 15);*/
    font-family: Helvetica;
    text-align: left;
}
#article_3_4{
    float: left;
    padding: 1px;
    background-color: rgb(fc, e9, e2);
    /*background-color: rgb(13, 14, 15);*/
    font-family: Helvetica;
    text-align: left;
}
#article_4_4{
    float: left;
    padding: 1px;
    background-color: rgb(fc, e9, e2);
    /*background-color: rgb(13, 14, 15);*/
    font-family: Helvetica;
    text-align: left;
}
