@charset "utf-8";
/* ----------------------------------------------------------
tw_tip_profile
---------------------------------------------------------- */
#tip_summary > span {
            margin-left: 8px;
        }
.tw_tip_profile .tw_canceled,
.tw_tip_profile .tw_failed {
    color: #db8721;
}
.tw_tip_profile .tw_expiration,
.tw_tip_profile .tw_expired {
    color: #a94442;
}
.tw_tip_profile .tw_cleared,
.tw_tip_profile .tw_processed {
    color: #31708f;
}
.tw_tip_profile .tw_sending {
    color: #777;
}
.tw_tip_profile .tw_panel {
    margin-bottom:0;
}
.tw_tip_profile .tw_panel_rv {
    margin-bottom: 0.5em;
}
.tw_tip_profile .social_btn {
    margin:0 auto; padding:0;
}
.receive_btninfo {
    padding-top: 5px;
}
.receive_info {
    margin-top: 0; margin-bottom: 0; padding-top:0;
}

/* modal */
#Twitter_tip .modal-body {
    height: auto;
}

#Twitter_tip h3 {
    padding: 15px 15px 15px 30px;
    color: #428bca;
    font-size: 18px;
}
#Twitter_tip .tip_modal_h4 {
    padding: 15px;
    background-color: #f7f7f7;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}























