.col-md-6{
    width: 50%;
    float: left;
}
#share_link{
    cursor: pointer;
}
#share_social{
}
#copy-ewr{
    z-index: -999999!important;
    margin-left: -99999%!important;
    display: none;
}
.nodisplay{
    display: none;
}
.no-visibility{
    visibility: hidden;
    display: none;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.ewr-account-block{
    margin-bottom: 3%;
}
.bg-ewr-green{
    display: block !important;
    position: relative !important;
    background-color: #e5ffe8;
    color: #3c4858;
    padding: 20px 90px 20px 20px !important;
    margin-bottom: 25px;
    border-left: 10px solid rgba(0, 0, 0, 0.15);
}
.share-ewr-img-link{
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}
.share-ewr-twitter{
    background: #1DA1F3;
}
.share-ewr-facebook{
    background: #4268B3;
}
.ewr-center{
    align-items: center;
    justify-content: center;
}
.copy-landing{
    display: block !important;
    position: relative !important;
    background-color: #e5ffe8;
    color: #3c4858;
    border-left: 10px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 640px) {
    .col-md-push-2{
        left:16.66666667%
    }
}
