@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

body{
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	position: relative;
}

a:hover{
	text-decoration: none;
}

nav.real{
	background-color:white;
	box-shadow:0 0 10px rgba(0,0,0,.08);
}
nav.real a{
	color:black;
}
nav .active {
	font-weight:bold;
}

.welcome{
	padding:20px;
}
article{
	padding:20px;
	background-color:rgba(0,0,0,.04);
	margin-bottom:20px;
}
.contract {
	font-weight:800;
}
.victim {
	color:cornflowerblue;
}
.attacker {
	color:brown;
}
footer {
	margin-top:20px;

}
footer a {
	color:white;
}
footer a:hover, footer a:visited {
	color:rgba(255, 255, 255, .5);
	text-decoration:none;
}
.blockquote-footer a {
	color:inherit !important;
}
/* timeline */

.timeline{
	table-layout:fixed;
	min-width:100%;
	width:auto;
}

thead th {
	text-align:center;
}
tbody th {
	min-width:130px;
	text-align:right;
}

.card {
	max-width:1024px;
	margin:auto;
	margin-bottom:50px;
}
.card-content {
	padding:20px;
}
.lineNumbers {
	text-align:right;
	padding-right:10px;
}
.card-subheader {
	background-color:rgba(0,0,0,.005);
	font-size:14px;
}
.list-group-item {
	background-color:inherit;
}