.social_stting {
    padding: 0;
    margin: 30px 0;
}

    .social_stting .social_stsec {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }

        .social_stting .social_stsec h2 {
            color: #595757;
            font-size: 22px;
            line-height: 30px;
            padding: 0;
            margin: 0;
            font-weight: bold;
        }

        .social_stting .social_stsec .stsec_header {
            color: #595757;
            font-size: 14px;
            line-height: 20px;
            padding: 0 0 14px;
            margin: 0;
        }

        .social_stting .social_stsec .social_links {
            padding: 0;
            display: inline-block;
        }

            .social_stting .social_stsec .social_links li {
                float: left;
                width: 40px;
                padding: 0;
                margin: 0 13px 0 0;
                text-indent: -9999em;
            }

                .social_stting .social_stsec .social_links li:nth-last-child(1) {
                    margin: 0;
                }

                .social_stting .social_stsec .social_links li a {
                    float: left;
                    width: 40px;
                    height: 40px;
                    padding: 0;
                }

                    .social_stting .social_stsec .social_links li a.facebook {
                        background: url(../images/ysi-sprite.png) no-repeat 0 -32px;
                    }

                    .social_stting .social_stsec .social_links li a.twitter {
                        background: url(../images/ysi-sprite.png) no-repeat -42px -32px;
                    }

                    .social_stting .social_stsec .social_links li a.linkedin {
                        background: url(../images/ysi-sprite.png) no-repeat -86px -32px;
                    }

                    .social_stting .social_stsec .social_links li a.gplus {
                        background: url(../images/ysi-sprite.png) no-repeat -129px -32px;
                    }

        .social_stting .social_stsec h3 {
            color: #000;
            font-size: 21px;
            line-height: 24px;
            font-family: "Proxima_Nova_Sbold";
            padding: 0 0 10px;
            clear: both;
            margin: 0;
        }

        .social_stting .social_stsec table {
            margin: 0 0 20px;
        }

            .social_stting .social_stsec table tr {
            }

                .social_stting .social_stsec table tr td {
                    text-align: center;
                }

                .social_stting .social_stsec table tr:nth-child(even) {
                    background: #f5f5f5;
                }

        .social_stting .social_stsec input[type="text"] {
            width: 160px;
            height: 32px;
            border: solid 1px #ccc;
            float: left;
            outline: none;
            color: #b5b5b6;
            font-size: 14px;
            line-height: 24px;
            border-radius: 6px;
            padding: 0 10px;
            margin: 0 20px 20px 0;
        }

        .social_stting .social_stsec select {
            width: 300px;
            height: 100px;
            border: solid 1px #ccc;
            float: left;
            outline: none;
            color: #b5b5b6;
            font-size: 14px;
            line-height: 24px;
            border-radius: 6px;
            padding: 0 10px;
            margin: 0 0 20px;
        }

        .social_stting .social_stsec .social_btn {
        }

            .social_stting .social_stsec .social_btn .Getbtn {
                color: #fff;
                width: 440px;
                max-width: 100%;
                height: 60px;
                background: #8dc552;
                font-size: 27px;
                padding: 10px 0 0 25px;
                text-align: left;
                position: relative;
                margin: 30px 0 20px;
                display: inline-block;
            }

                .social_stting .social_stsec .social_btn .Getbtn:after {
                    content: "";
                    position: absolute;
                    background: url(../images/ysi-sprite.png) -64px 0;
                    right: 12px;
                    top: 16px;
                    height: 25px;
                    width: 25px;
                }

            .social_stting .social_stsec .social_btn .GetbtnDisabled {
                color: #fff;
                width: 440px;
                max-width: 100%;
                height: 60px;
                background-color: gray;
                font-size: 27px;
                padding: 10px 0 0 25px;
                text-align: left;
                position: relative;
                margin: 30px 0 20px;
                display: inline-block;
            }

                .social_stting .social_stsec .social_btn .GetbtnDisabled:after {
                    content: "";
                    position: absolute;
                    background: url(../images/ysi-sprite.png) -64px 0;
                    right: 12px;
                    top: 16px;
                    height: 25px;
                    width: 25px;
                }

@media screen and (max-width: 1023px) {

    .social_stting {
        margin: 70px 0 30px;
    }

        .social_stting .social_stsec {
            text-align: center;
        }

            .social_stting .social_stsec h2 {
                text-align: center;
            }
}

.report-limit-exceeded {
    font-size: 14px;
    padding: 0px 10px 0px 10px;
}


.socialSettingContainer {
  float: left;
  padding: 0 0 10px;
  margin: 0 20px 0 0;
  text-align: center;
  clear: both;
}

span.ng-binding {
  display: block;
}

i.social-logo {
  display: inline-block;
  text-align: center;
}

a.underlineLink {
  text-align: center;
  display: block;
  font-family: "Proxima_Nova_Sbold";
}

i.fa-envelope {
  margin: 0 10px 0 0;
}

.back-white {
    float: left;
    padding: 0 0 10px;
    width: 100%;
}

.back-white table{
    width: 100%;
    float: left;
}

.back-white table tr td{
    border-right: solid 1px #fff;
}

.back-white table tr:first-child{
    background: #ccc;
}

.back-white table tr:first-child td{
    font-size: 15px;
    font-family: "Proxima_Nova_Sbold";
    padding: 4px 0;
}

.back-white table tr td{
    text-align: center;
}

.back-white table tr:nth-child(3n) td{
    background: #efefef;
}
