body {
    color: #000;
    font: 10pt Arial, sans-serif;
    margin: 0;
}

.circle {
    background-color: #595857;
    border-radius: 5px;
    display: block;
    float: left;
    height: 25px;
    width: 25px;
}
.circle:hover { background-color: #999 !important }
.padding { margin-left: 5px }
#circle-facebook { background-color: #3b5998 }
#circle-twitter { background-color: #00aced }
#circle-google { background-color: #dd4b39 }
/*#circle-linkedin { background-color: #007bb6 }*/

.redbutton {
    background-color: #f81f1f;
    border-radius: 6px;
    border: 4px solid #f81f1f;
    color: #fff;
    font-size: 9pt;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    width: 213px;
}
.redbutton a:hover {
    text-decoration: none !important;
}

#sharing #features a {
    margin-right: 10px;
    text-decoration: none;
}

#sharing .clear { clear: both }
#sharing .left { float: left }
#sharing .right { float: right }
#sharing .photo {
    border: 1px solid #d8d7d2;
    height: 55px;
    width: 55px;
}
#sharing {
    background-color: #000;
    border: 1px solid #000;
    display: none;
    font-size: 9pt;
    left: 0;
    /*opacity: 0.93;*/
    position: absolute;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.sharingVisible{
  display: flex;
}

#sharing #sharing-close {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 10px 0 0;
    text-decoration: none;
}
#sharing #sharing-close:hover { text-decoration: none !important }
#sharing label {
    color: #666;
    font-size: 12px;
}
#sharing #sharingContainer {
    background-color: #fff;
    border: 4px solid #555;
    border-radius: 5px;
    box-shadow: #383838 0 1px 7px 1px;
    height: 200px;
    padding: 10px;
    position: relative;
    width: 500px;
}
#sharing #features { margin-bottom: 3px }
#sharing .active {
    border-bottom: 2px solid #f00;
    color: #000;
    font-weight: bold;
}
#sharing .active, #sharing .active:hover { text-decoration: none !important }
#sharing #embed,#sharing #email { display: none }
#sharing #embed #custom { display: none }
#sharing #sharingWidth,#sharing #sharingHeight { width: 50px }

#sharing #link-code,#sharing #sharingName {
    font-size: 12px;
    padding: 2px;
}
#sharing textarea {
    font-size: 12px;
    height: 50px;
    width: 100%;
}
#sharing input[type=text] { width: 100% }
#sharing .current-time {
    font-size: 12px;
    width: 40px;
}
#sharing #embed-code {
    font-size: 12px;
    margin-top: 5px;
}

#sharing #social {
    float: right;
    margin-top: -5px;
}
#sharing #time { margin-top: 5px }

#block-cta #contact {
    float: left;
    font-size: 12px;
    margin-left: 7px;
    width: 150px;
}
#block-cta #from {
    float: left;
    font-size: 12px;
    width: 151px;
}
