/*Copyright by Haxtar Soliterax 2015 - 2022*/
.WorkSpace{
	cursor: default;
	position: relative;
	margin: 20px 60px 20px 60px;
	background-color: transparent;
	border-style: solid;
	border-color: transparent;
	align-items: center;
	align-content: center;
	height: 600px;
}

.Box{
	cursor: default;
	position: relative;
	background-color: #1c1c1c;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 2px;
	border-color: #212121;
	border-radius: 10px;
	align-content: center;
	height: 500px;
	width: 600px;
}

div.WorkSpace div.Box img#Profile_Photo {
	cursor: default;
	position: relative;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
	background-color: transparent;
	margin: 10px 0px 10px 0px;
	border-radius: 50%;
	border-style: solid;
}

div.WorkSpace div.Box h3#Name{
	text-align: center;
	color: white;
	background-color: transparent;
	size: 46px;
	margin-top: 20px;
	margin-bottom: 10px;
}

div.WorkSpace div.Box p#Description {
	text-align: center;
	color: white;
	background-color: transparent;
	size: 32px;
	margin-top: 10px;
	margin-bottom: 10px;

}

div.WorkSpace div.Box p#Skills{
	position: relative;
	text-align: center;
	color: white;
	background-color: #053A9E;
	size: 32px;
	border-style: solid;
	border-radius: 5px;
	border-width: 0px;
	border-color:	#053A9E;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80px;

	left: 50%;
	transform: translateX(-50%);
}

div.WorkSpace div.Box div#Skills_Progress {
	cursor: default;
	position: relative;
	left: 50%;
	transform: translateX(-30%);
	background-color: transparent;
}

div.WorkSpace div.Box div#Skills_Progress p {
	cursor: default;
	position: absolute;
	top: 0px;
	background-color: transparent;
	color: white;
	size: 20px;
	margin-top: 5px;
	margin-left: 10px;
}

div.WorkSpace div.Box div#Skills_Progress p#Value {
	cursor: default;
	position: absolute;
	top: 0px;
	right: 245px;
	background-color: transparent;
	color: white;
	size: 20px;
}

div.WorkSpace div.Box div#Skills_Progress progress {
	background-color: transparent;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	height: 22px;
	width: 360px;
	margin: 5px 0px 5px 0px;
}

/* For Firefox */
div.WorkSpace div.Box div#Skills_Progress progress::-moz-progress-bar {
	background: green;
}

/* For Chrome or Safari */
div.WorkSpace div.Box div#Skills_Progress progress::-webkit-progress-value {
	background: green;
}
