 /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	h6 {
		font-size: 12px;
	}
	
	.ratings {
		margin-right: 5px;
	}
	
	.new-section::before {
		width: 60%;
	}
}

 /* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.border-dvdr {
		border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
		border-right: 0 !important;
	}
	
	.new-section::before {
		width: 75%;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.border-dvdr {
		border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
		border-right: 0 !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.border-dvdr {
		border-bottom: 0 !important;
		border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


.card h2 {
	color: #000;
	font-weight: bold;
	font-size: 32px;
}


.rating {
	margin-top: -15px;
}


.infobox {
	/*
    display:inline-block;
    border:1px solid #CCC;
    background:#FFF;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
    vertical-align:middle;
    max-width: 250px;
	max-height: 25px;
    padding: 5px;
	border-radius: 50rem !important;
	*/
	
	padding: 5px 10px 5px 10px;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #E8E8E8;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 10px 15px 0px rgba(211, 209, 216, 0.18);
	margin: 0 0 10px 0;
	max-width: 100%;
}

.chkrght .btn:hover {
  transform: none;
}

.chkrght {
	width: 100%;
}

.cmpr-logo {
	max-width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.cmprl-logo {
	max-width: 100%;
	display: block;
}

.link-body {
	color: #9f9f9f;
}

.cmpr-wrn {
	font-size: 14px;
	color: #747474;
}

.bulletslink {
	text-decoration: underline;
}

.bulletslink:hover {
	text-decoration: underline;
	color: #0d3f99;
}

.new-section {
overflow :hidden;
color: gray;
text-align: left;
line-height: 1.6em;
}
.new-section::before {
display: block;
float: right;
margin-top: .7em;
border-top: 2px solid silver;
content: "";
}
