/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.3.1728419964
Updated: 2024-10-08 20:39:24

*/



a {
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: dotted !important;
    text-underline-offset: 4px; /* Adjusts the space between text and underline */
}





/* Target the table */
table {
    border-collapse: separate; /* Ensures border-radius works */
    border-spacing: 0; /* Removes gaps between cells */
}

/* Top-left corner of the first header cell */
th:first-child {
    border-top-left-radius: 10px;
}

/* Top-right corner of the last header cell */
th:last-child {
    border-top-right-radius: 10px;
}

/* Bottom-left corner of the first cell in the last row */
tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

/* Bottom-right corner of the last cell in the last row */
tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/* Optional: Ensure borders are visible if needed */
th, td {
    border: 1px solid #ddd; /* Adjust border style as needed */
}




.elementor img {
    filter: grayscale(100%);
    transition: filter 0.3s ease; /* Smooth transition */
}

.elementor img:hover {
    filter: grayscale(0%);
}




.table-anchor {
    padding-top: 20px;
}

.premium-vehicle-notice {
    padding: 20px;
    text-align: center;
    background: #001740;
    border-radius: 10px;
    border: 0px solid #000;
}




.wpcf7 input.wpcf7-form-control:not([type=submit]),
.wpcf7 textarea.wpcf7-form-control {
    padding: 12px 16px;
    border: 4px #000 solid;
	border-radius: 0px;
    color: #000 !important;
    font-weight: 700;
    font-size: 17px; 
}

.wpcf7 input.wpcf7-form-control:not([type=submit]) {
    height: 65px;
}

.wpcf7 textarea.wpcf7-form-control {
    height: 130px; /* Adjust as needed */
    resize: vertical;  /* Allow resizing */
}



.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
    text-transform: uppercase !important;
}

.cf7-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cf7-columns .column {
    flex: 1;
    min-width: 250px;
}







/* Lightbox Styles */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox-trigger {
    text-decoration-line: underline;
    text-decoration-style: dotted !important;
    text-underline-offset: 4px; /* Adjusts the space between text and underline */
}


.lightbox-content {
    background: #fff;
    padding: 40px 20px 20px 20px; /* Increased top padding to account for close button */
    max-width: none;
    width: 90%;
    max-height: 80vh; /* Limit height to 80% of viewport height */
    overflow-y: auto; /* Enable vertical scrolling */
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #000;
}

.close-btn {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 16px;
    color: #bf0007;
    font-weight: bold;
    z-index: 1001; /* Ensure it’s above other content */
}

.close-btn:hover {
    color: #000; /* Slightly darker on hover for better visibility */
}




.ast-mobile-header-wrap .ast-below-header-bar, .ast-below-header-bar .site-below-header-wrap {
    min-height: 0px !important;
}

.ast-menu-toggle:focus {
    outline: none !important;
}

button {
    box-shadow: none;
}




/* Toggle Switch Styles */
    .switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 20px;
    }
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: 0.4s;
        border-radius: 20px;
    }
    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
    }
    input:checked + .slider {
        background-color: #0067ff;
    }
    input:checked + .slider:before {
        transform: translateX(20px);
    }
    .toggle-label {
        margin-left: 10px;
        vertical-align: middle;
		font-size: 90%;
		font-weight: bold;
    }










@font-face {
    font-family: 'UKNumberPlate';
    src: url('fonts/UKNumberPlate.woff') format('woff'),
         url('fonts/UKNumberPlate.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}




/*
    ---------- HIDE ALLOY / STEEL WHEEL PRICES BUTTON OFFERS ON LIVEPRICES PAGE ------------


.page-id-11960 td:nth-child(3), .page-id-11960 th:nth-child(3) {
display: none !important;
}

.page-id-17832 td:nth-child(3), .page-id-17832 th:nth-child(3) {
display: none !important;
}

    ---------- END ------------
*/



/*
    ---------- SCRAP CAR PRICES ------------
*/
#quote-form {
	display: inline-block;
	align-items:center;
	justify-content:center;
}

#quote-form .form-group {
	min-width:33.3%;/* width:33.3%; */
	padding-right:0px;
	position:relative; 
	max-width:100%; 
	align-items:center;
	justify-content:center;
}

