@charset "utf-8";
/* CSS Document */
/* Mechanic Visitor Counter Version 3.0 Default styles*/
#mvcwid{
	background-color:none;
	width:100%;
	padding:10px;
}
#mvccount{
	padding:10px;
}
#mvccount img{
	margin-right:5px;
}
#mvctable{
	padding:10px;
}
#mvctable table tr td{
	width:100%;
}
#mvcip{
	padding:10px;
	border-top:1px dashed #bcbcb0; 
}
#mvcserver{
	padding:10px;
	border-top:1px dashed #bcbcb0;
}
#mvccredit{
	padding:10px;
	border-top:1px dashed #bcbcb0;
}
#xtvccount{
    display:inline-flex;      /* เป็นบล็อกเดียวที่ยังถูกจัด left/center/right ตาม parent */
    gap:4px;                  /* ระยะห่างระหว่างหลัก */
    align-items:center;
    flex-wrap:nowrap;         /* ไม่ตัดบรรทัด */
    margin:8px 0 12px;
  }
  #xtvccount img{
    display:block;            /* ตัดช่องว่าง baseline ของภาพ */
    height:22px;              /* ปรับได้ตามต้องการ */
    width:auto;
  }