@import url(http://fonts.googleapis.com/css?family=Raleway:200,400,600);
body, html { background: #222; margin:0; }
html { font: 14px/1.4 Raleway, 'Helvetica Neue', Helvetica, sans-serif; color: #ddd; font-weight: 400; }

h2 { font-weight: 200; font-size: 45px; margin: 20px 35px; }

div.list { 
	background: #111; 
	padding: 20px 35px; 
    margin-left: auto;
    margin-right: auto;
	width: fit-content;
	text-align: center;
}

table {
	text-align: left;
}

div.foot { color: #777; margin-top: 15px; padding: 20px 35px }
pre.readme {color: #0099FF; padding: 20px 35px; }

body {text-align: center;}

td { line-height: 21px; padding-left: 10px; padding-right: 10px;}
tr:hover { background: black; }

a { color: #32C6FF; text-decoration: none;}
a:visited { color: #BD32FF; text-decoration: none; }
a:hover { color: #B8EBFF; text-decoration: none; }
