﻿body {
    background: #fff;
    color: #363e50;
    max-width: 100%;
    min-width: 320px;
    }
.mr_social_Container {
    left: 50%;
    top: 352px;
    margin-left: -395px;
}
.infographic_dialogpanel {
    max-width: 750px;
    margin: auto;
    left: 50px;
    padding-right: 50px;
    position: relative;
}
#MR_GlobalMain {
    max-width: 750px;
    margin: 0 auto;
          
}
.mrw_containerInfographic{
    max-width:100%;
}
h1{
    color: #4c5157;
    font-family: 'Lato',Arial,Helvetica,Sans-Serif;
    font-size: 32px;
    line-height: 36px;
    padding: 16px 0px;
    text-align: center;
    font-weight: lighter;
}
.InfographicImg {
    width: 100%;
}
.InfographicColumn {
    text-align: center;
    font-family: "Lato" ,Arial,Helvetica,sans-serif;
    color: #4c5157;
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
    padding-right: 70px;
}
.MainContentHolder_line {
    border-top: 1px solid #CCC;
    max-width: 120px;
    margin: 20px auto;
}
.InfographicImageContainer {
    -moz-box-shadow: 3px 6px 19px 10px rgba(0,0,0,.11);
    -webkit-box-shadow: 3px 6px 19px 10px rgba(0,0,0,.11);
    -o-box-shadow: 3px 6px 19px 10px rgba(0,0,0,.11);
    box-shadow: 3px 6px 19px 10px rgba(0,0,0,.11);
}
.mr_social_Container
{
    background: none repeat scroll 0 0 rgba(255,255,255,.6);
    cursor: pointer;
    display: inline-block;
    width: 50px;
    vertical-align: middle;
    z-index: 10;
    position: fixed;
    padding: 5px 0;
    margin-top: -65px;
    left: 50%;
    top: 352px;
    margin-left: -395px;
}
.mr_social_header
{
    padding: 2px 0;
    text-align: center;
}
.mr_social_content
{
    text-align: center;
}
@media only screen and (max-width : 780px) {
    .mr_social_Container{
        left: 0px;
        margin-left: 0px;
    }
    .InfographicColumn {
        padding-right: 50px;
    }
}
    @media screen and (max-width: 500px){
    h1{
        font-size:26px !important;
    }
}