﻿  
        .insideIntroduction {
            border-top: 1px solid #d9dee4;
            border-bottom: 1px solid #d9dee4;
            padding: 23px 0;
            text-align: center;
            line-height: 25px;
            font-size: 17px;
        }

        .dailyAnalysisCategories {
            padding: 15px 0 20px;
            position: relative;
        }
        .dailyAnalysisCategories .sectionContent:first-child {
            margin-right: 2%;
        }
        .dailyAnalysisCategories .sectionContent {
            width: 49%;
        }

        .sectionContent {
            float: left;
        }
        .sectionHead {
            margin-bottom: 5px;
            float: left;
            width: 100%;
        }
        .sectionWrap {
            background: #fff;
            border-top: 2px solid #2fbbff;
            padding: 20px;
            float: left;
            width: 100%;
        }
        .caItem {
            float: left;
            width: 100%;
            margin-bottom: 10px;
            border-bottom: 1px solid #d9dee4;
        }
        .caItem a {
            display: block;
            position: relative;
            padding-left: 55px;
            padding-bottom: 10px;
            float: left;
        }

        .caItem a:before {
    font-family: 'analysisIcon';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 25px;
    line-height: 27px;
    color: #a6b4c6;
}
        .sp500:before {
    content: '\e933';
}
        a.sp500:before {
    font-size: 20px;
}
.ger30:before {
    content: '\e97a';
}
        a.ger30:before {
    font-size: 10px;
}
        .bitcoin:before {
    content: "\e979";
}
        .crudeOil:before {
    content: '\e92c';
}
        .gold:before {
    content: '\e92b';
}
        .audUsd:before {
    content: '\e936';
}
        .eurGbp:before {
    content: "\e976";
}
        .usdJpy:before {
    content: '\e934';
}
        .gbpUsd:before {
    content: '\e935';
}
        .eurUsd:before {
    content: '\e938';
}