#quote-form2 .form-group {
	min-width:50%;/* width:50%; */
	padding-right:0px;
	position:relative; 
	max-width:100%; 
	align-items:center;
	justify-content:center;
}

small {
    font-size: 50% !important;
}

.quoteForm h3 { 
	color: #480f54; 
	font-size: 36px; 
	text-align: center; 
	font-weight: bold; 
	margin-bottom: 20px; 
	display: none;
}

.quoteForm h3 span { 
	color:#00a300;
}

#quote-form .form-group .overlay {
	position: absolute;
	top: 0px;
	left: 0;
    background: #000;
	width: 30px;
	height: 64px;
	border:solid 3px #0067ff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #fff;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	font-size: .5em;
	font-weight: 600;
	padding: 3px;
}

#quote-form .form-group .overlay img {
	max-width: 100%;
	margin: 0 3px;
    filter: grayscale(0); 
}

#quote-form button.getquote {
	display: block;
	clear: both;
	width: 33.3%;
	margin-top: 0px;
	border: 3px solid #024cb9;
	box-shadow: none;
	border-radius: 10px;
    background: #0067ff;
	text-shadow: none;
	text-transform: none;
	color:#fff;
	min-width:33%;
	height:64px;
	margin-bottom:12px;
    font-size:18px;
    font-style: normal;
    padding: 0px !important;
}

#quote-form	.erroReg, #quote-form .erroPost, #quote-form .erroPostN { 
	position:absolute; 
	margin-top:-9px; 
	font-size:15px; 
	color:#fff; 
	display:none;
	background-color: #bf0007;
    padding: 10px;
    width: 100%;
}

.loader-image {
	width: 100%; 
	height: 100%; 
	display:none; 
	text-align: center;
	position: fixed; 
	left: 0;
	right: 0;
	top: 0; 
	bottom: 0;
	background: rgba(0,0,0,0.7);
	line-height: 100%;
	z-index: 9;
}

.loader-image img { 
	height:80px; 
	padding:0; 
	border-radius:7px; 
	background:#fff; 
	position: relative; 
	top: 50%; 
	transform: translateY(-50%); 
	-moz-transform: translateY(-50%); 
	-webkit-transform: translateY(-50%);
}

div#msg {
    margin: auto;
    text-align: center;
    padding: 10px;
    width: 500px;
}

div#msg #success {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #00a300;
    color: #fff;
    font-size: 16px;
}

div#msg #errorMsg {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #e6697b;
    color: #fff;
    font-size: 16px;
}

div#tablepress-10_wrapper {
    display: none !important;
}

.example thead tr th { 
	font-size:16px; 
	line-height:16px; 
	font-style:normal; 
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-color: #340b3c;
}

.example tbody tr td { 
	font-size:14px; 
	line-height:16px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle; 
	text-align: left;
}

.example tbody tr td .no-alloy { 
	background: #480f54;
    padding: 10px 0px 20px 0px;
	display: inline-block;
	color: #fff;
	border-radius: 0px;
	line-height: 18px;
	font-size: 22px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
	text-align: center;
	width: 100%;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
    cursor: pointer;
    animation: pulse 0s infinite;
}



.example tbody tr td .with-alloy { 
	background: #0067ff;
	padding: 10px 0px 20px 0px;
	display: inline-block;
	color: #fff;
	border-radius: 0px;
	font-size: 32px;
	transition: all 0.3s ease 0s;
	text-align: center;
	line-height: 30px;
	width: 100%;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-decoration: none;
  cursor: pointer;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse 0s infinite;
}












.example tbody tr td .with-alloy.customFilter:before {
	content: "MAXIMUM BID";
	font-size: 50%;
}



.example tbody tr td .with-alloy.customFilterdeliver:before {
	content: "MAXIMUM BID";
	font-size: 50%;
}

.example tbody tr td .with-alloy.customFill:before {
	content: "PER TONNE";
	font-size: 50%;
}

.example td:nth-child(2),
th:nth-child(2) {
	text-align: center;
	padding: 15px 30px;
}

.example td:nth-child(3),
th:nth-child(3) {
	text-align: center;
	padding: 15px 30px;
}

.example tbody tr td .with-alloy:hover {
    background: #0067ff;
    color: #fff;
}

