/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  
*/

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: 
Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   
Shared Styles
----------------------------------------- */



table.responsive {
max-width: 640px;
margin: 0 auto;
font-family: Times New Roman;
font-size: 12pt;
font-weight: normal;
color: #ffffff; 
border: 1px solid #ffffff;
background: transparent;
  -webkit-filter: drop-shadow(0px 5px 5px #808080);
  filter: drop-shadow(0px 5px 5px #808080);
}

table th { 
font-weight: bold; 
padding-top: 2px; 
padding-bottom: 2px;
text-align: center; 
}


table td { 
padding-top: 2px; 
padding-bottom: 2px;
padding-left: 5px; 
padding-right: 5px; 
}


.td1{
text-align: left;
color: #ffffff; 
width: 25%;
}

.td2{
text-align: left; 
color: #ffffff; 
width: 75%;
}

.td3{
text-align: center; 
width: 90%;
}


/* Mobile */

@media only screen and (max-width: 767px) {
	
	
table.responsive { 
width: 90%;
margin-bottom: 0; 
}
	
			
	

}
