div.links input[type="submit"] {
    background: #B2CA00;
    box-shadow: 0 1px 1px 0 #bbb;
    float: left;
    padding: 7px 9px;
    color: white;
    text-decoration: none;
    border: 1px solid #92ba00;
    margin: 3px 9px 3px 1px;
    font-family: "Cuprum", "Trebuchet MS";
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    background: -moz-linear-gradient(top, #92ba00 0%, #b2ca00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92ba00), color-stop(100%, #b2ca00));
    background: -webkit-linear-gradient(top, #92ba00 0%, #b2ca00 100%);
    background: -o-linear-gradient(top, #92ba00 0%, #b2ca00 100%);
    background: -ms-linear-gradient(top, #92ba00 0%, #b2ca00 100%);
    background: linear-gradient(to bottom, #92ba00 0%, #b2ca00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92ba00', endColorstr='#b2ca00', GradientType=0);


}
.social-links {
    left: 0;
    z-index: 100000;
    position: fixed;
    top: 50%;
    margin-top: -125px;
    z-index: 33;
}
.social-links div {
    margin-bottom: 10px;
}
.social-links a {
    padding: 5px;
    display: block;
}
.social-links a i {
    font-size: 45px;
    color: #fff;
}
.social-links .yt {
    background: #E62117;
}
.social-links .fb {
    background: #4C67A1;
}
.social-links .tw {
    background: #55ACEE;
}
.social-links .in {
    background: #A57D60;
}
.short-links {
    right: 0;
    z-index: 100000;
    position: fixed;
    top: 50%;
    margin-top: -125px;
    z-index: 33;
}
.short-links div {
    margin-bottom: 10px;
}
.short-links a {
    padding: 5px;
    display: block;
}
.short-links a i {
    font-size: 45px;
    color: #fff;
}
.short-links .cal {
    background: #ec8600;
    border-radius: 9px 0 0 9px;
}

.MsoListParagraph, .MsoNormal {
 text-indent: 0 !important;  
 margin-left: 0 !important; 
}