p.payment_module a.paystandard {
	background: url(../img/bank-check.png) 15px 12px no-repeat #fbfbfb;
}
p.payment_module a.paystandard:after {
	display: block;
	content: "\f054";
	position: absolute;
	right: 15px;
	margin-top: -11px;
	top: 50%;
	font-family: "FontAwesome";
	font-size: 25px;
	height: 22px;
	width: 14px;
	color: #777777;
}
p.payment_module a.paystandard:hover {
	background-color: #f6f6f6;
}
p.payment_module a.paystandard span {
	font-weight: bold;
	color: #777777;
}
.marginTop{
	margin-top:20px;
}
.marginBottom{
	margin-bottom:20px;
}

/*******************************************************************************
Nav/header hook
*******************************************************************************/
.wkrestrict-block-top .header_user_info {
	white-space: nowrap;
	vertical-align:middle
}
.wkrestrict-block-top {
	float:right;
	padding-right: 10px;
	padding-left: 10px;
}
.wkrestrict-block-top .header_user_info a {
	background: inherit;
	font-weight: 600;
	font-size: 15px;
}
.wkrestrict-block-top .header_user_info i {
	color: #fa5968;
	padding-right: 5px;
}

/* REQUEST BUTTON */
#credits-buy {
	margin-bottom:32px;
	text-align:center;
}
.info-uppercase {
	text-transform: uppercase;
	font-size:15px;
	letter-spacing:1px;
	font-family: "Open Sans";
	font-weight: normal;
}

/*******************************************************************************
REQUEST FORM
*******************************************************************************/
#wkaddcredits .required {
	color:#C00;
	font-size:14px
}
#wkaddcredits {
	background:url(../img/request-credits.png) right center no-repeat;
}
#wkaddcredits .submit {
    margin-top: 10px;
	padding-left: 15px;
    text-align: left;
}
#wkaddcredits .input-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px;
  font-size: 13px;
  line-height: 1.42857;
  color: #9c9b9b;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#wkaddcredits .input-captcha {
    width: 81%;
}
#wkaddcredits .captcha {
    margin-top: 5px;
}
#wkaddcredits #reloadbtn {
	cursor:pointer
}
.input-control {
	display:inline-block
}
.input-after-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d6d4d4;
  border-radius: 0px;
  display: inline-block
}
.std-uppercase {
	text-transform: uppercase;
	font-size: 12px
}
.std-amount {
	font-weight: bold;
	font-size: 14px;
}
.payment_top_alert {
	margin-top:15px!Important;
	font-weight:normal!Important;
	padding-left:30px;
}
.bold {
	font-weight:bold;
}
.center-item {
	text-align:center
}

/* REQUIRED CSS: change your reflow breakpoint here (35em below) */
@media ( max-width: 75em ) {
  /* uncomment out the line below if you don't want the sortable headers to show */
  /* table.ui-table-reflow thead { display: none; } */

  /* css for reflow & reflow2 widgets */
  .ui-table-reflow td,
  .ui-table-reflow th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    /* if not using the stickyHeaders widget (not the css3 version)
     * the "!important" flag, and "height: auto" can be removed */
    width: 100% !important;
    height: auto !important;
  }

  /* reflow widget only */
  .ui-table-reflow tbody td[data-title]:before {
    color: #469;
    font-size: .9em;
    content: attr(data-title);
    float: left;
    width: 50%;
    white-space: pre-wrap;
    text-align: bottom;
    display: inline-block;
  }

  /* reflow2 widget only */
  table.ui-table-reflow .ui-table-cell-label.ui-table-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 400;
  }
  table.ui-table-reflow .ui-table-cell-label {
    padding: .4em;
    min-width: 30%;
    display: inline-block;
    margin: -.4em 1em -.4em -.4em;
  }

} /* end media query */

/* reflow2 widget */
.ui-table-reflow .ui-table-cell-label {
  display: none;
}

@media (max-width: 750px) {
	.center-item {
		text-align:left
	}
}
