/***
 *	Border
 *	2019-05-20
 */

.border { border: 2px solid #333 !important }
	.no-border { border: 0 !important }
.bt { border-top: 2px solid #333 !important }
	.no-bt { border-top: 0 !important }
.br { border-right: 2px solid #333 !important }
	.no-br { border-right: 0 !important }
.bb { border-bottom: 2px solid #333 !important }
	.no-bb { border-bottom: 0 !important }
.bl { border-left: 2px solid #333 !important }
	.no-bl { border-left: 0 !important }
	
/* xx */
@media only screen and ( min-width: 1440px ){
	.border-xx { border: 2px solid #333 !important }
		.no-border-xx { border: 0 !important }
	.bt-xx { border-top: 2px solid #333 !important }
		.no-bt-xx { border-top: 0 !important }
	.br-xx { border-right: 2px solid #333 !important }
		.no-br-xx { border-right: 0 !important }
	.bb-xx { border-bottom: 2px solid #333 !important }
		.no-bb-xx { border-bottom: 0 !important }
	.bl-xx { border-left: 2px solid #333 !important }
		.no-bl-xx { border-left: 0 !important }
}

/* dt */
@media only screen and ( max-width: 1199px ){
	.border-dt { border: 2px solid #333 !important }
		.no-border-dt { border: 0 !important }
	.bt-dt { border-top: 2px solid #333 !important }
		.no-bt-dt { border-top: 0 !important }
	.br-dt { border-right: 2px solid #333 !important }
		.no-br-dt { border-right: 0 !important }
	.bb-dt { border-bottom: 2px solid #333 !important }
		.no-bb-dt { border-bottom: 0 !important }
	.bl-dt { border-left: 2px solid #333 !important }
		.no-bl-dt { border-left: 0 !important }
}

/* tb */
@media only screen and ( max-width: 899px ){
	.border-tb { border: 2px solid #333 !important }
		.no-border-tb { border: 0 !important }
	.bt-tb { border-top: 2px solid #333 !important }
		.no-bt-tb { border-top: 0 !important }
	.br-tb { border-right: 2px solid #333 !important }
		.no-br-tb { border-right: 0 !important }
	.bb-tb { border-bottom: 2px solid #333 !important }
		.no-bb-tb { border-bottom: 0 !important }
	.bl-tb { border-left: 2px solid #333 !important }
		.no-bl-tb { border-left: 0 !important }
}

/* mb */
@media only screen and ( max-width: 599px ){
	.border-mb { border: 2px solid #333 !important }
		.no-border-mb { border: 0 !important }
	.bt-mb { border-top: 2px solid #333 !important }
		.no-bt-mb { border-top: 0 !important }
	.br-mb { border-right: 2px solid #333 !important }
		.no-br-mb { border-right: 0 !important }
	.bb-mb { border-bottom: 2px solid #333 !important }
		.no-bb-mb { border-bottom: 0 !important }
	.bl-mb { border-left: 2px solid #333 !important }
		.no-bl-mb { border-left: 0 !important }
}

/* ss */
@media only screen and ( max-width: 359px ){
	.border-ss { border: 2px solid #333 !important }
		.no-border-ss { border: 0 !important }
	.bt-ss { border-top: 2px solid #333 !important }
		.no-bt-ss { border-top: 0 !important }
	.br-ss { border-right: 2px solid #333 !important }
		.no-br-ss { border-right: 0 !important }
	.bb-ss { border-bottom: 2px solid #333 !important }
		.no-bb-ss { border-bottom: 0 !important }
	.bl-ss { border-left: 2px solid #333 !important }
		.no-bl-ss { border-left: 0 !important }
}
