body #content .divider{
	padding: 0 !important;
}

.divider-sm{
	height: 3rem;
}

.divider-md{
	height: calc(1.5 * 3rem);
}

.divider-lg{
	height: calc(2 * 3rem);
}

.divider-xl{
	height: calc(2.5 * 3rem);
}

.divider-xxl{
	height: calc(3 * 3rem);
}

@media (max-width:767px)
{		
	.divider-sm{
		height: 1rem;
	}

	.divider-md{
		height: calc(1.5 * 1rem);
	}

	.divider-lg{
		height: calc(2 * 1rem);
	}

	.divider-xl{
		height: calc(2.5 * 1rem);
	}

	.divider-xxl{
		height: calc(3 * 1rem);
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.divider-sm{
		height: 2rem;
	}

	.divider-md{
		height: calc(1.5 * 2rem);
	}

	.divider-lg{
		height: calc(2 * 2rem);
	}

	.divider-xl{
		height: calc(2.5 * 2rem);
	}

	.divider-xxl{
		height: calc(3 * 2rem);
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.divider-sm{
		height: 2rem;
	}

	.divider-md{
		height: calc(1.5 * 2rem);
	}

	.divider-lg{
		height: calc(2 * 2rem);
	}

	.divider-xl{
		height: calc(2.5 * 2rem);
	}

	.divider-xxl{
		height: calc(3 * 2rem);
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}