body {
	background: rgb(241, 241, 241) url(http://i.imgur.com/vaGW4Km.png) no-repeat top left;
	font-family: 'Roboto', 'Segoe UI', Tahoma, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: relative;
	}

.history-wrapper {
	left: 300px;
	position: absolute;
	top: 85px;
	width: 900px;
	}

td {
	font-size: 12px;
	padding: 2px 0;
	vertical-align: bottom;
	}
	
.checkbox { 
  width: 35px; 
  padding-left:15px;
}

.time {
	color: #999;
	width: 55px;
	}

.favicon { width: 20px; }

.url {
	color: #999;
	margin-left: 7px;
	}

.link {
  padding-right:20px;
}

.link img {
	line-height: 0;
	margin-right: 3px;
	width: 16px;
	padding-top:10px;
	}

.link a {
	color: #333;
	text-decoration: none;
	}

.dayline {
  font-weight:bold;
  font-size: 10pt;
  letter-spacing:.5px;
  display:block;
  padding-bottom:12px;
  padding-top:12px;
  border-bottom:1px solid #E0E0E0;
  }
  
.entries {
  background: rgb(256,256,256);
  width:900px;
  line-height:24pt;
  padding-bottom:20px;
  margin-bottom:100px;
  -webkit-box-shadow: 0px 2px 2px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 2px 2px 1px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 2px 2px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

}