@media only screen and (min-width: 0) {
    main {}
    div.mainBlock_odd {
        width: 100%;
        float: left;
        margin-top: 1.5em;
    }
    div.mainCenter_odd {}
    div.mainLeft_odd {}
    div.mainLeftBtm_odd {}
    div.mainRight_odd {}
    a.titleReadMore_odd {}
    a.readMore_odd {
        float: right;
        font-size: .8em;
        color: rgb(22, 144, 65);
    }
    a.titleRssIcon_odd {}
    a.rssIcon_odd {
        float: left;
    }
}
@media only screen and (min-width: 1000px) {
    div.mainCenter_odd div.textList_odd {
        width: calc(50% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }
}
