

/*table, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

/*body { 
  background: #000; 
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  line-height: 1;
  padding: 0px auto; 
  margin:0 auto;
}*/





table { border-collapse: collapse; border-spacing: 0; }


h1 { 
  font-family:arial;
  font-weight:600;
  font-size:20px;
  line-height:1.7em;
  margin-bottom:10px;
  text-align:center;
  color:#555;
}


/** page structure **/
#wrapper {
  display: block;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 10px 17px;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.1);
}

#keywords {
  margin: 0 auto;
  font-size: 1.2em;
  margin-bottom: 15px;
   width: 100%;
}


#keywords thead {
  cursor: pointer;
  width:100%;
  background: #f2621b;
}
#keywords thead tr th { 
  font-weight: bold;
  padding: 8px 11px;
 /* padding-left: 40px;*/ 
  text-align:center;
}
#keywords thead tr th span { 
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%; 
  font-size:16px; 
  color:#fff;
}

#keywords thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
  background: #acc8dd;
}

#keywords thead tr th.headerSortUp span {
  background-image: url('http://i.imgur.com/SP99ZPJ.png');
}
#keywords thead tr th.headerSortDown span {
  background-image: url('http://i.imgur.com/RkA9MBo.png');
}


#keywords tbody tr { 
  color: #000;
}
#keywords tbody tr td {
  text-align: center;
  padding: 10px 5px;
  font-size:16px; 
  font-family:Arial, Helvetica, sans-serif; 
  border-right:1px solid #dfdfdf;
      text-transform: capitalize;
}
#keywords tbody tr td.lalign {
  background: #e7e6e6;
  text-align: center;
}
.mid-heading{
	font-size:14px;
	font:Arial;
	color:#666;
	text-align:center;
	font-weight:bold;
}