#hesap-alan {
	min-height: calc(100vh - 200px);
	}

.qt-referanslar1 {
	font-style: italic;
	font-size: 14px;
	color: rgba(33, 180, 22, 0.8);
	margin-top: 5px;
}

.qt-referanslar2 {
	
	font-size: 16px;
	font-weight:bold;
	color:rgb(163, 23, 130)
}

.resim-ekg {
	width: 50%;
	height: auto;
}

#birim1, #birim2 {
	display:block;
	margin-left: 10px;
	min-width: 190px;
	font-style: italic;
	font-weight: bold;
	color: rgba(55, 55, 55, 0.7);
}

#yas {
	min-width: 73%;
	color: rgba(88, 88, 255, 1);
	font-weight: bold;
}

#yas:hover {
	background-color: rgba(255, 255, 255, 1);
}

.qtc-table {
	width: 88%;
	border-collapse: collapse;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;

}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.table {
    width: 100%;
    min-width: 600px; /* Geniş tablo verilerini göstermek için */
    border-collapse: collapse;
}

.table-head {
    background-color: rgba(41, 128, 185, 1);
    color: rgba(255, 255, 255, 1);
}

.table-row {
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.table-header, .table-cell {
    padding: 12px;
    text-align: left;
    white-space: nowrap; /* Hücre içeriğinin alt satıra inmesini engeller */
}

.table-cell {
    background-color: rgba(255, 255, 255, 1);
}

.table-body .table-row:nth-child(even) .table-cell {
    background-color: rgba(242, 242, 242, 1);
}


.note {
	margin-top: 20px;
	font-weight: bold;
	color: rgba(230, 126, 34, 1);
}

li {
	margin-left: 20px;
}

.qtc-table .table-body .table-row:hover {
	color: rgba(222, 22, 22, 1);
}

@media ( max-width : 768px) {
	#birim1, #birim2, #yas {
	display:block;
	width: 99%;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	}
	
#birim1, #birim2 {
   margin-bottom: 40px;
}
.resim-ekg {
	display:block;
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

	


}