.example tbody tr td .no-alloy:hover {
	background: #562062;
	color: #fff;
}


.example .sorting::after {
	content: "\f0dc";
}

.example .sorting_asc::after {
	content: "\f0d8";
	padding: 0 0 2px;
}

.example .sorting_desc::after {
	content: "\f0d7";
}

#errorMsg { 
	text-align:center; 
	color:#000; 
	background-color: #fff; 
	padding: 10px;
	width: 100%;
	font-size: 80%;
}

#errorMsg1 { 
	text-align:center; 
	color:#bf0007; 
	background-color: #fff; 
	padding: 10px;
	width: 100%;
	font-size: 80%;
	font-weight: bold;

}

ul.custom-data { 
	display: flex; 
	flex-wrap: wrap; 
	border-top:1px solid #ddd; 
	border-left:1px solid #ddd; 
	text-align: center;
}


ul.custom-data li { 
	width: 33.33%; 
	border-bottom: 1px solid #ddd; 
	border-right:1px solid #ddd; 
	margin: 0; 
	padding: 10px 15px;
}

ul.custom-data li .text-primary { 
	color: #480f54; 
	font-weight:600;
}

ul.custom-data li .text-muted { 
	color: #000; 
	font-style: italic; 
	font-size: 90%;
}

span.clsL { 
	font-size: 14px !important; 
	font-style: normal;
	text-transform: uppercase;
}

span.memName {
	font-size: 22px !important; 
	font-weight: bold;
	text-transform: none;
	line-height: 26px;

}

.quoteForm.reg-form { 
	width: 100%; 
	text-align: center; 
	margin: auto;
}

.quoteForm.reg-form #quote-form .form-group {
	min-width: 50%
}

.quoteForm.reg-form #quote-form button.getquote {
	min-width: 50%
}






/*
    ---------- EXAMPLE TABLE WITH NO FILTER TABLE CSS ------------    
    ---------- EXAMPLE TABLE WITH NO FILTER TABLE CSS ------------    
    ---------- EXAMPLE TABLE WITH NO FILTER TABLE CSS ------------    
    ---------- EXAMPLE TABLE WITH NO FILTER TABLE CSS ------------    
    ---------- EXAMPLE TABLE WITH NO FILTER TABLE CSS ------------    

*/



.exampleNofilter thead tr th { 
	font-size:14px; 
	line-height:16px; 
	font-style:normal; 
	text-align: center;
	background-color: #010167;
    color: #fff;
}

.exampleNofilter tbody tr td { 
	font-size:16px !important; 
	line-height:18px !important;
	text-transform: none;
	vertical-align: middle; 
	text-align: left;
	background-color: #f9f9f9;
}

.exampleNofilter tbody tr td .no-alloy { 
	background: #480f54;
    padding: 10px 0px 20px 0px;
	display: inline-block;
	color: #fff;
	border-radius: 0px;
	line-height: 18px;
	font-size: 22px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
	text-align: center;
	width: 100%;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
    cursor: pointer;
    animation: pulse 0s infinite;
}



.exampleNofilter tbody tr td .with-alloy { 
	background: #0067ff;
	padding: 5px 0px 20px 0px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	font-size: 36px;
	transition: all 0.3s ease 0s;
	text-align: center;
	line-height: 30px;
	width: 100%;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-decoration: none;
    cursor: pointer;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse 0s infinite;
}












.exampleNofilter tbody tr td .with-alloy.customFilter:before {
	content: "MAXIMUM BID";
	font-size: 50%;
}

.exampleNofilter tbody tr td .with-alloy.customFilterdeliver:before {
	content: "BOOK DELIVERY";
	font-size: 35%;
}

.exampleNofilter tbody tr td .with-alloy.customFillNofilter:before {
	content: "BOOK COLLECTION";
	font-size: 35%;
}

.exampleNofilter td:nth-child(2),
th:nth-child(2) {
	text-align: center;
	padding: 15px 30px;
}

.exampleNofilter td:nth-child(3),
th:nth-child(3) {
	text-align: center;
	padding: 15px 30px;
}

.exampleNofilter tbody tr td .with-alloy:hover {
    background: #010167;
    color: #fff;
}

.exampleNofilter tbody tr td .no-alloy:hover {
	background: #562062;
	color: #fff;
}

