
div.mainmenu.tcmbkur::before {
	content: "\f249";
}
div.mainmenu.tcmbkur {
	background-image: none;
}

.myclasscss {
	/* ... */
}

.tcmbcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1024px;
    margin: 20px auto;
}

.tcmbbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 250px;
    height: 50px;
    border: 1px solid #ddd;
    margin: 10px;
    text-align: center;
    background-color: #f9f9f9;
}
.tcmbisim {
    font-size: 0.7em!important;
}

.tcmbbox input[type="checkbox"] {
margin-top: 10px;
}

@media (max-width: 600px) {
    .tcmbcontainer {
    justify-content: center;
    }
    .tcmbbox {
    width: 80px;
    height: 80px;
    }
}

.tcmbleft {
    float: left;
    width: calc(70% - 14px)!important;
}    
.tcmbkaydet { float:right!important;height:34px;margin:0px!important }
.tcmbbottombar { display:inline }
.tcmbinfo { float:left!important;width:89%;margin:0!important;display:none!important }

