.typography h3 {
    display: inline-block;
}
.invite_link_wrapper, .send_email {
    margin: 20px 0;
}
.send_email .email {
    margin-top: 10px;
}
.sharing_buttons {
}
.qr_code_wrapper {
    margin-top: 20px;
}
.tweed_button {
    display: inline-block;
    height: 30px;
    overflow: hidden;
    width: 77px;
    top: 11px;
    position: relative;
    margin-left: 10px;
}
.fb_iframe_widget {
    top: 5px;
}
.field.text.invite_link {
    width: 100%;
    padding: 10px;
}
.btn.copy_invite_link {
    position: relative;
    float: right;
    top: -70px;
    padding: 10px 30px 9px;
    background: #0b4e9f;
    color: #fff;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
}
.btn.copy_invite_link:hover {
    background: #0a448b;
}
#CreditCardExpiryMonthHolder {
    margin-right: 10px;
}
input.gnet_agreement {
    vertical-align: top;
}
table .balance_row td {
    font-weight: bold;
}
table.noborder, table.noborder tr, table.noborder td {
    border: none;
    background: none!important;
}
table.half_width {
    width: auto;
}
table.noborder td.title {
    width:120px;
}
#amount_msg {
    margin:10px 0 20px 0;
}
form#filter_form div.field {
    float: left;
    margin-right: 15px;
}
form#filter_form div.field label.left {
    float: left;
    margin: 5px 7px 0 0;
    font-weight: bold;
}
form#filter_form div.field .middleColumn {
    float: right;
}
form#filter_form div.field input{
    padding: 4px 5px 1px;
    width: 110px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
form#filter_form input[type="submit"] {
    margin: 0;
    padding: 5px 10px 2px;
    font-weight: bold;
}
form.acc_report_filter div.field {
    margin-bottom: 20px;
    width: 47%;
    float: left;
    margin-right: 3%;
}
#update_pay_btn_disable {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
#gnet_agreement {
    float: left;
    display: inline;
    width: auto;
    margin: 3px 0 0 0;
}
.GNetRegistrationPage  form div.field label.error {
    position: relative;
}