.exampleNofilter .sorting, .exampleNofilter .sorting_asc, .exampleNofilter .sorting_desc {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
	outline: 0;
}

.exampleNofilter .sorting::after, .exampleNofilter .sorting_asc::after, .exampleNofilter .sorting_desc::after {
	font-family: TablePress;
	font-weight: 400;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 6px;
	margin: auto;
	height: 14px;
	line-height: 1;
	display: none !important;

}

.exampleNofilter .sorting::after {
	content: "\f0dc";
}

.exampleNofilter .sorting_asc::after {
	content: "\f0d8";
	padding: 0 0 2px;
}

.exampleNofilter .sorting_desc::after {
	content: "\f0d7";
}





/*
    ---------- SCRAP CAR PRICES ------------
*/
#quote-form {
	display: flex;
	align-items:center;
	justify-content:center;
}

#quote-form2 {
	display: flex;
	align-items:center;
	justify-content:center;
}

#quote-form .form-group {
	min-width:33.3%;/* width:33.3%; */
	padding-bottom:10px;
	padding-right: 10px;
	position:relative; 
	max-width:100%; 
	align-items:center;
	justify-content:center;
}

#quote-form2 .form-group {
	min-width:33%;/* width:50%; */
	padding-right:0px;
	position:relative; 
	max-width:100%; 
	align-items:center;
	justify-content:center;
}

#quote-form .form-group input {
	height:64px;
	font-weight: bolder;
	font-size:40px;
	padding:0 20px 0 40px;
	width:100%;
	border-radius: 10px;
	border:solid 3px #0067ff;
	margin-bottom: 0px;
	text-align:center;
	text-transform:uppercase;
	background-color:#fff;
	font-family: 'UKNumberPlate' !important;
	font-weight: 800;
	color: #000 !important;
}


.heroinput::placeholder {
    color: #bbb;
    opacity: 1;
}

small {
    font-size: 50% !important;
}

.quoteForm h3 { 
	color: #480f54; 
	font-size: 36px; 
	text-align: center; 
	font-weight: bold; 
	margin-bottom: 20px; 
	display: none;
}

.quoteForm h3 span { 
	color:#00a300;
}






#quote-form	.erroReg, #quote-form .erroPost, #quote-form .erroPostN { 
	position:absolute; 
	margin-top:2px; 
	font-size:16px; 
	color:#fff; 
	display:none;
	background-color: #bf0007;
    padding: 10px;
    width: 98%;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
}

.loader-image {
	width: 100%; 
	height: 100%; 
	display:none; 
	text-align: center;
	position: fixed; 
	left: 0;
	right: 0;
	top: 0; 
	bottom: 0;
	background: rgba(0,0,0,0.7);
	line-height: 100%;
	z-index: 9;
}

.loader-image img { 
	height:80px; 
	padding:0; 
	border-radius:7px; 
	background:#fff; 
	position: relative; 
	top: 50%; 
	transform: translateY(-50%); 
	-moz-transform: translateY(-50%); 
	-webkit-transform: translateY(-50%);
}

div#msg {
    margin: auto;
    text-align: center;
    padding: 10px;
    width: 500px;
}

div#msg #success {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #00a300;
    color: #fff;
    font-size: 16px;
}

div#msg #errorMsg {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #bf0007;
    color: #fff;
    font-size: 16px;
}



.quoteForm.reg-form { 
	width: 100%; 
	text-align: center; 
	margin: auto;
}

.quoteForm.reg-form #quote-form .form-group {
	min-width: 50%
}





/*
    ---------- MOBILE CSS ------------    ---------- MOBILE CSS ------------

    ---------- MOBILE CSS ------------    ---------- MOBILE CSS ------------

    ---------- MOBILE CSS ------------    ---------- MOBILE CSS ------------

    ---------- MOBILE CSS ------------    ---------- MOBILE CSS ------------

    ---------- MOBILE CSS ------------    ---------- MOBILE CSS ------------


*/








/*
    ---------- MOBILE CSS ------------    ---------- MOBILE CSS ------------

    ---------- MOBILE CSS ------------    ---------- MOBILE CSS ------------

    ---------- MOBILE CSS ------------    ---------- MOBILE CSS ------------

    ---------- MOBILE CSS ------------    ---------- MOBILE CSS ------------

    ---------- MOBILE CSS ------------    ---------- MOBILE CSS ------------


*/

