.lightblue-border {
	border: 1px solid #6BC9D8;
}

.border-black {
	border: 1px solid #000;
}

.border-lightgray {
	border: 1px solid #f2f2f2;
}

.border-white {
	border: 1px solid #fff;
}


.btw-0, .byw-0 {
	border-top-width: 0px;
}
.btw-1, .byw-1 {
	border-top-width: 1px;
}
.btw-2, .byw-2 {
	border-top-width: 2px;
}
.btw-3, .byw-3 {
	border-top-width: 3px;
}
.btw-4, .byw-4 {
	border-top-width: 4px;
}
.btw-5, .byw-5 {
	border-top-width: 5px;
}

.brw-0, .bxw-0 {
	border-right-width: 0px;
}
.brw-1, .bxw-1 {
	border-right-width: 1px;
}
.brw-2, .bxw-2 {
	border-right-width: 2px;
}
.brw-3, .bxw-3 {
	border-right-width: 3px;
}
.brw-4, .bxw-4 {
	border-right-width: 4px;
}
.brw-5, .bxw-5 {
	border-right-width: 5px;
}

.bbw-0, .byw-0 {
	border-bottom-width: 0px;
}
.bbw-1, .byw-1 {
	border-bottom-width: 1px;
}
.bbw-2, .byw-2 {
	border-bottom-width: 2px;
}
.bbw-3, .byw-3 {
	border-bottom-width: 3px;
}
.bbw-4, .byw-4 {
	border-bottom-width: 4px;
}
.bbw-5, .byw-5 {
	border-bottom-width: 5px;
}

.blw-0, .bxw-0 {
	border-left-width: 0px;
}
.blw-1, .bxw-1 {
	border-left-width: 1px;
}
.blw-2, .bxw-2 {
	border-left-width: 2px;
}
.blw-3, .bxw-3 {
	border-left-width: 3px;
}
.blw-4, .bxw-4 {
	border-left-width: 4px;
}
.blw-5, .bxw-5 {
	border-left-width: 5px;
}

.br-0 {
	border-radius: 0px;
}
.br-1 {
	border-radius: 1px;
}
.br-2 {
	border-radius: 2px;
}
.br-3 {
	border-radius: 3px;
}
.br-4 {
	border-radius: 4px;
}
.br-5 {
	border-radius: 5px;
}

.bw-0 {
	border-width: 0px;
}
.bw-1 {
	border-width: 1px;
}
.bw-2 {
	border-width: 2px;
}
.bw-3 {
	border-width: 3px;
}
.bw-4 {
	border-width: 4px;
}
.bw-5 {
	border-width: 5px;
}

@media(max-width: 425px) {
	.btw-sm-0, .byw-sm-0 {
		border-top-width: 0px !important;
	}
	.btw-sm-1, .byw-sm-1 {
		border-top-width: 1px !important;
	}
	.btw-sm-2, .byw-sm-2 {
		border-top-width: 2px !important;
	}
	.btw-sm-3, .byw-sm-3 {
		border-top-width: 3px !important;
	}
	.btw-sm-4, .byw-sm-4 {
		border-top-width: 4px !important;
	}
	.btw-sm-5, .byw-sm-5 {
		border-top-width: 5px !important;
	}

	.brw-sm-0, .bxw-sm-0 {
		border-right-width: 0px !important;
	}
	.brw-sm-1, .bxw-sm-1 {
		border-right-width: 1px !important;
	}
	.brw-sm-2, .bxw-sm-2 {
		border-right-width: 2px !important;
	}
	.brw-sm-3, .bxw-sm-3 {
		border-right-width: 3px !important;
	}
	.brw-sm-4, .bxw-sm-4 {
		border-right-width: 4px !important;
	}
	.brw-sm-5, .bxw-sm-5 {
		border-right-width: 5px !important;
	}

	.bbw-sm-0, .byw-sm-0 {
		border-bottom-width: 0px !important;
	}
	.bbw-sm-1, .byw-sm-1 {
		border-bottom-width: 1px !important;
	}
	.bbw-sm-2, .byw-sm-2 {
		border-bottom-width: 2px !important;
	}
	.bbw-sm-3, .byw-sm-3 {
		border-bottom-width: 3px !important;
	}
	.bbw-sm-4, .byw-sm-4 {
		border-bottom-width: 4px !important;
	}
	.bbw-sm-5, .byw-sm-5 {
		border-bottom-width: 5px !important;
	}

	.blw-sm-0, .bxw-sm-0 {
		border-left-width: 0px !important;
	}
	.blw-sm-1, .bxw-sm-1 {
		border-left-width: 1px !important;
	}
	.blw-sm-2, .bxw-sm-2 {
		border-left-width: 2px !important;
	}
	.blw-sm-3, .bxw-sm-3 {
		border-left-width: 3px !important;
	}
	.blw-sm-4, .bxw-sm-4 {
		border-left-width: 4px !important;
	}
	.blw-sm-5, .bxw-sm-5 {
		border-left-width: 5px !important;
	}

	.br-sm-0 {
		border-radius: 0px !important;
	}
	.br-sm-1 {
		border-radius: 1px !important;
	}
	.br-sm-2 {
		border-radius: 2px !important;
	}
	.br-sm-3 {
		border-radius: 3px !important;
	}
	.br-sm-4 {
		border-radius: 4px !important;
	}
	.br-sm-5 {
		border-radius: 5px !important;
	}

	.bw-sm-0 {
		border-width: 0px !important;
	}
	.bw-sm-1 {
		border-width: 1px !important;
	}
	.bw-sm-2 {
		border-width: 2px !important;
	}
	.bw-sm-3 {
		border-width: 3px !important;
	}
	.bw-sm-4 {
		border-width: 4px !important;
	}
	.bw-sm-5 {
		border-width: 5px !important;
	}
}

