@charset "utf-8";

/*********************************
 *
 * LINKS STYLES
 *
 *********************************/

/* links */
table.links {width:100%;}
	table.links th, table.links td {padding:1.2em 1.5em; border-bottom:1px dashed #cad1d1; vertical-align:middle;}
	table.links th {background:#edefef; color:#226175;}
	table.links td {font-size:90%; word-break:break-all;}
	table.links a {color:#20b6bf; text-decoration:underline;}
	table.links a:hover {text-decoration:none;}