﻿.cd .thiss1 a{color:#e8340c}
#NodeText ol{display:block;
    clear: both;
    padding: 0 40px;}
#NodeText ol li{height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom:16px;}
#NodeText ol li em{width: 30px;
    height: 30px;
    background: #efae8e;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-weight: 500;}
    
@media (max-width: 780px) {
    .cols li{
        min-width: 100% !important;
    }
    .cols li #NodeTitle a{
        font-size: 18px !important;
    }
    .cols li #NodeTitle .self{
        color:#ff1a00
    }
    
    article #NodeTitle a.self::before{
        background:transparent !important;
    }
    #NodeText ol li{
        height:auto;
    }
}
