#sitecontainer {
    padding-bottom: 0;
}

#steponecontainer {
    padding-bottom: 10px;
}

#action-container, body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#action-container *:not(.fa) {
    font-family: 'proxima-nova', sans-serif;
}

.heading {
    margin-top: 0;
    font-weight: 300;
    font-size: 32px;
}

.container
{
    margin-top: 1em;
    margin-bottom: 1em;

    border: 1px solid #d3d3d3;
}
.container-inner
{
    border-top: 1px solid #d3d3d3;
}

.take-action-form
{
    padding-top: .5 em;
    padding-bottom: 3em;
}
.facebook-msg-warning {
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    opacity: 0.6;
    text-align: center;
    width: 100%;
}
.actions
{
    margin: 1.5em 0 1.5em 0;
    text-align: center;
}
.actions .action {
    display: inline-block;
}

.opt-ins
{
    padding: 1em;
    padding-bottom: 0;
}

#action-form {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}
#action-form input, #action-form select {
    border-color: #536269;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
}
#action-form input {
    text-align: center;
}
#action-form input:focus, #action-form select:focus {
    border-color: #bbc9d0;
    border-radius: 2px;
}

.p2a-action-txt
{
    font-weight: 600;
}
/*** Buttons ***/
.p2a-btn
{
    font-size: 1em;
    line-height: .5em;

    margin: .5em;
    padding: 1.5em;

    color: white;
    border: none;
}

.p2a-btn:active
{
    border: none;
    outline: none;
}

.p2a-btn:focus
{
    border: none;
    outline: none;
}
.p2a-btn:hover
{
    color: white;
    background-color: #81a120;
}

.p2a-btn .action-label {
    font-weight: 500;
    margin-top: 10px;
}


.action-completed .p2a-btn
{
    color: #eaeaea;
    background-color: black;
    cursor: default;
}
.action-completed .p2a-btn > i
{
    color: #eaeaea;
}

.btn
{
    background-color: #bbc9d0;
}

.btn.share
{
    vertical-align: bottom;
    color: white;
    font-size: 15px;
}
.btn.share img {
    margin-right: 7px;
}
.share-alt img {
    margin-right: 0 !important;
}


.take-action .btn
{
    margin-top: 0;
    color: white;
    background-color: #f8654d ;
}

.take-action .btn[disabled="disabled"] {
    opacity: 0.3;
}

.active-action .p2a-btn
{
    position: relative;
    background: #82352B;
    /*border: 4px solid #81a120;*/
    cursor: default;
}

.active-action .p2a-btn:after,
.active-action .p2a-btn:before
{
    position: absolute;
    top: 100%;
    left: 50%;

    width: 0;
    height: 0;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
}

.active-action .p2a-btn:after
{
    margin-left: -5px;

    border-width: 5px;
    border-color: rgba(129, 161, 32, 0);
    border-top-color: #82352B;
}
.active-action .p2a-btn:before
{
    margin-left: -11px;

    border-width: 11px;
    border-color: rgba(129, 161, 32, 0);
    border-top-color: #82352B;
}
/*** END BUTTONS ***/

.modal-dialog .message-row
{
    padding-top: 2em;
    padding-bottom: 2em;
}

.directions, .call-directions {
    font-size: 19px;
    font-weight: 700;
    line-height: 150%;
    color: #454545;
}
.directions {
    display: inline-block;
    float: left;
}
.call-preview {
    clear: both;
}
.dialog
{
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
    min-height: 400px;

    background-color: #e5eef2;
}

.campaign-description + .read-link {
    text-align: center;
    display: block;
    width: 100px;
    margin: 0px auto 2em auto;
    font-size:13px;
    font-style: italic;
}
/**
 * Make all images and iframes in campaign content responsive Minimo
 */
.campaign-description img,
.campaign-description iframe {
    max-width: 100%;
    max-height: 100%;
}
.campaign-description iframe {
    width:560px;
    height:315px;
}

.campaign-call-to-action {
    text-align: center;
    display: block;
    margin: 0px auto 1em auto;
    font-size: 20px;
}


.action-hint
{
    padding-top: .5em;
    padding-bottom: 1em;
    padding-left: 1em;
}
.tip
{
    padding: .25em 1em 1em 1em;

    background-color: #445056;
}
.tip .tip-heading
{
    font-size: 1em;
    font-weight: 700;

    color: white;
}
.tip .tip-body {
    font-size: 1em;
    font-weight: 600;
    max-height: 9.94em;  /*  lines * 1.42 line height + .5*/

    color: #95a6ae;
}
.tip .tip-body a {
    color: #FFFFFF;
}
#steptwocontainer .facebook-preview .tip .read-link {
    font-size:13px;
    font-style: italic;
    color: #FFFFFF;
}

