.htaccessolustur{float:left;width:100%;position:relative}
.htaccessolustur .htaccesssol{float:left;width:20%;background:#e9e9e9;position:absolute;top:0;bottom:0}
.htaccessolustur .htaccesssol .baslik{float:left;width:100%;padding:15px;box-sizing:border-box;font-weight:700}
.htaccessolustur .htaccesssol .menuler{float:left;width:100%}
.htaccessolustur .htaccesssol .menuler li{float:left;width:100%}
.htaccessolustur .htaccesssol .menuler li a{float:left;width:100%;padding:15px;box-sizing:border-box}
.htaccessolustur .htaccesssol .menuler li a.aktif{background:#fff;color:#000}
.htaccessolustur .htaccesssag{float:left;width:80%;padding:0 15px 15px;box-sizing:border-box;margin-left:20%;min-height:400px}
.htaccessolustur .htaccesssag select{ width: 100%; float:left;padding:15px;box-sizing:border-box;background:#efefef;border:none;border-radius:5px}
.htaccessolustur .htaccesssag input[type=text]{float:left;padding:15px;box-sizing:border-box;background:#efefef;border:none;border-radius:5px}
.htaccessolustur .htaccesssonuc{float:left;width:80%;padding:15px;box-sizing:border-box;margin-left:20%}
.htaccessolustur .htaccesssonuc textarea{float:left;width:100%;padding:4px;box-sizing:border-box;height:186px;background:#fff}
.htaccessolustur .htaccesssonuc .but{float:left;cursor:pointer;padding:15px;box-sizing:border-box;background:#007fff;border-radius:5px;color:#fff;font-weight:700;box-shadow:0 2px 3px 1px #c3c3c3}
#htaccesscode { border: 1px solid #ddd; margin-bottom: 30px; }
.leftColumn input, 
.rightColumn input { width: 100%; }
.leftColumn, 
.rightColumn {width: 100%; display: block;float: left; }
.rightColumn p,
.leftColumn p{ width: 100%; display: block; float: left; }

@media screen and (max-width: 767px) and (min-width: 0) {
	.htaccessolustur .htaccesssag, .htaccessolustur .htaccesssol, .htaccessolustur .htaccesssonuc {
    position: relative;
    width: 100%;
    margin-left: 0;
    min-height: auto;
    margin-bottom: 20px;
    padding: 0;
}
}

