#customers
			  {
			  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			  width:900px;
			  border-collapse:collapse;
			  margin-left:44px;
			  }

			#customers td, #customers th {
    background: none repeat scroll 0 0 #4b4b4b;
    font-size: 14px;
    padding: 3px 7px 2px;
}

			
#customers th {
    background-color: #ee2325;
    color: #fff;
    font-size: 16px;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: left;
}

			#customers tr.alt td {
    background-color: #646464;
    color: #000000;
}

.news_insertdate{
 width:250px;
}
.news_info{
 width:500px;
}
.news_view{
 width:150px;
}


@media screen and (max-width:1599px){
     #customers
	{
			  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			  width:750px;
			  border-collapse:collapse;
			  margin-left:27px;
		}
	.news_insertdate{
	 width:150px;
	}
	.news_info{
	 width:450px;
	}
	.news_view{
	 width:100px;
	}
}

@media screen and (max-width:1220px){
     #customers
	{
			  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			  width:650px;
			  border-collapse:collapse;
			  margin-left:-13px;
		}
	.news_insertdate{
	 width:130px;
	}
	.news_info{
	 width:400px;
	}
	.news_view{
	 width:100px;
	}
}