 .matrix-listing {
                  margin-bottom: 5px;
				  border: none;
                  font-size: 12px
				  }

tr.dgHeader  td, .dgHeader {
                        padding-top: 10px;
                        background: #008aa4;
                        color: white;
                        font-weight: bold; 
                        vertical-align: bottom;
						border: none;
						 font-size: 12px;						
						}
						
.matrix-listing tr td {
                        padding: 5px;
                        vertical-align: top;
						border: none;
                        border-bottom: 1px dotted #CCCCCC;
                        }						
						
#International h2 {
		margin-bottom: 0px;
		font-size: 1.3em;
		color: #474747;
	}						
						
  
  .matrix-listing tr:hover {
                              background: none !important; 
                            }
  
  .matrix-listing tr td.title, .matrix-listing tr td a {
                              font-size: 12px;
                              width: 170px;}

  .matrix-listing tr.nohover:hover {
                                    background: #FFFFFF; 
                                    }
									
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
.matrix-listing tr td { font-size: 11px; font-weight: normal; } 
.matrix-listing tr td a { font-size: 11px; }
}
