/* 
    Created on : Sep 14, 2017, 4:38:57 PM
    Author     : S.Albright
*/

/*RSS Feed Classes*/
    .tsg-rwd-rssNotifications{
    display: inline-block;
    /*float:left;*/
    background-color:#FCE68E;
    width: 94%;
    padding: 1% 2% 1% 2%;
    float:left;
    font-family: 'robotocondensed-regular-webfont';
    font-size: 100%;
}

.tsg-rwd-rssNotifications-header-left {
    float: left;
    background-color: #F2CD54;
    font-family: 'oswald_regular';
    width: 22%;
    padding: 0% 1% 0% 2%;
    height:60px;
    font-size:100%;
}
.tsg-rwd-rssNotifications-header-right {
    float: left;
    background-color: #F4D97E;
    font-family: 'oswald_regular';
    width: 71%;
    padding: 0% 1% 0% 1%;
    height:60px;
    font-size:100%;
}

.rlmargin {
    margin-bottom:20px;
    margin-top:20px
}
.tmargin {
    margin-top:10px
}
.lmargin {
    margin-left:20px;
}
.rssarchieve {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}
.category-item-content0,.category-item-content1,.category-item-content2,.category-item-content3,.category-item-content4 {
        display:none;
    }
@media screen and (min-width: 413px) and (max-width: 785px){
    /*RSS Feed Classes*/

.tsg-rwd-rssNotifications-header-right {
    float: left;
    background-color: #F4D97E;
    font-family: 'oswald_regular';
    width: 68%;
    padding: 0% 5px 0% 5px;
    height:60px;
    font-size:90%;
}
.tsg-rwd-rssNotifications{
    display: inline-block;
    background-color:#FCE68E;
    width: 93%;
    padding: 0% 5px 0% 5px;
    font-family: 'robotocondensed-regular-webfont';
    font-size:90%;
}

.tsg-rwd-rssNotifications-header-left {
    float: left;
    background-color: #F2CD54;
    font-family: 'oswald_regular';
    width: 23%;
    padding: 0% 5px 0% 5px;
    height:60px;
    font-size:90%;
}
}

@media screen and (min-width: 80px) and (max-width: 412px){
/*RSS Feed Classes*/
.tsg-rwd-rssNotifications{
    display: inline-block;
    background-color:#FCE68E;
    width: 93%;
    padding: 1% 2% 1% 2%;
    font-family: 'robotocondensed-regular-webfont';
    font-size:88%;
}

.tsg-rwd-rssNotifications-header-left {
    float: left;
    background-color: #F2CD54;
    font-family: 'oswald_regular';
    width: 23%;
    padding: 0% 5px 0% 5px;
    height:70px;
    font-size:90%;
}
.tsg-rwd-rssNotifications-header-right {
    float: left;
    background-color: #F4D97E;
    font-family: 'oswald_regular';
    width: 68%;
    padding: 0% 5px 0% 5px;
    height:70px;
    font-size:90%;
}	
}

