::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: #252525;
}
::-webkit-scrollbar-thumb {
  background: #AB44BC;
}
::-webkit-scrollbar-thumb:hover {
  background: #BB54CC;
}

.h100 {
	height: 100%;
}

.w100 {
	width: 100%;
}

.w50 {
	width: 50%;
}

.w40 {
	width: 40%;
}

.w30 {
	width: 30%;
}

.w20 {
	width: 20%;
}

.w10 {
	width: 10%;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.vcenter {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-center {
	text-align: center;
}

.b1b {
	border: 1px solid black;
}
