
#tagBlock{
	padding-top: 1em;
}
.btnMdb{
	display: block;
	width: 200px;
	margin: 1em 0;
	cursor: pointer;
	border-radius: 10rem;
	text-transform: uppercase;
	vertical-align: bottom;
	border: 0;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
	font-weight: 700;
	/*padding: 0.625rem 1.5rem 0.5rem;*/
	padding: 0.625rem 0.5rem 0.5rem;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition-property: color, background-color, border-color, box-shadow;
	transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
	transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	transition-delay: 0s, 0s, 0s, 0s;
}
.btnMdb:hover{
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 10%);
}
.btnMdb.fnt10{
	font-size: 10px;
}
.btnMdb.fnt12{
	font-size: 12px;
}
.btnMdb.fnt14{
	font-size: 14px;
}

.btnMdb.light{
	color: #4f4f4f;
	background-color: #fbfbfb;
}
.btnMdb.skyblue{
	color: #fff;
	background-color: #39c0ed;
}
.btnMdb.orange{
	/*color: #4f4f4f;*/
	color: #000;
	background-color: #ffa900;
}
.btnMdb.green{
	color: #fff;
	background-color: #00b74a;
}
.btnMdb.purple{
	color: #fff;
	background-color: #b23cfd;
}

.btnMdb.hoverYellow:hover{
	background-color: #FCEB70;/*#7C15BB*/
}
.btnMdb.hoverWH:hover{
	transform: scale(1.2,1.4);
	transition: all 0.5s 0s ease;
}

.container{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}
