html, body {
    -webkit-text-size-adjust: none;
}
#SalonListe {
	width: 450px;
	text-align: center;
	clear: both;
	border: 1px solid black;
	display: inline-block;
}
#SalonHeader {
	width: 100%;
	line-height: 30px;
}
.SalonAd {
	width: 45%;
    float: left;
    text-align: center;
    cursor: pointer;
	text-overflow: ellipsis;
    overflow: hidden;
}
.SalonPuan {
	width: 25%;
    float: left;
    text-align: center;
    cursor: pointer;
}
.SalonSayi {
	width: 30%;
    float: left;
    text-align: center;
    cursor: pointer;
}
.SalonSatir {
	width: 100%;
	line-height: 30px;
	clear: both;
}
/* Top Listesi */
#TopListe {
	width: 100%;
	text-align: center;
	clear: both;
	display: inline-block;
}
#TopHeader {
	width: 100%;
	line-height: 20px;
}
.TopSira {
	width: 5%;
    float: left;
    text-align: center;
}
.TopAvatar {
	width: 25%;
    float: left;
    text-align: center;
}
.TopNick {
	width: 40%;
    float: left;
    text-align: center;
	text-overflow: ellipsis;
    overflow: hidden;
}
.TopPuan {
	width: 30%;
    float: left;
    text-align: center;
}
.TopSatir {
	width: 100%;
	line-height: 20px;
	clear: both;
}
/* Son Kayıt Listesi */
#SonListe {
	width: 100%;
	text-align: center;
	clear: both;
	display: inline-block;
	padding-top:3px;
}
#SonHeader {
	width: 100%;
	line-height: 20px;
}
.SonNick {
	width: 55%;
    float: left;
    text-align: center;
	text-overflow: ellipsis;
    overflow: hidden;
}
.SonPuan {
	width: 40%;
    float: left;
    text-align: center;
}
.SonSatir {
	width: 100%;
	line-height: 20px;
	clear: both;
}