@media(min-width: 426px) {
	.btw-md-0, .byw-md-0 {
		border-top-width: 0px !important;
	}
	.btw-md-1, .byw-md-1 {
		border-top-width: 1px !important;
	}
	.btw-md-2, .byw-md-2 {
		border-top-width: 2px !important;
	}
	.btw-md-3, .byw-md-3 {
		border-top-width: 3px !important;
	}
	.btw-md-4, .byw-md-4 {
		border-top-width: 4px !important;
	}
	.btw-md-5, .byw-md-5 {
		border-top-width: 5px !important;
	}

	.brw-md-0, .bxw-md-0 {
		border-right-width: 0px !important;
	}
	.brw-md-1, .bxw-md-1 {
		border-right-width: 1px !important;
	}
	.brw-md-2, .bxw-md-2 {
		border-right-width: 2px !important;
	}
	.brw-md-3, .bxw-md-3 {
		border-right-width: 3px !important;
	}
	.brw-md-4, .bxw-md-4 {
		border-right-width: 4px !important;
	}
	.brw-md-5, .bxw-md-5 {
		border-right-width: 5px !important;
	}

	.bbw-md-0, .byw-md-0 {
		border-bottom-width: 0px !important;
	}
	.bbw-md-1, .byw-md-1 {
		border-bottom-width: 1px !important;
	}
	.bbw-md-2, .byw-md-2 {
		border-bottom-width: 2px !important;
	}
	.bbw-md-3, .byw-md-3 {
		border-bottom-width: 3px !important;
	}
	.bbw-md-4, .byw-md-4 {
		border-bottom-width: 4px !important;
	}
	.bbw-md-5, .byw-md-5 {
		border-bottom-width: 5px !important;
	}

	.blw-md-0, .bxw-md-0 {
		border-left-width: 0px !important;
	}
	.blw-md-1, .bxw-md-1 {
		border-left-width: 1px !important;
	}
	.blw-md-2, .bxw-md-2 {
		border-left-width: 2px !important;
	}
	.blw-md-3, .bxw-md-3 {
		border-left-width: 3px !important;
	}
	.blw-md-4, .bxw-md-4 {
		border-left-width: 4px !important;
	}
	.blw-md-5, .bxw-md-5 {
		border-left-width: 5px !important;
	}

	.br-md-0 {
		border-radius: 0px !important;
	}
	.br-md-1 {
		border-radius: 1px !important;
	}
	.br-md-2 {
		border-radius: 2px !important;
	}
	.br-md-3 {
		border-radius: 3px !important;
	}
	.br-md-4 {
		border-radius: 4px !important;
	}
	.br-md-5 {
		border-radius: 5px !important;
	}

	.bw-md-0 {
		border-width: 0px !important;
	}
	.bw-md-1 {
		border-width: 1px !important;
	}
	.bw-md-2 {
		border-width: 2px !important;
	}
	.bw-md-3 {
		border-width: 3px !important;
	}
	.bw-md-4 {
		border-width: 4px !important;
	}
	.bw-md-5 {
		border-width: 5px !important;
	}

}