.legislator
{
    padding: 1em;
    font-size: 15px;
    background-color: #445056;
    line-height: 130%;
    font-weight: 300;
    cursor: default;

    /* no highlight */
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.legislator .leg-unselect-container {
    padding-left: 0;
    padding-right: 0;
}
.facebook-preview .legislator {
    cusor: pointer;
}
.facebook-preview .legislator .leg-container {
    width: 100%;
}
.facebook-preview .legislator .leg-unselect-container {
    width: 18%;
}
.legislator .leg-container, .legislator .leg-info-container, .legislator .leg-with-photo-info-container, .legislator .leg-photo-container, .legislator .leg-unselect-container {
    display: inline-block;
    vertical-align: middle;
}
.legislator .leg-with-photo-info-container {
    padding-left: 5px;
    padding-right: 3px;
}
.legislator .leg-photo-container {
    padding-left: 0;
    padding-right: 0;
}

.legislator .legislator-heading
{
    vertical-align: middle;
    color: white;
    font-weight: 700;
}
.legislator .legislator-body
{
    vertical-align: middle;
    color: #8a989f;
    font-size: 13px;
}
.legislator .btn
{
    font-size: 2em;

    cursor: pointer;
    vertical-align: middle;

    color: #8a989f;
    border: 0;
    background: 0 0;

    -webkit-appearance: none;
}

.twitter-preview .legislator:nth-child(even), .email-preview .legislator:nth-child(even), .call-preview .legislator:nth-child(even) {
    background-color: #536269;
}

#intro
{
    padding: 1em 0 1em 0;
    clear: both;
}
#intro .intro-container {
    display: inline-block;
    vertical-align: middle;
}
#intro .intro-container:first-child {
    margin-right: 5px;
}
#intro .intro-icon-container {
    width: 5%;
}
#intro .intro-directions-container {
    width: 92%;
}


#message
{
    padding: 1em 0 1em 0;
}

#message .email-subject-container {
    display: none;
}
#message .email-subject-container h4 {
    font-weight: normal;
    font-size: 17px;
}
#message .email-subject-container .email-subject {
    padding-left: 6px;
}

#message .salutation {
    padding-top: 0;
}
.facebook-preview #message {
    padding-bottom: 2em;
}
#message textarea {
    height: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#message .message-row:not(:first-child) {
    margin-top: 15px;
    border-top: 1px solid #CCC;
    padding-top: 15px;
}
#message .message-row .directions {
    margin-bottom: 10px;
}
.legislators {
    text-align: left;
}
.facebook-preview .legislators
{
    padding: .5em 0 .5em 0;
}



.icon-heading
{
    display: inline-block;
    float: left;

    padding: .5em;

    color: white;
    border-radius: 5px;
    background-color: #445056;
}

.share-container
{
    padding-top: 3em;
    vertical-align: bottom;
    position: relative !important;
}
.mobile-share-container {
    padding-top: 0;
    vertical-align: top;
}
.take-action-container
{
    padding-top: 1em;
}
.share-container,
.take-action-container
{
    padding-right: 1em;
    padding-left: 1em;
}

/*** Petitions ***/
.sigs-supporters {
    color:inherit;
}
.sigs-number {
    color:inherit;
}


/*** Hint Arrows ***/
.arrow-left
{
    position: relative;

    border: 4px solid #445056;
    background: #445056;
}
.arrow-left:after,
.arrow-left:before
{
    position: absolute;
    top: 30%;
    right: 100%;

    width: 0;
    height: 0;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
}

.arrow-left:after
{
    margin-top: -15px;

    border-width: 15px;
    border-color: rgba(68, 80, 86, 0);
    border-right-color: #445056;
}
.arrow-left:before
{
    margin-top: -21px;

    border-width: 21px;
    border-color: rgba(68, 80, 86, 0);
    border-right-color: #445056;
}

.arrow-top
{
    position: relative;

    border: 4px solid #445056;
    background: #445056;
}
.arrow-top:after,
.arrow-top:before
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    width: 0;
    height: 0;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
}

.arrow-top:after
{
    margin-left: -15px;

    border-width: 15px;
    border-color: rgba(68, 80, 86, 0);
    border-bottom-color: #445056;
}
.arrow-top:before
{
    margin-left: -21px;

    border-width: 21px;
    border-color: rgba(68, 80, 86, 0);
    border-bottom-color: #445056;
}

/**** END Hint Arrows ***/


