/*
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 : Sep 14, 2015, 2:07:10 PM
    Author     : fabio.pinton
*/



#allNews {
    width: 100%;
}

.displayNews 
{
    display: inline-table
}

#rssViewer {

}


.mainNews {
    width: 65%;
    margin: 10px;
}

.sideNews {
    width: 20%;
    margin: 10px;
}



.sideImgNews img {
    width: 98%;
    margin: 5px;
}

.newsBox {
   overflow: auto;
   width: 45%;
   display: inline-table;
   text-align: left;
}


.imgNews img {
     max-width: 150px;
    max-height: 120px;
    margin: 20px 20px 40px 0px;
}


.textNews {
   
   
}


.imgNews {

    float: left;
}

.pubDate{
            font-size: 14px;
    color: #999999;
    text-align: left;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
}

.titleNews {
        font-size: 18px;
    color: #555555;
    text-align: left;
     min-width: 300px;
     margin: 5px 20px 0px 0px;
         font-weight: bold;
         text-decoration: underline;
         cursor: pointer;
        
}


.descNews {
            font-size: 14px;
    color: #999999;
    text-align: left;
     min-width: 300px;
     margin: 15px 20px 0px 0px;
        
}

.continueNews {
    font-size: 16px;
    color: #999999;
    text-align: left;
     min-width: 300px;
     margin: 20px;
      font-weight: bold;
      cursor: pointer;
      text-align: right;
      display: none;
}


.titleTestata {
    margin-top: 25px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

#searchcontrol {

    text-align: left;
    font-size: 14px;
}


.google 
{
     display: none;
}

@media screen and (max-width: 1280px) { /* Specific to this particular image */

.sideNews .newsBox {
   overflow: auto;
   width: 90%;
   display: inline-table;
}

    
}


@media screen and (max-width: 1024px) { /* Specific to this particular image */


.sideNews .newsBox {
   overflow: auto;
   width: 90%;
   display: inline-table;
}

.mainNews .newsBox {
   overflow: auto;
   width: 90%;
   display: inline-table;
}

.mainNews {
    width: 50%;
    margin: 10px;
}

.sideNews {
    width: 25%;
    margin: 10px;
}

    
}





@media screen and (max-width: 800px) { /* Specific to this particular image */

    .sideNews {
          width: 95%;
    margin: 10px;
    }    
    
    .mainNews {
                  width: 95%;
    margin: 10px;
    }
    
    
.newsBox {
   overflow: auto;
   width: 95%;
   display: inline-table;
}

    
}