#icons tr td {
    width: 33vw;
}
.awesome_spacer {
    margin-top: 25px;
}
.facebook_prof {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-top: 14px;
    display: block;
}
.facebook_prof a {
    display: block;
}
div#awesome_settings {
    width: 65%;
    float: left;
}
.fuse_social_tabs {
    background: #fc5c3c;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.my-social-connections {
    text-align: center;
}
.donate-btn{
 max-width: 100%;
    width: 180px;   
}
.version_fuse_top_head {
    background: #fff;
    padding: 20px;
    font-size: 19px;
    text-align: center;
    margin-bottom: -28px;
}
h2.top_header_fuse {
    color: #e94a2a;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}
.ver-numb {
    color: #e94a2a;
    text-transform: uppercase;
    font-size: 16px;
}
form#fuse_social_form {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.57);
    margin-top: -25px;
}
.fuse_social_tabs {
    border: 4px solid #e94a2a;
}
form#fuse_social_form {
    border: 5px solid #e94a2a;
}
.awesome_tabs {
    width: 150px;
    text-align: center;
    background: #e35438;
    color: white;
    padding: 17px 20px;
    font-weight: bold;
    border-radius: 0px;
    display: inline-block;
    font-size: 18px;
    border: none;
}
#tab_awsome_links,
#tab_awsome_settings {
    outline: 0;
}
.successModal {
    display: block;
    position: fixed;
    top: 45%;
    left: 25%;
    width: 300px;
    height: auto;
    padding: 5px 20px;
    border: 3px solid #0087B7;
    background-color: #00a;
    z-index: 1002;
    overflow: auto;
    color: white;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 5px 5px 10px #cfcfcf;
    -webkit-box-shadow: 5px 5px 10px #cfcfcf;
}
.awesome_description {
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
}
.awesome_description input[type="radio"] {
    vertical-align: top !important;
}
#awesome_settings {
    padding: 25px;
    margin-top: 18px;
}
.my-social-connections {
    width: 30%;
    float: left;
    padding-top: 50px;
}
.clear-scale {
    clear: both;
}
.my-social-connections .twitter {
    padding-top: 15px;
    text-align: center;
}
div#awesome_links {
    width: 70%;
    float: left;
}
input.button-primary.fuse-social-submit {
    background: #fc5c3c;
    border: 0;
    width: 200px;
    height: 55px;
    font-size: 17px;
}
.loading-cover-pi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.86);
}
img#fuse_social_load {
    max-width: 100%;
    display: block;
    margin: 80px auto;
}
.update_ssc.notice.notice-warning.is-dismissible {
    background: #F44336;
    color: #fff;
    padding: 8px;
}
#icons tr td {
    display: block;
    width: 100%;
}

table#icons {
    display: block;
}

table#icons tbody {
    display: block;
}

table#icons tr {
    display: block;
}

table#icons i.fa {
    background: #fc5c3c;
    color: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
}

table#icons label {
    font-weight: bold;
    padding-left: 5px;
}

table#icons input {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    border: 1px solid #ccc;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

table#icons hr {
    display: none;
}

table#icons {
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 1px 1px 10px #ccc !important;
    padding: 20px;
    border-radius: 10px;
}


.update_ssc.notice.notice-warning.is-dismissible a {background: #fff;color: #f7412d;padding: 10px 10px;text-decoration: none;border-radius: 6px;}

.update_ssc.notice.notice-warning.is-dismissible p {
    font-size: 14px;
}