#GpioWindowSetup {
	margin: 2px 2px;
}


#GpioWindowLine2{
	margin: 20px 0px 0px 0px;
}

.GpioWindowCol0 {
	width: 100px;
	text-align: left;
}

.GpioWindowColX {
	width: 150px;
	/*text-align: center;*/
}

.GpioWindowCol {
	vertical-align: middle;
	display: inline-block;
	/*line-height: 20px;*/
	/*text-align: center; */
	margin: 2px 2px;
}

.btnGpioOnOff {
    margin-right: 5px;
    cursor: pointer;
    margin: 2px 2px ;
}

.btnGpioSelect{
	border: 0.5px solid grey;
}

.gpioWindow-select {
    background-color: black; 
    /*height: 29px;*/
    /*overflow: hidden;*/
}


.gpioWindow-select select {
	color: white;
    border: medium none;
    font-size: 14px;
    /*height: 29px;*/
}


.gpioWindow-option {
	background: black;
	color: white;
}

.semi-square {
    border-radius: var(--border-radius);
}

