﻿.rssincl-box *
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 110%;
    clear: both;
    
    
    
}
                    
.rssincl-box
{
    width: 298px;
    overflow-x: auto;
    border: 1px solid #808080;
    border-bottom:none;
   
}
                    
.rssincl-head
{
    padding: 5px;
   
    /*background: -webkit-linear-gradient(top, rgb(154, 232, 255) 0%, rgb(85, 167, 191) 2%, rgb(2, 125, 228) 5%, rgb(1, 87, 170) 67%, rgb(0, 50, 107) 95%, rgb(0, 46, 98) 100%); 
     background: -o-linear-gradient(top, rgb(154, 232, 255) 0%, rgb(85, 167, 191) 2%, rgb(2, 125, 228) 5%, rgb(1, 87, 170) 67%, rgb(0, 50, 107) 95%, rgb(0, 46, 98) 100%); 
     background: -ms-linear-gradient(top, rgb(154, 232, 255) 0%, rgb(85, 167, 191) 2%, rgb(2, 125, 228) 5%, rgb(1, 87, 170) 67%, rgb(0, 50, 107) 95%, rgb(0, 46, 98) 100%); 
     background: -moz-linear-gradient(top, rgb(154, 232, 255) 0%, rgb(85, 167, 191) 2%, rgb(2, 125, 228) 5%, rgb(1, 87, 170) 67%, rgb(0, 50, 107) 95%, rgb(0, 46, 98) 100%); 
     background: linear-gradient(top, rgb(154, 232, 255) 0%, rgb(85, 167, 191) 2%, rgb(2, 125, 228) 5%, rgb(1, 87, 170) 67%, rgb(0, 50, 107) 95%, rgb(0, 46, 98) 100%);*/
    border-bottom: 1px solid #808080;
    background: black;
}
                    
.rssincl-title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
                    
.rssincl-entry
{
    padding: 5px;
    background-color: #ececec;
    border-bottom: 1px solid #808080;
}
                    
.rssincl-itemtitle
{
    margin-bottom: 6px;
}
                    
.rssincl-itemtitle a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
}
                    
.rssincl-itemdesc
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
                    
.rssincl-clear
{
    clear: both;
}

.rssincl-itemdesc li, .rssincl-itemdesc ul 
{ list-style-type: none;
    }

@media only screen and (max-width: 768px) {
    .rssincl-box {
        font-family: Arial, Helvetica, sans-serif;
        text-align:left;
        margin: 0;
        padding: 0;
        line-height: 110%;
        clear: both;
       width:100%;
    }
}

@media only screen and (max-width: 440px) {
    .rssincl-box {
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        margin: 0;
        padding: 0;
        line-height: 110%;
        clear: both;
         width:100%;
    }
}

 