.close-dialog {
    font-weight: normal;
    opacity: 10;
    color: #CCCCCC;
}
.close-dialog i {
    color: #000000;
}
.close-dialog:hover {
    opacity: 10;
    color: #000000;
}

#actionexplanation {
    display: none;
}
#steptwocontainer {
    display: none;
}

#zip5 {
    width: 40%;
    margin: 0 auto;
}
#submitloadingcontainer {
    display: none;
 }


/* New styles from Facebook */


#campaignFacebookPreview .message-greeting {
    margin-bottom: 5px;
}

.facebook-permissions-warning {
    font-size: 12px;
    display: none;
    text-align: left;
    font-weight: 300;
    line-height: 125%;
    margin-left: 16px;
    margin-right: 12px;
}
.facebook-permissions-warning:first-of-type {
    margin-bottom: 7px;
    margin-top:15px;
}
.facebook-permissions-warning:last-of-type {
    margin-bottom:15px;
}
.facebook-permissions-icon {
    display: table-cell;
    font-size: 19px;
    vertical-align: middle;
    width:20px;
    text-align:center;
}
.facebook-permissions-text {
    display: table-cell;
    padding-left:10px;
    text-align:left;
}

.paper {
    /*background-color:#F8F8F8;*/
    background-color:#555;
    color:#FFF;
    margin:0px 32px 0px 28px;
    position:relative;
}
.paper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 26px 26px 0;
    border-style: solid;
    border-color: #390039 #c3c3c3;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0px 0px rgba(0,0,0,0.3), -2px 2px 1px rgba(0,0,0,0.2);
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}
.title {
    background-color:#a061a0;
    padding:5px 15px 5px 10px;
    color:#FFF;
    font-size:16px;
    font-weight:700;
}
.greeting {
    padding:5px 10px 0px 10px;
    font-size:13px;
}
.official-message {
    padding:0px 10px 15px 10px;
    font-size:13px;
    max-height:160px;
    overflow:hidden;
    font-family:'adobe-jenson-pro',Palatino,'proxima-nova',sans-serif;
    font-weight:300;
}
@media(max-width:600px){
    .official-message {
        font-size:14px;
    }
}

.overlay {
    background-color:#FFF;
    padding:14px;
    box-shadow:0px 0px 15px #999;
    /*border-radius:6px;*/
    border:1px solid #ccc;
    height:105px;
    z-index:9999;
}
.badge-add-message {
    position:relative;
    top:-24px;
    background-color:#a061a0;
    width:150px;
    font-size:11px;
    color:#FFF;
    font-weight:700;
    text-transform:uppercase;
    padding:4px 6px 4px 6px;
    /* 	left:11px; */
    left:1px;
    display:inline;
    border-left:2px solid #390039;
    box-shadow:1px 1px 2px #390039;
}
.badge-add-message:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -2px;
    border-width: 0px 0px 12px 12px;
    border-style: solid;
    border-color: #390039 transparent;
    display: block;
    width: 0;
    z-index: 1040;
}
.user-message {
    /*background-color:#ccc;*/
    position:relative;
    top:-15px;
    height:70px;
    font-size:15px;
    font-weight:700;
    color:#000;
    display:block;
    width:100%;
    border:none;
    resize:none;
}
.user-message:focus {
    outline: none;
}
.official-message a {
    text-decoration:none;
    color:#fff;
}
.official-message a:hover {
    text-decoration:underline;
    color:#fff;
}
.facebook-profile-link {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    background-color: #BFD0F2;
    padding: 1px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #AFC0E2;
    font-weight: 400;
}
.mce-panel {
    border:none;
    background-color:#FFF;
    background-image:none;
    background-repeat:none;
    height:82px;
    top:-20px;
    overflow: hidden;
}
#tinymce p {
    font-size:15px;
    font-family:proxima-nova,'proxima-nova','proxima nova',sans-serif;
    font-weight:700;
    color:#000;
    margin-top:4px;
    margin-bottom:4px;
    line-height:130%;
}
.official-list {
    margin:0px 32px 0px 28px;
    background-color:#555;
    z-index:10;
    position:relative;
}
.share-link-with {
    margin-top: 20px;
}
.badge-sendto {
    position:relative;
    top:-7px;
    background-color:#a061a0;
    width:150px;
    font-size:11px;
    color:#FFF;
    font-weight:700;
    text-transform:uppercase;
    padding:4px 6px 4px 6px;
    left:-12px;
    display:inline;
    border-left:2px solid #390039;
    box-shadow:1px 1px 2px #390039;
}
.badge-sendto:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: -2px;
    border-width: 12px 0 0 12px;
    border-style: solid;
    border-color: #390039 transparent;
    display: block;
    width: 0;
    z-index:9999;
}
ul.officials {
    background-color:#333;
    color:#FFF;
    list-style:none;
    padding:0px;
    position:relative;
}
ul.officials li {
    padding:10px 14px 10px 14px;
    border-top:1px #333 solid;
    cursor:pointer;
}
ul.officials li:first-child {
    padding-top:12px;
    border-top:none;
}
.official-name {
    font-size:15px;
    font-weight:700;
    line-height:99%;
}
.official-subtext {
    font-size:11px;
    padding-left:0px;
    font-weight:300;
}
.official-title {
    display:table-cell;
    padding-right:10px;
}
.official-party {
    display:table-cell;
}
.official-left {
    /*display:table-cell;*/
    font-size:22px;
    width:30px;
    float:left;
}
.official-my-own-timeline {
    position: relative;
    top: -9px;
}
.official-right {
    margin-left:35px;
    display:block;
}
.official-post {
    margin-left: 5px;
    padding: 10px;
    padding-left: 0;
}
.button-contain {
    text-align:center;
}
.post-button {
    background: #a061a0;
    /*box-shadow: 0px 4px 0px 0px #390039;*/
    border-radius: 5px;
    text-align: right;
    display: inline-block;
    margin: 5px 5px 5px 5px;
    min-width: 70px;
    border:none;
    padding:0px 7px 0px 15px;
}
.post-left {
    font-size:28px;
    padding:8px 15px 4px 0px;
    float:left;
    width:26px;
}
.post-right {
    font-size:20px;
    font-weight:700;
    display:block;
    margin-left:39px;
    padding:13px 5px 0px 0px;
}
.post-right i {
    font-size:16px;
    margin-left:5px;
}
.post-button:active {
    box-shadow:none;
    border:none;
    position:relative;
    top:1px;
    outline:none;
}
.post-button:hover {
    outline:none;
    border:none;
}

