.otapp .mypopup-langSelection{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px;
}

.otapp .mypopup-langSelection-lang{
	width: 70px;
	margin-top:5px;
    margin-bottom:5px;
    margin-left:10px;
    margin-right:10px;
	border-radius: 3px;
	font-weight: bold;
	height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid rgb(150, 150, 150);
	color: rgb(130, 130, 130);
}

.otapp .mypopup-langSelection-lang_selected{
    background-color: rgb(73, 169, 231);
	border: 1px solid rgb(73, 169, 231);
	color: white;
}
