big {
	font-family: courier;
	font-size: 18pt;
}

hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(150,150,150,.2), rgba(150,150,150,1), rgba(150,150,150,.2));
}

li {
    margin: .5em;
}

a {
	color: #990033;
	font-family: courier;
	font-size: 12pt;
	text-decoration: none;
	border-bottom: 1px dashed #ffc627;
	padding: 0;
}

a:hover {
	border-bottom: 1px solid #ffc627;
}

a.no_decor {
    border: none;
    text-decoration: none;
}

body {
	font-family: courier;
	font-size: 12pt;
}

small {
	color: rgb(150, 150, 150);
}

div.summary {
    margin: 10px;
    padding: 1px;
    border: 1px solid #990033;
    height: auto;
}

tr.shade {
    background-color: #fff0f2;
}

.blinking-cursor {
	font-weight: 100;
	font-size: 30px;
	color: #2E3D48;
	-webkit-animation: 1s blink step-end infinite;
	-moz-animation: 1s blink step-end infinite;
	-ms-animation: 1s blink step-end infinite;
	-o-animation: 1s blink step-end infinite;
	animation: 1s blink step-end infinite;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
