/* 
    Created on : Sep 14, 2017, 4:38:57 PM
    Author     : S.Albright & W. Santry
*/

.rssfeeds {
    padding: 1em 1.5em 15px 1.5em;
    /* font-size: 1em; */
}

#display_title {
    margin-top: 55px;
}
/*RSS Feed Classes*/
.tsg-rwd-csi-travel-rss{
    /* width: 98%; */
}

.tsg-rwd-rssNotifications {
    background-color:#fff;
    font-family: 'robotocondensed-regular-webfont';
    font-size: 1em;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    overflow: hidden;
    border: solid #aaa 1px;
}

.tsg-rwd-rssNotifications h3{
    font-size: 1em;
}

.tsg-rwd-rssNotifications .tsg-rwd-rssNotifications-header-left {
    float: left;
    font-family: 'oswald_regular';
    font-weight: normal;
    background-color: #F2CD54;
    width: 12%;
    text-align: center;
    margin-top: 0px;
    padding-right: 1%;
    padding-left: 1%;
    padding-top: 23px;
    padding-bottom: 16px;
    height: 27px;
}
.tsg-rwd-rssNotifications .tsg-rwd-rssNotifications-header-right {
    /*float: left;*/
    font-family: 'oswald_regular';
    background-color: #F4D97E;
    font-weight: normal;
    font-size: 1.2em;
    padding: 22px 1% 18px 15%;
    width: 84%;
    margin: 0px auto;
    height: 27px;
    line-height: 1.5em;
    vertical-align: baseline;
}

.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-content20,
.category-item-content21,
.category-item-content22,
.category-item-content23,
.category-item-content24,
.category-item-content25,
.category-item-content26,
.category-item-content27,
.category-item-content10,
.category-item-content11,
.category-item-content12,
.category-item-content13,
.category-item-content14,
.category-item-content15,
.category-item-content16,
.category-item-content17,
.category-item-content01,
.category-item-content02,
.category-item-content03,
.category-item-content04,
.category-item-content05,
.category-item-content06,
.category-item-content07,
.category-item-content00
{
        display:none;
    }
@media screen and (min-width: 768px) and (max-width: 1440px){

    .tsg-rwd-rssNotifications {
        background-color: #fff;
        font-family: 'robotocondensed-regular-webfont';
        margin-bottom: 15px;
        display: block;
        width: 100%;
        overflow: hidden;
        border: solid #aaa 1px;
    }

    .tsg-rwd-rssNotifications .tsg-rwd-rssNotifications-header-left {
        font-size: .8em;
        padding-top: 24px;
        padding-bottom: 16px;
        line-height: 1.3em;
        letter-spacing: -.25px;
    }
}




@media screen and (min-width: 80px) and (max-width: 767px){

    .tsg-rwd-rssNotifications{
        background-color:#fff;
        font-family: 'robotocondensed-regular-webfont';
        border: solid #aaa 1px;
        margin-bottom: 15px;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .tsg-rwd-rssNotifications .tsg-rwd-rssNotifications-header-left {
        width: 21%;
        padding-top: 26px;
        padding-bottom: 13px;
        font-size: .9em;
        line-height: 1.3em;
        letter-spacing: -.25px;
    }

    .tsg-rwd-rssNotifications .tsg-rwd-rssNotifications-header-right {
        padding-left: 26%;
    }
}

@media screen and (max-width: 447px) and (min-width: 80px){
    .tsg-rwd-rssNotifications .tsg-rwd-rssNotifications-header-left {
        padding-top: 17px;
        padding-bottom: 22px;
        height: 27px;
        font-size: .9em;
        line-height: 1.3em;
        vertical-align:bottom;
    }
}