.official-available {
    border-left: none;
}

.official-selected {
    background-color:#349600;
    border-left: none;
}

/*.official-list:before, .official-list:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 92%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.official-list:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}*/

#campaignFacebook .modal-footer, #campaignFacebookPreview .modal-footer {
    text-align: center;
}
#campaignFacebook .advocate-profile-picture {
    display:table-cell;
}
#campaignFacebook .advocate-intro {
    display:table-cell;
    padding-left:10px;
    vertical-align:middle;
}
#campaignFacebook .advocate-intro-container {
    margin-bottom: 20px;
}

span.modtitle.message-subject {
    font-weight: 700;
    font-size: 21px;
}

.phone-info-icon {
    position: absolute;
    top: 7px;
    left: 340px;
    right: 9px;
    color: #888;
    cursor: pointer;
}

.input-required-icon-zip {
    right: 130px !important;
}

#socialsharecontainer {
    z-index: 9999;
    display: none;
    margin: 0 auto;
    color: #222A2E;
    position: absolute !important;
    text-align: left;
    width: auto;
}
#socialsharecontainer .p2a-social-share-networks {
    white-space: nowrap;
}
.socialshare-smallscreen {
    position: absolute !important;
    top: -116px;
    left: -2px;
    min-width: 175px;
}
#socialsharecontainer .share-buttons {
    padding: 10px;
    background-color: #222A2E;
    display: inline-block;
    border-radius: 5px;
}
#socialsharecontainer .share-buttons a {
    color: inherit;
}
#socialsharecontainer .share-buttons .social-share-button .fa-twitter {
    color: #4099ff;
}
#socialsharecontainer .share-buttons .social-share-button .fa-facebook {
    color: #3b5998;
}
#socialsharecontainer .share-buttons .social-share-button {
    font-size: 2em;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 3px;
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    width: 55px;
}
#socialsharecontainer .share-buttons .social-share-button:hover .fa {
    color: #FFFFFF;
}
#socialsharecontainer .share-buttons .social-share-button[data-type="twitter"]:hover {
    background-color: #4099ff;
}
#socialsharecontainer .share-buttons .social-share-button[data-type="facebook"]:hover {
    background-color: #3b5998;
}
#socialsharecontainer .share-buttons:after,
#socialsharecontainer .share-buttons:before
{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    content: ' ';
    pointer-events: none;
    border: solid transparent;
}
.socialshare-smallscreen .share-buttons:after,
.socialshare-smallscreen .share-buttons:before {
    left: 42px !important;
}

