/*
 * optian reset
 * wireframe.css
 */

/* Top Navi */
.st-top-menu-item-name-wrap .st-out-link::after {
	display: none;
}

/* Overview */
.asram-table,
.Registration-table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
.asram-table .col-1 {
	width: 25%;
}
.logo-co a {
	display: inline-block;
	margin-right: 8px;
}
.logo-co a:last-child {
	margin-top: 10px;
	margin-right: 0px;
}
.asram-table tr:first-child,
.Registration-table thead tr:first-child{
	border-top: 4px solid #7BA02C;
}
.Registration-table thead span {
	font-weight: 400;
	color: #878787;
	font-style: italic;
}
.Registration-table thead tr {
	background-color: #e5dfec;
}
.asram-table th,
.asram-table td,
.Registration-table th,
.Registration-table td {
	border: 1px solid #ccc;
	padding: 15px 20px;
}
.asram-table th,
.Registration-table th,
.Registration-table td {
	text-align: center;
}
.Registration-table td {
	font-size: 15px;
}
.asram-table td {
	text-align: left;
	font-size: 15px;
}
.asram-table ul {
	padding-left: 0px;
	list-style-type: none;
}
@media (max-width: 740px) {
	.asram-table-box,
	.Registration-table-box {
		overflow-x: auto;
	}
	.asram-table,
	.Registration-table {
		min-width: 739px;
	}
}
.the-plan {
	margin-bottom: 15px;
}

/* Newsletter */
.tnp-field-button {
	margin-top: 20px;
}
body .tnp-subscription input.tnp-submit {
	background-color: #016879;
	border-radius: 3px;
	transition: all .4s;
}
body .tnp-subscription input.tnp-submit:hover {
	background-color: #7BA02C;
}
.kboard-default-poweredby {
	display: none;
}
body #kboard-default-list .kboard-pagination .kboard-pagination-pages li:hover a, 
body #kboard-default-list .kboard-pagination .kboard-pagination-pages li.active a {
	color: #fff;
	background-color: #016879;
	border-radius: 3px;
}
body a.kboard-default-button-small, 
body input.kboard-default-button-small, 
body button.kboard-default-button-small {
	color: #fff !important;
	background-color: #016879 !important;
	border-radius: 3px;
}
body a.kboard-default-button-small:hover, 
body a.kboard-default-button-small:focus, 
body a.kboard-default-button-small:active, 
body input.kboard-default-button-small:hover, 
body input.kboard-default-button-small:focus, 
body input.kboard-default-button-small:active, 
body button.kboard-default-button-small:hover, 
body button.kboard-default-button-small:focus, 
body button.kboard-default-button-small:active {
	opacity: 1;
	background-color: #7BA02C !important;
}


/* alert button */
.alert-b {
	text-align: right;
}
.alert-guidbutt {
	border: none;
	font-size: 14px;
	color: #fff;
	background-color: #016879;
	padding: 12px 24px;
	border-radius: 4px;
	transition: all .4s;
}
.alert-guidbutt:hover {
	background-color: #7BA02C;
}

/* Footer */
.widget_text h2.st-widget-title {
	margin-bottom: 30px;
}
.widget_text .custom-html-widget p {
	margin-top: 0px;
	margin-bottom: 0;
}