@media only screen and (max-width: 991px) {

	
.exampleNofilter tbody tr td .with-alloy { 
	padding: 3px 0px 20px 0px;
		line-height: 24px;

}	
	
	
#quote-form button.getquote {
width: 100%;
}	
	
	


	
	
	
.exampleNofilter tbody tr td .with-alloy.customFilter:before {
	content: "MAXIMUM BID";
	font-size: 30%;
}

.exampleNofilter tbody tr td .with-alloy.customFilterdeliver:before {
	content: "BOOK DELIVERY";
	font-size: 30%;
}

.exampleNofilter tbody tr td .with-alloy.customFillNofilter:before {
	content: "BOOK COLLECTION";
	font-size: 30%;
}
	
	.quoteForm { 
	padding-top:0px;
	}
	
#quote-form {
	display:block;
	flex:nowrap;
	align-items:center;
	justify-content:center;
	margin:0 auto
	}
	
.example tbody tr td {
	font-size: 9px; 
	line-height: 11px;
	}
	
.exampleSkip tbody tr td {
	font-size: 9px; 
	line-height: 11px;
	}	

.exampleNofilter tbody tr td {
	font-size: 12px !important; 
	line-height: 14px !important;
	}	
}

@media only screen and (max-width: 767px) {
	
.exampleNofilter tbody tr td .with-alloy { 
	padding: 3px 0px 20px 0px;
		line-height: 24px;

}
	
.quoteForm h3 { 
	line-height:normal;
	}
	
#quote-form .erroReg, #quote-form .erroPost, #quote-form .erroPostN { 
	position:static; 
	margin:0 0 9px;
	width: 100%;
	}
	


	#quote-form .form-group {
	min-width:33.3%;/* width:33.3%; */
	padding-bottom: 10px;
	padding-right: 0px;
	position:relative; 
	max-width:100%; 
	align-items:center;
	justify-content:center;
}
	
	
	
	
	
#quote-form {
	display:block;
	flex:nowrap;
	align-items:center;
	justify-content:center;
	margin:0 auto
	}	
	

	
.example thead tr th { 
	min-width:0px; 
	font-size:10px; 
	line-height:12px;
	}

.example tbody tr td .no-alloy {
    font-size: 16px;
	}
	
.example tbody tr td .with-alloy{
     font-size: 20px;
	}
	
.example tbody tr td { 
	font-size: 9px; 
	line-height: 11px;
	}

	
	
.exampleNofilter tbody tr td .with-alloy.customFilter:before {
	content: "MAXIMUM BID";
	font-size: 30%;
}

.exampleNofilter tbody tr td .with-alloy.customFilterdeliver:before {
	content: "BOOK DELIVERY";
	font-size: 30% !important;
}

.exampleNofilter tbody tr td .with-alloy.customFillNofilter:before {
	content: "BOOK COLLECTION";
	font-size: 30% !important;
}	
	
	
	.exampleNofilter thead tr th { 
	min-width:0px; 
	font-size:10px !important; 
	line-height:12px !important;
	}

.exampleNofilter tbody tr td .no-alloy {
    font-size: 16px !important;
	}
	
.exampleNofilter tbody tr td .with-alloy {
     font-size: 30px !important;
	}
	
.exampleNofilter tbody tr td { 
	font-size: 12px !important; 
	line-height: 14px !important;
	}

	
span.clsL {
    font-size: 11px !important;
    font-style: normal;
    text-transform: uppercase;
}
	
span.memName {
    font-size: 16px !important;
    font-weight: bold;
	line-height: 20px;
}
	
.example td:nth-child(2),
th:nth-child(2)
	{
	text-align: center;
	padding: 10px 10px;
}

.example td:nth-child(3),
th:nth-child(3) {
	text-align: center;
	padding: 10px 10px;
}
	
.exampleNofilter td:nth-child(2),
th:nth-child(2)
	{
	text-align: center;
	padding: 10px 10px;
}

.exampleNofilter td:nth-child(3),
th:nth-child(3) {
	text-align: center;
	padding: 10px 10px;
}
	
	


	
	
	
	
}