#errormessage {
    color: mediumvioletred;
}

textarea {
    width: 100%;
    min-height: 200px;
}

#myh_social_sharing_options table {
    width: 60%;
}

#myh_social_sharing_options th {
    text-align: left;
}

#myh_social_sharing_options select {
    width: 200px;
}

#myh_social_sharing_options input {
    width: 100%;
}

#myh_social_sharing_options .adminbutton {
    width: 200px;
}


.pagecalccontainersocialsharing {
    overflow: hidden;
    margin: auto;
    /*max-width: 640px;*/
    background-color: transparent;	
    /*margin-top: -60px;*/
    margin-bottom: 50px;
}

/*@media only screen and (max-width: 640px) {
  .pagecalccontainersocialsharing {
    padding-left: 15px;
    padding-right: 15px;
  }
}*/

.myhecm-social {
    overflow: hidden;
    color: white;
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.pagecalccontainersocialsharing h3 {
    color: #2b2b2b;
    margin-bottom: -10px;
}

.myhecm-social a {
    color: white;
}

.myhecm-social a:visited {
    color: white;
}

.myhecm-social a:hover {
    color: white;
    text-decoration: underline;
}

.myhecm-link {
    padding: 7px 7px 7px 12px !important;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
    width: 24% !important;
    height: 30px;
    line-height: 20px;
}

/*@media only screen and (max-width: 640px) {
    .myhecm-link {
        width: 17%; 
    }
}*/

.myhecm-link:hover {
        cursor: pointer;
}
 
.myhecm-twitter {
    background: #00aced;
    cursor: pointer;
}
 
.myhecm-twitter:hover,.myhecm-twitter:active {
    background: #0084b4;
}
 
.myhecm-facebook {
    background: #3B5997;
}
 
.myhecm-facebook:hover,.myhecm-facebook:active {
    background: #2d4372;
}
 
.myhecm-googleplus {
    background: #27ae60;    
}
 
.myhecm-googleplus:hover,.myhecm-googleplus:active {
    background: #239e57;
}
 
.myhecm-buffer {
    background: #444;
}
 
.myhecm-buffer:hover,.myhecm-buffer:active {
    background: #222;
}
 
.myhecm-pinterest {
    background: #bd081c;
}
 
.myhecm-pinterest:hover,.myhecm-pinterest:active {
    background: #A11B20;
}
 
.myhecm-linkedin {
    background: #0074A1;
}
 
.myhecm-linkedin:hover,.myhecm-linkedin:active {
    background: #006288;
}
 
