
				   /*
					* Base structure
					*/

				   /* Move down content because we have a fixed navbar that is 50px tall */
			   #body {
				   margin-top: 50px;
				   /*background-color: #d3d3d3;*/
				   background-color: #eee;
				   height:100%;
				   margin-bottom: 0px;
			   }

label {
	white-space: nowrap;


}

.tab-content {
	background-color: white;


}

.registration{

	/*width:450px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;

}

.content-border {
	background-color:#fff;
	border: 1px solid #ddd;
	padding-bottom: 20px;
}

form {
	display: block;
	margin-top: 0em;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.form-signin {
	max-width: 330px !important;
	padding: 15px;
	margin: 0 auto;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	/*border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;*/
}

.control-label, .form-control-static {
	padding-bottom:0px !important;
	padding-top:0px !important;
	text-align: left !important;
	color: #58666e;

}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	/*border-top-left-radius: 0;
	border-top-right-radius: 0;*/
}

.form-control-static {
	min-height: 24px;
}


/* mouse over link */
li > a:hover {
	color: #FF00FF;

}

/* selected link */
li > a:active {
	color: #0000FF;
	background-color: grey !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: grey;
}

/*
 * Global add-ons
 */

.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
	border: 0;
	background-color: white;
	/*background-color: #181818;*/
	border-bottom: solid #d3d3d3;
	border-width: thin;
}

/*
 * Sidebar
 */


/* Sidebar navigation */
.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}
.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
	color: #fff;
	background-color: #428bca;
}


/*
 * Main content
 */

.main {
	padding: 20px;
}

@media (max-width: 768px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}

.main .page-header {
	margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
	margin-bottom: 30px;
	text-align: center;
}
.placeholders h4 {
	margin-bottom: 0;
}
.placeholder {
	margin-bottom: 20px;
}
.placeholder img {
	display: inline-block;
	border-radius: 50%;
}

.mini-search-form {
	/*background: rgba(f, f, f, .8);*/
	background-color: white;
	/*position:absolute;*/
	top: 350px;
	padding:10px;
	width:590px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-54px;
	z-index: 99999;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;





}

.homepage-banner {
	align-content: center;
	/*background-image: URL('/images/banners/gt3rs.jpg');*/
	/*background-image: URL('/images/banners/auctionxm_banner.jpg');*/
	/*background-image: URL('/images/banners/bannertest2.jpg');*/
	/*background-image: URL('/images/banners/axm_banner2.png');*/
	background-repeat: no-repeat;
	background-position: center;
	z-index: -9999;
	width: 100%;
	height:auto;
	/*position: fixed;*/

}


#myCarousel .carousel .item {
	height: 400px;
	align-content: center;
	/*background-image: URL('/images/banners/gt3rs.jpg');*/
	/*background-image: URL('/images/banners/auctionxm_banner.jpg');*/
	/*background-image: URL('/images/banners/bannertest2.jpg');*/
	background-image: URL('/images/banners/axm_banner2.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: -9999;




}
#myCarousel .carousel img {
	top: 0;
	margin-left: auto;
	margin-right: auto;
	min-width: 2000px;
	height: 400px;
	z-index: -9999;

}

ul.nav a:hover { color: black !important; }

.form-control-inline {
	min-width: 0;
	width: auto;
	display: inline;
}

.side-search-bar {
	padding:10px;
<!--position:fixed;-->
	top:60px;
	width:290px;


}

.buy-now-price {
	top:0px;
}

.carousel-search .item {
	/*height: 400px;*/
	align-content: center;
	background-repeat: no-repeat;
	background-position: center;

}
.carousel-search img {
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

.carousel-search {
	/*padding:10px;*/
	width:600px;

}


.item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
	padding: 10px;
}
.item .thumb img {
	width: 100%;
	margin: 2px;
}
.item img {
	width: 100%;
}

.slide {

}


.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;

	width:200px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}



.nav-pills > .active > a,
.nav-pills > .active > a:hover,.nav-pills > li > a:hover {
	text-decoration: none;
	font-weight: bold;
	border-radius:0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #00a452;
	color: #000 !important;
	background-color: transparent !important;
}
.nav-pills > li > a{
	border-radius:0px;
	padding-left: 0px;
	padding-right: 0px;
	color: grey;
}

.nav-pills {
	padding-left: 0px;
	padding-right: 0px;
}

.form-group {
	margin-bottom: 5px;
}

