.btn-skill{
	height: 30px;
	width: 100%;
}
.btn-add {
	height: 35px;
	border-radius: 7px;
	color: white;
	padding: 6px 10px;
	background-color: #006990;
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 200px;
	margin: auto;
}

.setup-box{
	grid-template-columns: 2fr 1fr;
}

.combo-box{
	margin: auto;
	width: 80%;
	min-width: 250px;
	max-width: 800px;
	grid-gap: 20px;
	position:relative;
}

.combo-box table{
	width: 100%;
}

.combo-box td{	
	padding: 10px;
}

.btn-delete{			/* deleting a combo */
	position: absolute;
	top: 5px;
	left: 5px;
	height: 30px;
	width: 30px;
	font-size: 15px;
	background-color: #E74C3C;
	color: white;
	border-radius: 5px;
}

.skill-inside{
	margin: auto;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 600px;
}

.btn-cancel{			/* cancel choosing skill */
	position: fixed;
	margin-left: calc(95% - 50px);
	margin-top: 0px;
	top: calc(5% + 75px);
	left: 0px;
	height: 40px;
	width: 40px;
	font-size: 25px;
	border-radius: 5px;
	background-color: #E74C3C;
	color: white;
}

.skill-start{
	position: fixed;
	z-index: 20;
	margin-left: 5%;
	margin-top: 0px;
	top: calc(5% + 65px);
	left: 0px;
	padding:20px;
	border: solid navy 3px;
	background: #F5FFFF;
	width: 90%;
	height: calc(90% - 65px);
	overflow: auto;
	box-shadow: 4px 4px 4px #888888;
}

.skill-start ul {
	max-width: 600px;
	margin: 10px auto;
}

#skill-start {
	display:none; 
	position:absolute; 
	width:100%; 
	height:calc(100% - 65px); 
	top:65px; 
	left:0px; 
	z-index: 30;
	background-color:rgba(0,0,0,0.4);
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	scrollbar-width: none;  /* Firefox */
}
#skill-middle{
	display:none; 
	position:absolute; 
	width:100%; 
	height:calc(100% - 65px); 
	top:65px; 
	left:0px; 
	z-index: 30;
	background-color:rgba(0,0,0,0.4);
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	scrollbar-width: none;  /* Firefox */
}


@media screen and (min-width: 600px) {
	.setup-box{
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (min-width: 950px) { 		/* when menu shown */
	.skill-start {
		left: 300px;
		width: calc(90% - 280px);
		margin-left: calc(5% - 15px);
	}
	.btn-cancel{
		left: 300px;
		margin-left: calc(95% - 355px);
	}
}
@media screen and (min-width: 1200px) {
	.skill-start {
		width: 800px;
		left: calc(50% + 150px);
		margin-left: -400px;
	}
	.btn-cancel{
		left: calc(50% + 140px);
		margin-left: 350px;
	}
}

#skill-start::-webkit-scrollbar { 
	display: none;  /* Safari and Chrome */
}
#skill-middle::-webkit-scrollbar { 
	display: none;  /* Safari and Chrome */
}

details summary {
	cursor: pointer;
}

.skill-img{
	position: absolute;
	z-index: 40;
}

.black{
	position: absolute;
	z-index: 30;
}

.skill-img2{
	position: absolute;
	z-index: 2;
	width: 85%;
	height: 85%;
}
.black2{
	position: absolute;
	width: 100%;
	height: 100%;
}

.skill-td{
	position:relative;
}

.skill-container{
	position: relative;
	width: 45px;
	height: 45px;
	justify-self: center;
}

.tengah{
	margin: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.effect-container{
	position: absolute;
	z-index: 3;
	width: 30px;
	height: 30px;
	top: 23px;
	left: 23px;
}

.effect-black{
	position: absolute;
	z-index: 4;
	max-width: 100%;
	max-height: 100%;
}

.effect-img{
	position: absolute;
	z-index: 5;
	max-width: 85%;
	max-height: 85%;
}
.table-grid div {
	background-color: #F5FFFF !important;
}
.table-grid:not(.no-head) > div {
    font-weight: 800;
    color: #006990;
    border-bottom: 2px solid #006990;
}
