﻿body {
}

#infograhics-section > div > div {
    margin-bottom: 37px;
    font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
}

/*.infographics-header {
    width: 100%;
    height: 150px;
    float: left;
    background-color: gray;
    text-align: center;
    margin-bottom: 20px;
    background-image: url('../Images/Infographics/footerbg.png');
    background-repeat: no-repeat;
}

    .infographics-header > div {
        height: 100%;
        width: 100%;
        display: table;
    }

        .infographics-header > div > p {
            vertical-align: middle;
            display: table-cell;
            color: yellow;
            font-family: 'Segoe UI Light','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
            font-size: 30px;
            text-transform: uppercase;
        }

.infographics-info {
    margin-bottom: 20px;
}*/

.infographics-info p {
    font-size: 20px;
    text-align: justify;
}

.infographics-image {
    width: 100%;
    text-align: center;
    /*margin-bottom: 20px;*/
}

/*.infographics-detail {
    margin-bottom: 20px;
}*/

.infographics-detail > h2 {
    font-weight: 900;
    font-size: 25px;
    /*font-family: 'Segoe UI Light','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;*/
    text-transform: uppercase;
}

.infographics-detail > ul li {
    font-size: 20px;
    /*font-family: 'Segoe UI Light','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;*/
    background: url(../Images/tick-13px.png) no-repeat;
    background-position: 0px 15px;
    line-height: 2;
    padding-left: 25px;
    color: #454545;
}

.infographics-author {
    /*margin-bottom: 20px;*/
    width: 100%;
    height: 200px;
}

    .infographics-author .jHtmlArea {
        float: none;
        width: 95% !important;
    }

    .infographics-author .ToolBar {
        display: none !important;
    }

    .infographics-author > div {
        float: left;
        width: 49%;
    }

        .infographics-author > div:nth-child(1) {
            border-right: 1px solid gray;
        }

.rounded-corner {
    border-radius: 10px;
    border: 2px solid #330000;
    width: 85px;
}

.infographics-author div table tr td {
    padding: 10px;
}

    .infographics-author div table tr td:nth-child(1) {
        width: 20%;
    }

    .infographics-author div table tr td h4,
    .infographics-author div table tr td p,
    .infographics-author div table tr td h5 {
        margin: 5px 0px;
    }

    .infographics-author div table tr td h4 {
        text-transform: uppercase;
        font-weight: 400;
    }

    .infographics-author div table tr td p {
        font-weight: 600;
        font-size: 18px;
    }

    .infographics-author div table tr td h5 {
        font-weight: 400;
        font-size: 15px;
        color: #808080;
        text-align: justify;
    }

.infographics-product {
    padding: 28px;
    background-color: #1d69b1;
}

    .infographics-product a {
        font-size: 18px;
        color:#00c0ff;
        text-decoration: none;
        font-weight: 900;
    } 

    .infographics-product div img {
        width: 550px;
        height: 390px;
    }

    .infographics-product div:nth-child(1) {
        /*width: 10%;*/
        float: left;
    }

    .infographics-product div:nth-child(2) {
        padding-left: 570px;
    }

    .infographics-product div h2 {
        font-size: 20px;
        color: white;
    }

    .infographics-product div p {
        font-size: 18px;
        color: white;
        text-align: justify;
    }

    .infographics-product div div,
    .office365-solution-ebook-container div {
        padding: 10px;
        margin: 15px 0px;
        font-size: 20px;
        border-radius: 10px;
        background-color: white;
        text-align: center;
        border: 2px solid white;
        color: black;
        cursor: pointer;
    }

        .infographics-product div div:hover,
        .office365-solution-ebook-container div:hover {
            background-color: #1d69b1;
            color: white;
        }

        .infographics-product div div a,
         .office365-solution-ebook-container div a{
            color: white;
            text-decoration: none;
            color: inherit;
            font-weight: 600;
        }
