@charset "utf-8";
/* CSS Document */

#customers {
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {
	background-color: #0C6;
	font-weight: bold;
	text-decoration: none;
}

#customers th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #090;
	color: white;
}
.thumbnail img{width:100%;}
.noidung img{width:100% !important;height:auto;}
.thumbnail {
	position: relative;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 18px;
}
