* {
  box-sizing: border-box; 
  margin:0px; padding:0px;
  font-family: arial, sans-serif;
  color: #666;
}
body {
	display: inline;
	background:
		50% 50% fixed no-repeat #151515;
	-moz-background-size: auto, cover;
	background-size: auto, cover;
}
#page {
	width: 980px;
	margin: 15px auto;
	padding: 15px;
	background: #fff;
	min-height: 1000px;
	display: table;
}
#sidebar {
    width: 330px;
    background: #f2f2f2;
    float: left;
    padding: 15px;
    min-height: 970px;
	display: block;
	border: 2px solid #e8e8e8;
	font-size: 12px;
}
#sidebar .item.visualme {
	margin: 0 auto;
	text-align: center;
}
.photo {
	width: 128px;
	margin: auto;
	padding-bottom: 15px;
}
.photo img {
	width: 128px;
	height: 128px;
	border-radius: 50%;
	border: 3px solid #fff;
}
#sidebar .item { padding: 15px 0;}
.item h1 { font-size: 30px; color: #000; }
.item h2 { font-size: 14px; color: #000; padding-bottom:5px; }
.item h3 { font-size: 12px; font-weight: normal; }
.item p {  }
#sidebar .item a:link, #sidebar .item a:visited {
	text-decoration: none;
	color: inherit;
}
#sidebar .item a:hover {
	text-decoration: underline;
	color: #2196F3;
}
ul {
	list-style-type: none;
}
ul li {
	padding: 5px;
}
ul li i {
	width: 24px;
	margin: 0 auto;
	display: inline-table;
}

ul li span {
	float: right;
	font-weight: bold;
	color: #333;
}

ul li span.dot {
  height: 12px;
  width: 12px;
  background-color: #666;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
}
ul li span.emptydot {
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 2px solid #666;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
}
ul li span.dot.blue {
  background-color: #99d6ff;
}
ul li span.emptydot.blue {
	border: 2px solid #99d6ff;
}
#content {
	width: 610px;
	float: right;
	display: block;
	padding: 15px;
	font-size: 10px;
}
.clear { clear:both; margin:10px 0; display:flex; }
.skills .os, .other .education, .other .intrests {
	width: 280px;
	display: block;
	padding-top: 5px;
	float: left;
}
.skills .app, .other .awards {
	width: 280px;
	display: block;
	padding-top: 5px;
	float: right;
}
.skills .cloud { margin-top: 15px; }
.skills ul, .other ul {
	border-top: 1px solid #e6e6e6;
	margin-top: 5px;
}
.skills ul li, .other ul li {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px;
}
.jobs, .other { margin-top: 25px; }
.job, .other .item { padding: 15px; border-bottom: 1px solid #e6e6e6; }
.job h3 { font-weight:bold; float: left; }
.job h3 span { font-weight:normal; font-style:italic; }
.job .date {
	float: right;
	padding: 5px;
	background: #b3b3b3;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
}
.job.active { background: #def3be; border: 1px solid #c8eb93; border-radius: 6px; }
.job.active .date { background: #83c224; }
.job.last, .item.last {
	padding-bottom: 0px;
	border-bottom: none;
}
.job p.intro { border-bottom: 1px solid #e6e6e6; padding-bottom: 10px; }
.job .desc ul li {
	border-left: 2px solid #e6e6e6;
	padding: 2px 0 2px 5px;
	margin-bottom: 3px;
}
.job.active .desc ul li {
	border-left: 1px solid #83c224;
}
.other h3 { font-weight: bold; }
.other .date { float: right; font-weight: bold; }
.other .intrests h2 {
	margin: 10px 0;
}
.other .intrests span, #cloud span, #sidebar .traits span {
	display: inline-table;
	margin: 2px 1px;
	padding: 5px;
    background: #99d6ff;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}
.other .intrests span, #cloud span:hover {
	background: #66c2ff;
	cursor: pointer;
}
.other .intrests span, #sidebar .traits span { 
	background: #e6e6e6 !important; 
	color: #666 !important; 
}
.other .intrests span, #sidebar .traits span:hover { 
	background: #666 !important; 
	color: #e6e6e6 !important;
	cursor: pointer;
}

.item span, .skills span, .job .date { cursor: default; }

#sidebar .traits span { font-size: 10px; }