.footer-bg {

	position: relative;
	/*background: -webkit-linear-gradient(left, #00a658, #2a2a6a);*/ /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(left, #00a658, #2a2a6a);*/ /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(left, #00a658, #2a2a6a);*/ /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(left, #00a658, #2a2a6a);*/ /* Standard syntax */
	background-color: #00a658;


	width:100%;

}

#clearfooter {
	height: 50px;
}


html, body {
	height: 100%;
	padding-bottom: 100px;

}
body {
	background-color: #eee;
	min-height: 100%;
	/*background-color: #282828;*/
}


h5 {

	margin-bottom: 5px;

	color: #787878;


}

.dlClass {
	margin-left: 100px;
	margin-top: 100px;
}


.ui-dialog-titlebar {
	background: -webkit-linear-gradient(left, #00a658, #2a2a6a); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #00a658, #2a2a6a); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #00a658, #2a2a6a); /* For Firefox 3.6 to 15 */
	background: linear-gradient(left, #00a658, #2a2a6a); /* Standard syntax */
	color: white;
}

.ui-dialog-titlebar-close {
}

.ui-icon-closethick{
	left:0 !important;
	top:0 !important;
}


.input-group-addon.primary {
	color: rgb(255, 255, 255);
	background-color: rgb(50, 118, 177);
	border-color: rgb(40, 94, 142);
}
.input-group-addon.success {
	color: rgb(255, 255, 255);
	background-color: rgb(92, 184, 92);
	border-color: rgb(76, 174, 76);
}
.input-group-addon.info {
	color: rgb(255, 255, 255);
	background-color: rgb(57, 179, 215);
	border-color: rgb(38, 154, 188);
}
.input-group-addon.warning {
	color: rgb(255, 255, 255);
	background-color: rgb(240, 173, 78);
	border-color: rgb(238, 162, 54);
}
.input-group-addon.danger {
	color: rgb(255, 255, 255);
	background-color: rgb(217, 83, 79);
	border-color: rgb(212, 63, 58);
}

.bs-callout-company-info {
	border-left-color: #08915b !important;
}

.bs-callout-company-address {
	border-left-color: #243c67 !important;
}

.bs-callout-tou {
	padding-top:20px;
	border-left-color: #07925b !important;
	margin: 0px !important;
}

.bs-callout-poa {
	padding-top:20px;
	border-left-color: #166661 !important;
	margin: 0px !important;
}
.bs-callout-pas {
	padding-top:20px;
	border-left-color: #243d68 !important;
	margin: 0px !important;
}

.bs-callout-si {

	border-left-color: #07925b !important;
	margin: 0px !important;
	border-left-width: 3px !important;

}

.bs-callout-vi {

	border-left-color: #166661 !important;
	margin: 0px !important;
	border-left-width: 3px !important;

}

.bs-callout {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.ui-dialog {
	z-index:999999 !important;


}

.bordered {

	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;

}

.no-horizontal-padding {
	padding-left:0px;
	padding-right:0px;


}

.search-panel-group {
	border-bottom: 1px solid #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
}

.services {
	background-color:#EFFBF5;
}

.search_panel {

	/*background-color: #52bf88;*/
	background-color: #00a658;
	/*background-color: #47a35a;*/
	

	padding:20px;

}

.search_tab {
	border-top: 1px solid white;
}

#search_tabs li > a:hover {
	color: #fff !important;
}

#search_tabs li.active a {
	border-bottom-color: transparent;
	/*background-color:#47a35a;*/
	background-color:#00a658;
	color:#fff;
	border-radius: 0px;
	border:none;
}

#search_tabs li > a {
	border-bottom-color: transparent;
	background-color:#00562e;
	color:#E6E6E6;
	border-radius: 0px;
	border:none;
}

.no-rounding {
	/*
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-appearance: none;*/
}

.no-rounding2 {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-appearance: none;
}

select.form-control{
	border-radius:0;

}

.top-buffer { margin-top:20px; }

.search-label {
	color:#fff;
	font-weight: normal;

}

.info-heading {
	color:#00a866;

}

.info-content {
	color:#6c6e70;

}


#carouselsearch {
	margin: 20px auto;
	width: 600px;

}
#carouselsearch .carousel-indicators {
	margin: 10px 0 0;
	overflow: auto;
	position: static;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}
#carouselsearch .carousel-indicators li {
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	height: auto;
	margin: 0 !important;
	width: auto;
}
#carouselsearch .carousel-indicators li img {
	display: block;
	opacity: 0.5;
}
#carouselsearch .carousel-indicators li.active img {
	opacity: 1;
}
#carouselsearch .carousel-indicators li:hover img {
	opacity: 0.75;
}
#carouselsearch .carousel-outer {
	position: relative;
}


