html{height:100%;}
body{font-family:Helvetica, Arial, sans-serif;margin-top:135px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 36%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 36%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 36%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 36%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 36%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
table.mainTable{margin:auto;border-collapse:collapse;width:635px;}
.icon{border-right:1px solid #c6c7c8;}
.icon img{margin: 25px 22px 0 0; max-width: 200px; min-width: 100px;}
h1{font-size:28px;margin:0 25px 15px;}
p{margin:0 25px;}
p, a{font-size:14px; line-height:18px;}
a{color:#888;margin-right:20px;}
a:hover{color:#000;}
.details p{line-height:16px;}
.quote{color:#888;margin:3px 25px;}
.actions{margin-top:10px;}
ul{margin:17px 25px;padding:0px;}
li{display:inline-block;list-style-type:none;vertical-align:middle;}
.timestamp p{color:#888;margin-bottom:25px;font-size:10px;}
