/* Stilizare tabel */
#avioaneTable {
    width: 1280px;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #16bdfa;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
}

/* Stil pentru toate randurile (cu exceptia primului rand) */
#avioaneTable tbody tr:not(:first-child):hover {
    background-color: #f5f3f2; /* Culoarea de fundal la trecerea cu mouse-ul */
}

/* Stil pentru primul rand (capul de tabel) */
#avioaneTable tbody tr:first-child {
    background-color: #16bdfa; /* Culoarea de fundal a primului rand */
    color: white; /* Culoarea textului din primul rand */
	font-weight: bold;
}



/* Aliniere la centru pentru coloanele specificate */
#avioaneTable td:nth-child(1),
#avioaneTable td:nth-child(3),
#avioaneTable td:nth-child(4),
#avioaneTable td:nth-child(6),
#avioaneTable td:nth-child(7),
#avioaneTable td:nth-child(8),
#avioaneTable td:nth-child(9),
#avioaneTable td:nth-child(10),
#avioaneTable td:nth-child(11) {
    text-align: center;
}

#avioaneTable td:nth-child(2) {
	font-weight: bold;
}

#avioaneTable td {
  	padding-left: 10px;
	padding-right: 10px;
	
}
	
#arrowTable:hover {
	background-color: #16bdfa;
}	

#arrowTable {
	text-align: center;
	height: 13px;
	width: 21;
}
	

#pozaAvion {
		height: 145px;
	}
	
#FSHeading {
	color: #f5f3f2;
	font-family: Impact;
	font-size: 35;
	font-weight: 1;
	font-stretch: condensed;
	}
#Copyright {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: white; /* Culoarea textului din primul rand */
	font-weight: bold;
	text-align: center;
}