@charset "UTF-8";
/* CSS Document */

page.cv {
	max-width:950px;
	height:auto;
	display:block;
	float:none;
	margin:0 auto 90px;
	padding:0 40px;
    z-index: 100;
}

.sisalto.cv {
    padding: 40px 10%;
    z-index: 10;
}

h1.cv { 
	margin-bottom:0px;
}

section.cv h2.cv {
	margin-bottom:0px;
    z-index: 100;
}

h3.lataa { 
	margin-top:0px;
}

section.cv p.lataa {
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.1em;
	margin:0;
}


/* TAULUKKO */
.taulukkowrap {
    display: block;
    float: left;
    width: 100%;
    z-index: 100;
}

table.cv {
	display: block;
	float: left;
	width: 100%;
	border: 0;
	font-weight: 300;
	text-align: left;
    list-style-type: disc;
    border-collapse: collapse;
    cellpadding: 0;
	cellspacing: 0;
    border-spacing: 0;
	margin: 20px 0 90px;
	-webkit-text-shadow: 4px 4px 3px #000000;
	-moz-box-text-shadow: 4px 4px 3px #000000;
	text-shadow: 4px 4px 3px #000000;
    z-index: 100;
}

table.cv.alin {
	display:block;
	float:left;
	width:100%;
	border:0;
	font-weight:300;
	text-align:left;
	margin:0px 0 90px;
}

table.cv th {
	font-weight:300;
	vertical-align:text-bottom;
    padding-right: 20px;
}

table.cv td {
	vertical-align:text-bottom;
    padding: 10px 0;
	border-bottom: 1px;
	border-bottom-color: #DDD;
	border-bottom-style: solid;
}

table.cv thead {
	height:80px;
}


table.cv thead .eka {
	margin-top:0;
}

table.cv thead.vo {
	height:20px;
}

table h4, table h5 {
	text-align:left;
	line-height:1.3em;
}
	
section.cv h4 {
	font-size:30px;
	margin-top:60px;
	margin-bottom:10px;
}
	
section.cv h5 {
	font-family: Lato,sans-serif;
	font-size: 24px;
	font-style: normal;
    color: #CCC;
	margin-top:40px;
	margin-bottom:10px;
}

table p {
	line-height: 1.4em;
    margin: 0;
	-webkit-text-shadow: 4px 4px 3px #000000;
	-moz-box-text-shadow: 4px 4px 3px #000000;
	text-shadow: 4px 4px 3px #000000;
}


/* MOBILE CV */
.mobile-cv {
    display: none;
}

.mobile-cv li {
    list-style: none;
    padding: 0;
}

li.underline {
    border-bottom: 1px #FFFFFF solid;
}

.mobile-cv h1, .mobile-cv h2, .mobile-cv h3, .mobile-cv h4, .mobile-cv h5, .mobile-cv h6, .mobile-cv p {
    text-align: center;
}

.mobile-cv h5 {
  font-size: 18px;
  margin-top: 20px;
  text-decoration: underline;
}

.mobile-cv h6 {
  font-size: 16px;
  margin: 5px 0;
}

.mobile-cv p {
    margin-bottom: 12px;
}