.btn {
	border-radius: 3px;
}
.js_action, .breadcrums {
	color: #0084b4;
	cursor: pointer;
}
.js_action:hover, .breadcrums a:hover {
	color: #0084b4;
	text-decoration: underline;
}

.js_action_faded {
	color: #333333;
	cursor: pointer;
}
.js_action_faded:hover {
	color: #0084b4;
}

a {
	border: none;
}
a:hover {
	border: none;
}

html{
	font-size: 18px;
	margin-top: 3em;
}

body {
	padding: 1em;
	padding-bottom: 2em;

}
.story_h1 {
	font-size: 48px;
}

.story_h2 {
	font-size: 32px;
}

p {
	line-height: 1.5em;
}


.breadcrums {
	font-size: 13px;
	color: #808080;
}
.breadcrums a {
	color: #808080;
}

.warning input {
	background-color: red;
}

form {
	margin: 0;
	padding:0;
}
.faded {
	color: #808080;
}

table {
	width: 100%;
}

tr:nth-child(even) {
    background: #f5f5f5;
}

th {
	color: #808080;
	font-size: 13px;
	text-align: left;
	font-weight: 300;
	padding: .5em .25em;
}
td {
	padding: .5em .25em;
}