@charset "utf-8";
/* Skills Table */
caption {
	display:none;
}
.skills-table {
	margin:15px 0;
	max-width:400px;
	width:100%;
}
.skills-table th {
	text-align:right;
	font-weight:normal;
	padding-right:5px;
	width:150px;
}
.skills-table td {
	min-width:55%;
}
.skill {
	background:#F1F2F2;
	border:1px solid #A7A9AC;
	border-radius:12px;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
	height:25px;
	width:100%;
}
.years {
	border-radius:12px;
	border:1px solid #3798AF;
	background: #e1f4fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1f4fd 0%, #a5dff9 7%, #a5dff9 7%, #41b8ea 89%, #41b8ea 89%, #389dc8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1f4fd), color-stop(7%,#a5dff9), color-stop(7%,#a5dff9), color-stop(89%,#41b8ea), color-stop(89%,#41b8ea), color-stop(100%,#389dc8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1f4fd 0%,#a5dff9 7%,#a5dff9 7%,#41b8ea 89%,#41b8ea 89%,#389dc8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1f4fd 0%,#a5dff9 7%,#a5dff9 7%,#41b8ea 89%,#41b8ea 89%,#389dc8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1f4fd 0%,#a5dff9 7%,#a5dff9 7%,#41b8ea 89%,#41b8ea 89%,#389dc8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1f4fd 0%,#a5dff9 7%,#a5dff9 7%,#41b8ea 89%,#41b8ea 89%,#389dc8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f4fd', endColorstr='#389dc8',GradientType=0 ); /* IE6-9 */
	color:#fff;
	font-weight:bold;
	height:25px;
	padding-left:7px;
	position:relative;
	top:-1px;
	left:-1px;
	line-height:1.58;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.nine-five {
	width:100%;
}
.seven {
	width:73%;
}
.five {
	width:53%;
}
.four-five {
	width:48%;
}
.four {
	width:43%;
}
.three {
	width:33%;
}
/* Columns */
.tablet-hide {
	display:inline;
}
.tablet-hide {
	display:inline;
}
@media (max-width: 1080px) {
	.tablet-hide {
		display:none;
	}
	.skills-table th {
		text-align:right;
		font-weight:normal;
		padding-right:5px;
		max-width:100px;
	}
	.skills-table td {
		min-width:55%;
	}
	.skills-table th {
		width:100px;
	}
}
@media (max-width: 767px) {
	.tablet-hide {
		display:none;
	}
}
@media (max-width: 360px) {
	.skills-table th {
		width:110px;
	}
}