#socialsharecontainer .share-buttons:after
{
    margin-left: -5px;
    border-width: 5px;
    border-color: rgba(129, 161, 32, 0);
    border-top-color: #222A2E;
}
#socialsharecontainer .share-buttons:before
{
    margin-left: -11px;
    border-width: 11px;
    border-color: rgba(129, 161, 32, 0);
    border-top-color: #222A2E;
}

.actionsubmitbutton {
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    margin-top: 15px;
}

.checkboxes-container {
    text-align: center;
    margin-top: 15px;
}

.loading-officals-container {
    text-align: center;
}

.facebook-login-container {
    text-align: center;
    margin: 20px;
}
.social-filled-in-facebook {
    position: relative;
    padding-right: 27px;
    background: #d3daee;
}
.social-filled-in-facebook-icon {
    position: absolute;
    color: #3b579d;
    float: right;
    top: 9px;
    right: 24px;
    opacity: 0.7;
}

.copyright {
    margin:20px;
    color:#FFF;
    font-size:14px;
    text-align:center;
}
.copyright a {
    color:#FFF;
    text-decoration:underline;
}

.sharesociallabel {
    margin-top: 10px;
}

/*** MEDIA QUERIES ***/
@media(max-width:370px) {
    .checkboxes-container {
        width: 95%;
    }
}
/******** XS SIZE ********/
@media(max-width:767px)
{
    body {
        padding-top: 0;
        padding-bottom: 0;
    }
    #sitecontainer {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .container
    {
        padding: 1em 0 1em 0;
    }
    .container-inner
    {
        padding: .5em 0.5em 0 .5em;
    }
    .p2a-btn > i
    {
        font-size: 2.0em;
    }
    .form-fields
    {
        padding: 0 1em 0 1em;
    }

    .loading-officals-container {
        margin-top: 40px;
    }

    #intro .intro-icon-container {
        width: 17%;
    }
    #intro .intro-directions-container {
        width: 78%;
        overflow: hidden;
    }

    #message {
        padding: 0;
    }

    .campaign-description {
        padding-right: 10%;
        padding-left: 10%;
        font-size: 15px;
        line-height: 200%;
        max-height: 18.5em; /* 9 lines * 2 line height + .5*/
    }

    .tip .tip-body {
        max-height: 14.20em; /*  10 lines * 1.42 line height + .5*/
    }

    #socialsharecontainer {
        text-align: left;
    }
    #socialsharecontainer .share-buttons:before,
    #socialsharecontainer .share-buttons:after {
        left: 40%;
    }

    .widget-share-container #socialsharecontainer .share-buttons:before,
    .widget-share-container #socialsharecontainer .share-buttons:after {
        left: 50%;
    }
}
/******** SM SIZE ********/
@media(min-width:768px)
{
    .text-center-md
    {
        text-align: center;
    }
    .container
    {
        padding: 2em 0 2em 0;
    }
    .container-inner
    {
        padding-top: 1em;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .p2a-btn
    {
        font-size: 1em;
        font-weight: 600;
        line-height: .5em;

        margin: .5em;
        padding: 1.5em 1.5em 1.0em 1.5em;

        color: white;
    }
    .p2a-btn > i,
    .p2a-btn > img
    {
        font-size: 3em;
    }
    .campaign-description {
        padding-right: 10%;
        padding-left: 10%;
        font-size: 15px;
        line-height: 200%;
        max-height: 16.5em; /* 8 lines * 2 line height  + .5*/
    }
    .tip .tip-body {
        max-height: 7.10em; /*  5 lines * 1.42 line height + .5*/
    }
}
/******** MD SIZE ********/
@media(min-width:992px)
{
    .p2a-btn
    {
        font-size: 1em;
        line-height: .5em;

        margin: .5em;
        padding: 1.5em;

        color: white;
    }
}
/******** LG SIZE ********/
@media(min-width:1200px)
{
}

/****Xs and Sm****/
@media(max-width:991px) {

}

/*
*   Action icons
*/
@media(max-width:320px) {
    .p2a-btn {
        padding-top: 0.60em;
        padding-left: 0.30em;
        padding-bottom: 0.10em;
        padding-right: 0.30em;
        margin: 0;
    }
}
@media(min-width:320px) and (max-width:555px) {
    .p2a-btn {
        padding-top: 0.80em;
        padding-left: 0.60em;
        padding-bottom: 0.30em;
        padding-right: 0.60em;
        margin: 0;
    }
}
@media(max-width:400px) {
  .share-container,
  .take-action-container
  {
      padding-right: 0;
      padding-left: 0;
  }
}

textarea.tweet-overlength {
  background-color: rgb(223, 113, 120);
  color: rgb(255, 255, 255);
}
