body {
	font-family: Verdana,Arial;
	font-size: 0.8em;
	/* background-color: #0b0d0e;
	color: #dedede;
	*/
}

a {
	color: #f92672;
	text-decoration: none;
}

#myid {
	color: #101000;
	width: 60%;
}

#myid a {
	color: #f92672;
}

/* header */
body p em {
	font-weight: normal;
	font-family: Monospace;
	font-size: 1.2em;
}

img {
	float: right;
	width: 80px;
	margin-right: 20px;
}

.imgtags {
	margin-top: -33px;
	margin-right: -3px;
	width: 180px;
}

ul {
	list-style-position: outside;
}

ul li {
	margin: 5px;
}

ul li ul li {
	margin: 3px;
}

div#cv {
	padding: 50px;
}

/* name */
h2 {
	text-align: left;
	font-size: 1.6em;
	font-weight: normal;
}

#caps {
	padding-bottom: 20px;
	border: none;
}

/* sections */
h4 {
	text-align: right;
	border-top: 1px #c5c5c0 solid;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	color: #79abff;
}

/* company */
h5 {
	font-weight: bold;
	font-size: 1em;
	color: #3B3131;
}

/* job title */
h5 em:before {
	/*content: "\2328\0020";*/
	/*content: "\27a4\0020";*/
	content: "\f2bb";
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
}
h5 em {
	font-weight: normal;
	font-size: 1.1em;
	margin-top: 2px;
}

ul {
	background: #f5f5f0;
	color: #202010;
	padding: 10px;
	border-left: 5px solid #858580;
	font-size: 1em;
}

ul strong {
	color: #66a20e;
}

ul li {
	margin-left: 30px;
	font-size: 0.9em;
	border: none;
}

ul li ul {
	border: none;
}
