* {margin:0;padding:0;}
/* html {color:#484848; background: #F9F9F9 url(grey.png) repeat;} */
body {padding:30px 20px;font:400 12px/18px verdana, arial, georgia sans-serif;}
a {color:#596068;text-decoration:none;}
a:hover {color:#2a2a6a;}
.wrapper {margin:0 auto;padding:20px 0;width:900px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); background: #FFF;}
.info {margin:20px auto;padding:20px;color:#999;width:900px; text-align: center;}

table {width:100%;border-collapse:collapse;}
tr {outline:0;border:0;}
tr:hover td {background:#95d5f5;}
th {text-align:left;font-size:15px;font-weight: 400;padding-right:20px;}
th + th {width:70%;}
th + th + th + th {width:5%;}
tr td:first-of-type {padding-left:10px;padding-right:10px;}
td {padding:7px 0;outline:0;border:0;border-bottom:1px solid #EFF2F4;vertical-align:middle;text-align:left;
	-webkit-transition:background 500ms ease;
	-moz-transition:background 500ms ease;
	-ms-transition:background 500ms ease;
	-o-transition:background 500ms ease;
	transition:background 1000ms ease;
}
td a{display: block;}
tr.parent a {color:#596068;}
.parent a:hover {color:#333;}
.footer {text-align:center;}