html {
  scroll-behavior: smooth;
}

body {
	font-family: sans-serif
}



.w3-left, .w3-right, .w3-badge {
	cursor: pointer
}
.w3-badge {
	height: 13px;
	width: 13px;
	padding: 0px;
}



.cw3-w-100 {
	width:100%;
}

.cw3-w-25pct {
	width:25%;
	min-width:200px;
}

.cw3-w-200px {
	width:200px;
}

.cw3-h-75px {
	height:75px;
}

.cw3-h-60px {
	height:60px;
}

.cw3-mw-800 {
	max-width: 800px;
}



.cw3-content {
	margin-top:46px;
	max-width: 2000px;
}

.cw3-main-section {
	max-width: 2000px;
}



.cw3-item-photo {
   padding:2px;
   cursor:pointer;
   /* width:100%; */
}



.cw3-line-divider {
  border-top: 1px solid #D0D0D0;
}