#carousel-example-generic {
	display: inline-block;
}

/*s below */

#carousel-custom {
	margin-bottom: 20px;
	width: 100%;
}
#carousel-custom .carousel-indicators {
	margin: 10px 0 0;
	overflow: auto;
	position: static;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}
#carousel-custom .carousel-indicators li {
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	height: auto;
	margin: 0 !important;
	width: auto;
}
#carousel-custom .carousel-indicators li img {
	display: block;
	opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
	opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
	opacity: 0.75;
}
#carousel-custom .carousel-outer {
	position: relative;
}

#carousel-custom .carousel .item {
	height: 100px;
	align-content: center;





}
#carousel-custom .carousel img {
	top: 0;


	height: 100px;
	z-index: -9999;

}

.carousel-thumb {
	max-height: 100px;
	width:auto;
}

.carousel-main {
	height:450px;
	width:auto;

}

ul.pagination {

	margin: 0px;
}

.pointers {
	cursor: pointer;

}

.extra-margin {
	margin-top:20px;
}


#testModal{

	width:500px;

}



.form-control {
	border-radius: 2px !important;
}

.tcd-form {

	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42857143;
	color: #58666e;

}

.tcd-row {

	border-bottom:1px dashed #dee5e7;
	padding-bottom: 15px;
	padding-top:10px;

}

.tcd-row .control-label {
	text-align: right !important;
	padding-top:7px !important;
	color: #849399;

}





.tcd-red {
	color: #a94442;
	cursor: pointer;
}

.tcd-blue {
	color: #31708f;
	cursor: pointer;
}

.tcd-listing {
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42857143;
	color: #58666e;


}

.tcd-reg-header {
	border-bottom: 1px solid #eee;
	margin-bottom:20px;
	color: #545F66;
	margin-top:40px;

}

.axm-page-header {
	color: #545F66;
}

.axm-btn {
	border-radius: 2px;
}

.axm-btn-default {
	color: #fff;
	background-color: #00a658;
	border-color: #ccc;
	font-weight:bold;
	border-radius: 2px;
}

.axm-btn-disabled {
	background-color: #58666e;
}

.axm-btn-blue {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	font-weight:bold;
	border-radius: 2px;
}

.axm-btn-yellow {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #ccc;
	font-weight:bold;
	border-radius: 2px;
}

.tcd-th {
	font-family: Camphor,Open Sans,Segoe UI,sans-serif;
	font-size: 12px;
	color: #58666e;
}

.tcd-panel {
	background-color: #fff;
	border: 1px solid transparent;

}

.tcd-input {
	border:  none;
	background-color: transparent;

}

.axm-page-header{
	color: #00a866;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 30px;

}

.form-control{
	border-radius: 2px !important;

}

.axm-label{
	color:#545F66;

}

.axm-reg-header {
	border-bottom: 1px solid #eee;
	margin-bottom:20px;
	color: #545F66;
	margin-top:40px;

}

.axm-checkbox {

	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-right: 4px;
	line-height: 1;
	background-color: #fff;
	border: 1px solid #cfdadd;

}

.axm-checkbox input:checked+i {
	border-color: #23b7e5;
}



.i-checks input:checked+i:before {
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	background-color: #00a658;
}

.i-checks>i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background-color: transparent;
	content: "";
	-webkit-transition: all .2s;
	transition: all .2s;
}

.i-checks, .i-switch, a {
	cursor: pointer;
}

.i-checks>i, .list-icon i, .navbar-brand img {
	vertical-align: middle;
}

.i-checks input:checked+i {
	border-color: #00a658;
}

.i-checks>i {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-right: 4px;
	line-height: 1;
	background-color: #fff;
	border: 1px solid #cfdadd;
	border-radius: 2px;
}

.i-checks input {
	display:none;

}
.i-checks input[disabled] + i, fieldset[disabled] .i-checks input + i {
	border-color: #dee5e7;
}

.i-checks input[disabled] + i:before, fieldset[disabled] .i-checks input + i:before {
	background-color: #dee5e7;
}



.axm-row {

	/*border-bottom:1px dashed #dee5e7;*/
	/*padding-bottom: 30px !important;*/
	height: auto;
	padding-top:10px;
	padding-bottom:5px;


}

.axm-row .control-label {
	text-align: right !important;
	padding-top:7px;
	color: #849399;

}

.axm-table {


	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42857143;
	color: #58666e;

}

.axm-table-header {
	color: #849399;


}

.axm-h5 {

	color: #58666e;

}

.no-border {

	border:none;
}

.success {
	color :#27c24c;

}

