.rsm-form {
	margin-top: 20px;
}

.rsm-form .label,
.rsm-form .form-check-label {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto';
}

.rsm-form .form-check-label {
	font-weight: normal;
}

.rsm-form .form-check-label a {
	text-decoration: none;
}

.rsm-form .security-refresh {
	font-size: 12px;
	border: 0;
	text-decoration: none;
}

.rsm-form .meter {
	display: block;
	width:100%;
	height:10px;
	background: #DBDDDF;
	overflow: hidden;
	border-radius:3px;
}  

.rsm-form .meter-bar {
	display: block;
	width:0;
	height:100%;
	transition:width .4s ease-in-out , transform .4s ease-in-out;
}

.rsm-form .btn {
	font-size: 15px;
	font-family: 'Roboto';
}

.rsm-form .submit-buttons .btn {
	width: 45.8%;
}

.rsm-form .actions a {
	font-size: 13px;
	text-decoration: none;
}

.g-recaptcha {
	
}

.g-recaptcha div {
	width: 100% !important;
	max-width: 100% !important;
	border: 0 !important;
}

.rsm-button-header {
	width: 100% !important;
	padding: 10px 10px;
	text-transform: uppercase;
	text-align: left;
	font-family: Roboto;
	font-size: 13px;
	/* color: #212529;
	background: #EEEEEE; */
}

.rsm-button-header span {
	display: inline-block;
	width: calc(100% - 40px);
}

.rsm-button-header span:first-child {
	width: 10px;
	text-align: center;
}

.rsm-button-header span:last-child {
	width: 30px;
	text-align: center;
}

.rsm-collapse {
	margin: 10px 0;
	padding: 0 10px;
	border:1px solid #E0E0E0;
	border-radius: 6px;
}

.rsm-table {
	border-spacing: 0 5px;
    border-collapse: separate;
}

.rsm-table thead tr th {
	font-size: 13px;
	font-weight: bold;
	font-family: 'Roboto';
	border: 0;
}

.rsm-table tbody tr td {
	background: #f2f2f2;
	border: 0;
	vertical-align: middle;
}

.rsm-table tbody tr td:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.rsm-table tbody tr td:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.rsm-table tbody tr td.guild-emblem,
.rsm-table tbody tr td.item-small {
	padding-right: 5px;
	width: 24px;
	max-width: 32px;
}

.rsm-table tbody tr td p {
	font-size: 12px;
}

.rsm-collapse .total-zeny {
	margin: 5px 0 10px 0;
	font-family: 'Roboto';
	font-size: 14px;
	text-align: right;
}

.account-view-wrapper .no-result {
	padding: 10px 5px;
	font-size: 14px;
}

.account-info-wrapper .box {
	margin: 5px 0;
	padding: 10px;
	width: 100%;
	background: #EEEEEE;
	border:1px solid #dbdbdb;
	border-radius: 4px;
}

.account-info-wrapper .box .label {
	font-family: 'Univers';
	font-size: 12px;
	text-transform: uppercase;
	/*color: #9db007;
	letter-spacing: 0.3px;*/
}

.account-info-wrapper .box .value {
	font-family: 'Roboto';
	font-size: 14px;
}

.account-info-wrapper .box .value a {
	color: #000;
}

.rsm-not-found {
	margin-top: 10px;
}

.rsm-not-found p {
	margin: 0;
	font-size: 15px;
}