.axm-list-item {
	padding: 5px 0px 5px 0px;

}

.axm-list-item i {

	padding-right: 10px;
}


.panel-container {
	margin-top:20px;
	margin-bottom:20px;
}

.contact-header {

	width: 100%;
	background-color: #f7f7f9;
	padding:5px 15px;
	border:1px solid #e1e1e8;

}

.axm-panel-content {

	padding:15px 15px;
	border:1px solid #e1e1e8;
}

.axm-z {

	z-index:999999;

}

.axm-tngr-label {
	font-size: 12px;
	color: #58666e;
}

.increasedzindexclass {
	z-index: 999999999001;
}

[class^='select2'] {
	border-radius: 0px !important;
}

[class^='select2-selection'] {
	height: 30px !important;
	font-size: 12px;
}


.ui-widget-overlay {
	position: fixed !important;
}

.input-xs {
	height: 26px;
	padding: 2px 5px;
	font-size: 12px !important;
	line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
	border-radius: 3px;
}

.footer-col ul {
	list-style: none;
	font-weight: bold;
	padding:0px;

}

.footer-col ul>li>a {
	color: #00562e;
}



.footer-bg a:hover {

	color: #00562e;
}

.search {

	padding-top:20px;
	padding-bottom:20px;

}

.axm-section {
	padding-top:50px;
	padding-bottom: 50px;
}

.axm-section-title {
	color: #00a658;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 1.7em;
}

.axm-section p {
	font-size: 16px;
	color: #6c6e70;
}

.search-tabs ul>li>a {
	font-weight: bold;
}
.multiselect-container {
	overflow: scroll;
	max-height: 400px;


}

.ui-widget-overlay {
	opacity: .80 !important; /* Make sure to change both of these, as IE only sees the second one */
	filter: Alpha(Opacity=80) !important;

	background-color: white !important; /* This will make it darker */

}

.axm_editor_ajax_div_element_3 {
	display: none;
	width:100%;
	height: 100px;
	overflow: scroll;
	background: #FFFFFF;
	border: 1px solid #ccc;
	padding: 5px;
	z-index: 10000000000;
}

.axm_bids_sep {
	margin-bottom: 5px;
	border-bottom:1px dashed #dee5e7;
}

#deal-listing.fullscreen{
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 250px;;
	left: 0;
}

.axm-icon-bar {

	margin-top: 3px;
	display: block;
	width: 18px;
	height: 2px;
	background-color: #9d9d9d;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);

}


.mdl-button--primary.mdl-button--primary {
	color: #00a658;
	font-weight: bold;
}


.pie{
	width: 15px;
	height: 15px;
	display: block;
	position: relative;
	border-radius: 50%;
	background-color: #00a658;
	border: 2px solid #00a658;
	top:2px;
	margin-right:5px;

.block{
	position:absolute;
	background:#fff;
	width:230px;
	height:230px;
	display:block;
	border-radius:50%;
	top:10px;
	left:10px;
}

}
#time{
	font-size:10px;
	position:absolute;
	top:-5px;
	left:30%;
	color:lighten(#000,60%);
}
.degree{
	/*90 + ( 360 * .1 )*/
	background-image:
			linear-gradient(90deg, transparent 50%, transparent 50%),
			linear-gradient(90deg, transparent 50%, transparent 50%);
}


.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: white;
}

.vin-error {
	color:red;
}

.axm-row-2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.axm-col-2 {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex:1;
}

@media (max-width: 480px) {
	.cookie_notice {
		font-family: 'Source Sans Pro';
		position: fixed;
		bottom: 0px;
		z-index: 9999;
		border-radius: 8px 8px 0px 0px;
		padding: 16px 24px;
		background-color:  #4B5562;
		color: #9CA3AE;
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		box-shadow: 0px 25px 50px rgba(31, 41, 54, 0.15);
	}
}

@media (min-width: 481px){
	.cookie_notice {
		font-family: 'Source Sans Pro';
		position: fixed;
		bottom: 0px;
		z-index: 9999;
		border-radius: 8px 8px 0px 0px;
		padding: 16px 24px;
		background-color:  #4B5562;
		color: #9CA3AE;
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		box-shadow: 0px 25px 50px rgba(31, 41, 54, 0.15);
	}
}

.fee-table {
	margin-top: 10px;
	border: 1px solid black; 
	border-collapse: collapse;
}

.fee-table > tbody > tr > td {
	border: 1px solid black; 
	border-collapse: collapse;
	padding: 5px;
}

.fee-table > tbody > tr > th {
	border: 1px solid black; 
	border-collapse: collapse;
	padding: 5px;
}